z3z1ma/dbt-osmosis

Reference to models and packages

Opened this issue · 0 comments

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.