Skip to content

Commit f0a3c1f

Browse files
Merge pull request #234 from datacoves/ci-airflow-uv
Use ci-airflow image built with UV
2 parents 013128d + 62584d7 commit f0a3c1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/10_integrate_airflow_changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Pull Request Airflow Tests
2121
runs-on: ubuntu-latest
2222
# container: datacoves/ci-airflow-dbt-snowflake:3.3
23-
container: datacoves/ci-airflow-dbt-snowflake:3.3
23+
container: datacoves/ci-airflow-dbt-snowflake:3.4.202505062131-6a05965e
2424

2525
env:
2626
AIRFLOW__CORE__DAGS_FOLDER: /__w/${{ github.event.repository.name }}/${{ github.event.repository.name }}/orchestrate/dags

orchestrate/dags/dbt_dag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
schedule = datacoves_utils.set_schedule("0 0 1 */12 *"),
1919
description="Sample DAG demonstrating how to run dbt in airflow",
20-
tags=["transform"],
20+
tags=["transform", "version_2"],
2121
)
2222
def dbt_dag():
2323

0 commit comments

Comments
 (0)