Skip to content

Commit

Permalink
hotfix: bad dbt parameter -s is not for --selector
Browse files Browse the repository at this point in the history
-s is for --select.
-s and -m are interchangeable
-m stands for --models

I'm keeping the later
  • Loading branch information
diegoquintanav committed Nov 6, 2023
1 parent 9d44b55 commit ac9cd30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/plant_production_datasets_jardiner_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def dbapi_to_dict(dbapi: str):
"dbt run"
" --profiles-dir config"
" --target prod"
" --selector tag:jardiner,config.materialized:table+"
" --models tag:jardiner,config.materialized:table+"
" tag:jardiner,config.materialized:incremental+"
),
docker_url=sampled_moll,
Expand Down

0 comments on commit ac9cd30

Please sign in to comment.