Skip to content

Commit

Permalink
Adding example_callbacks.py to .airflowignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jroach-astronomer committed Oct 24, 2024
1 parent 1539f8c commit 81ec1a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_example_dags.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
EXAMPLE_DAGS_DIR = Path(__file__).parent.parent / "examples"
AIRFLOW_IGNORE_FILE = EXAMPLE_DAGS_DIR / ".airflowignore"
AIRFLOW_VERSION = Version(airflow.__version__)
IGNORED_DAG_FILES = []
IGNORED_DAG_FILES = [
"example_callbacks.py"
]

MIN_VER_DAG_FILE_VER: dict[str, list[str]] = {
"2.3": ["example_dynamic_task_mapping.py"],
Expand Down

0 comments on commit 81ec1a5

Please sign in to comment.