Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Data catalog] Move CTAs into dbt DAG #101

Closed
jeancochrane opened this issue Aug 25, 2023 · 0 comments · Fixed by #111
Closed

[Data catalog] Move CTAs into dbt DAG #101

jeancochrane opened this issue Aug 25, 2023 · 0 comments · Fixed by #111
Assignees

Comments

@jeancochrane
Copy link
Contributor

Currently, the dbt DAG only manages our views (as materialized: view models) and defines the rest of our data as source models that are managed outside the DAG. For many of our data sources this will continue to be appropriate, but we would like to move the CTA queries as defined in aws-athena/ctas/ into the DAG as materialized: table models.

Implement this change so that we can manage our CTAs with dbt. Continue to follow the pattern established in #41 by symlinking from the dbt/models/ directory to the aws-athena/ctas/ directory so that we can maintain git history for these models.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant