Skip to content

Commit

Permalink
fix: change -app docker image to -main in dags (et/somenergia-jardine…
Browse files Browse the repository at this point in the history
…r!158)

Merge branch 'fix/wrong-image-name' into 'main'
  • Loading branch information
polmonso committed Sep 12, 2024
2 parents 0a38d30 + f8e7a6b commit 7aed68a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dags/plant_production_datasets_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def dbapi_to_dict(dbapi: str):
task_id="dbt_transformation_task",
environment=environment,
docker_conn_id="somenergia_harbor_dades_registry",
image="{}/{}-app:latest".format(
image="{}/{}-main:latest".format(
"{{ conn.somenergia_harbor_dades_registry.host }}",
repo_name,
),
Expand Down
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 @@ -86,7 +86,7 @@ def dbapi_to_dict(dbapi: str):
task_id="dbt_transformation_task__jardiner",
environment=environment,
docker_conn_id="somenergia_harbor_dades_registry",
image="{}/{}-app:latest".format(
image="{}/{}-main:latest".format(
"{{ conn.somenergia_harbor_dades_registry.host }}",
repo_name,
),
Expand Down

0 comments on commit 7aed68a

Please sign in to comment.