MattTriano / analytics_data_where_house

An analytics engineering sandbox focusing on real estates prices in Cook County, IL
https://docs.analytics-data-where-house.dev/
GNU Affero General Public License v3.0
9 stars 0 forks source link

Refactor manual (i.e., non-update-pipeline) dbt _standardized and _clean stage model-running tasks into an importable task_group #88

Open MattTriano opened 1 year ago

MattTriano commented 1 year ago

Specifically I'm talking about the tasks used in the DAG in this file.

At present, I've just been manually changing which table is imported and then running the DAG, and that will still be part of the dev process, but documenting this workflow will be much easier and cleaner after ~200 lines of task functions are encapsulated into a task_group.