Skip to content

Commit

Permalink
add perf dag to airflowignore for non-perf tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaneve committed Feb 1, 2024
1 parent fc2ae75 commit 9a50b03
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ dmypy.json
logs/
*.user.yml

# integration tests
dev/dags/.airflowignore

# Local Airflow standalone
airflow.cfg
airflow.db
Expand Down
1 change: 0 additions & 1 deletion dev/dags/.airflowignore

This file was deleted.

1 change: 1 addition & 0 deletions tests/test_example_dags.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

MIN_VER_DAG_FILE: dict[str, list[str]] = {
"2.4": ["cosmos_seed_dag.py"],
"3.0": ["performance_dag.py"],
}

# Sort descending based on Versions and convert string to an actual version
Expand Down
1 change: 1 addition & 0 deletions tests/test_example_dags_no_connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

MIN_VER_DAG_FILE: dict[str, list[str]] = {
"2.4": ["cosmos_seed_dag.py"],
"3.0": ["performance_dag.py"],
}

# Sort descending based on Versions and convert string to an actual version
Expand Down

0 comments on commit 9a50b03

Please sign in to comment.