Skip to content

Commit

Permalink
hotfix: command formatted as tuple instead of string at plant_product…
Browse files Browse the repository at this point in the history
…ion_datasets_dag.py
  • Loading branch information
diegoquintanav committed Sep 25, 2023
1 parent b30802c commit a56722a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dags/plant_production_datasets_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ def dbapi_to_dict(dbapi: str):
),
working_dir=f"/repos/{repo_name}/dbt_jardiner",
command=(
"dbt run --profiles-dir config --target prod ",
"--select plant_production_hourly+",
"dbt run --profiles-dir config --target prod "
"--select plant_production_hourly+"
),
docker_url=sampled_moll,
mounts=[mount_nfs],
Expand Down

0 comments on commit a56722a

Please sign in to comment.