You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're only using a very small part of translation_table.yaml, and the yaml lookup doesn't provide the same kind of IDE benefits that we would have from using constants.
We should replace all of the existing global translation table lookups with a monarch vocabulary constants file, and rather than using local translation tables, we can also use separate constants for individual ingests
The text was updated successfully, but these errors were encountered:
We're only using a very small part of translation_table.yaml, and the yaml lookup doesn't provide the same kind of IDE benefits that we would have from using constants.
We should replace all of the existing global translation table lookups with a monarch vocabulary constants file, and rather than using local translation tables, we can also use separate constants for individual ingests
The text was updated successfully, but these errors were encountered: