Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #53 from lovenishgoyal/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
andrewrjones authored Dec 14, 2021
2 parents 04a6512 + 3fcf4af commit aaf3fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ with DAG(dag_id='dbt', default_args=default_args, schedule_interval='@daily') as
)

dbt_clean = DbtCleanOperator(
task_id='dbt_clean,
task_id='dbt_clean',
)

dbt_seed >> dbt_snapshot >> dbt_run >> dbt_test >> dbt_clean
Expand Down

0 comments on commit aaf3fcd

Please sign in to comment.