Skip to content

Commit

Permalink
fix: kubernetespodoperator image (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiewior authored Dec 4, 2023
1 parent f82e914 commit 823d897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/data-pipeline/resources/dbt-dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# entrypoint is used. The cmds parameter is templated.
image_pull_policy="Always",
cmds=["bash", "-c"],
arguments=["git clone https://github.com/mwiewior/tbd-tpc-di.git && cd tbd-tpc-di && git checkout feat/labs "
arguments=["git clone https://github.com/mwiewior/tbd-tpc-di.git && cd tbd-tpc-di"
"&& dbt debug"],
# The namespace to run within Kubernetes. In Composer 2 environments
# after December 2022, the default namespace is
Expand All @@ -62,7 +62,7 @@
# project-id as the gcr.io images and the service account that Composer
# uses has permission to access the Google Container Registry
# (the default service account has permission)
image="eu.gcr.io/tbd-2023z-9910/dbt:1.7.3",
image="eu.gcr.io/{{ var.value.project_id }}/dbt:1.7.3",
# Specifies path to kubernetes config. If no config is specified will
# default to '~/.kube/config'. The config_file is templated.
config_file="/home/airflow/composer_kube_config",
Expand Down

0 comments on commit 823d897

Please sign in to comment.