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
As dbt-osmosis is reading the table structure from the target system, the name of the taget table is interpolated from the model.
However, it seems that dbt-osmosis is not following the same process as dbt-core to perform this interpolation.
In our context, we have implemented macros to override of generate_alias_name and generate_schema_name to prefix the table names (and allow for branches in DEV env). The prefixes are not added and the table fall short of what is available in the target system.
Please reach to me if you need more details.
The text was updated successfully, but these errors were encountered:
As dbt-osmosis is reading the table structure from the target system, the name of the taget table is interpolated from the model.
However, it seems that dbt-osmosis is not following the same process as dbt-core to perform this interpolation.
In our context, we have implemented macros to override of generate_alias_name and generate_schema_name to prefix the table names (and allow for branches in DEV env). The prefixes are not added and the table fall short of what is available in the target system.
Please reach to me if you need more details.
The text was updated successfully, but these errors were encountered: