The new ingest pipelines being generated by the work in #321 are complete. There remains the issue of migrating the existing dbt models from warehouses/facility_ops/transform/models to elt-pipelines/facility_ops/transform/models. This is not a simple copy of the files as the column names in most staging tables will have changed.
The task is to open a separate pull request per model in warehouses/facility_ops/transform/models/marts and
You'll need to get the credentials for each ingest pipeline in order to run them and discover the new column names for the ingested. Ask how to get them from the Vault.
The new ingest pipelines being generated by the work in #321 are complete. There remains the issue of migrating the existing dbt models from warehouses/facility_ops/transform/models to elt-pipelines/facility_ops/transform/models. This is not a simple copy of the files as the column names in most staging tables will have changed.
The task is to open a separate pull request per model in warehouses/facility_ops/transform/models/marts and
.sqland.ymlto the appropriate directory in elt-pipelines/facility_ops/transform/models/martsYou'll need to get the credentials for each ingest pipeline in order to run them and discover the new column names for the ingested. Ask how to get them from the Vault.