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

Implement standardized and clean stage dbt model generation for TIGER-taskflows #226

Open
MattTriano opened this issue Dec 18, 2024 · 0 comments

Comments

@MattTriano
Copy link
Owner

At present, the TIGER taskflow (shown below, in the first image) stops after ingesting a dataset into the data_raw schema. As far as I know, these datasets are released as static vintages and don't change over time (so the "capture all distinct record versions in data_raw and deduplicate by selecting the latest record-versions in clean" logic I use for Socrata taskflows shouldn't produce different record-sets), which is why I was originally fine with the TIGER taskflow leaving these datasets in the data_raw stage. I now think it's better to have a more consistent data-flow pattern, and I appreciate being able to standardize column names and types in the standardized stage. So I want to add in tasks to create the _standardized and then _clean model files, then to run them (as is done in the Socrata-taskflow task_group shown in the second image).

image

image

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

No branches or pull requests

1 participant