Skip to content

fix(ingestion/deps): raise packaging upper bound to <26.0.0 for Airfl…

70e34d3
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

feat(ingestion/deps): add upper bounds to dependency versions in setup.py #15813

fix(ingestion/deps): raise packaging upper bound to <26.0.0 for Airfl…
70e34d3
Select commit
Loading
Failed to load commit list.
GitHub Actions / Unit Test Results (Airflow Plugin) succeeded Jan 15, 2026 in 0s

All 37 tests pass, 3 skipped in 7m 39s

40 tests  ±0   37 ✅ ±0   7m 39s ⏱️ -25s
 1 suites ±0    3 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit 70e34d3. ± Comparison against earlier commit 7e4cd96.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results (Airflow Plugin)

3 skipped tests found

There are 3 skipped tests, see "Raw output" for the full list of skipped tests.
Raw output
tests.integration.test_plugin ‑ test_airflow_plugin[v1_basic_iolets]
tests.integration.test_plugin ‑ test_airflow_plugin[v1_simple_dag]
tests.integration.test_plugin ‑ test_airflow_plugin[v1_simple_dag_no_datajob_lineage]

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results (Airflow Plugin)

40 tests found

There are 40 tests, see "Raw output" for the full list of tests.
Raw output
tests.integration.test_plugin ‑ test_airflow_plugin[v1_basic_iolets]
tests.integration.test_plugin ‑ test_airflow_plugin[v1_simple_dag]
tests.integration.test_plugin ‑ test_airflow_plugin[v1_simple_dag_no_datajob_lineage]
tests.integration.test_plugin ‑ test_airflow_plugin[v2_athena_operator]
tests.integration.test_plugin ‑ test_airflow_plugin[v2_basic_iolets]
tests.integration.test_plugin ‑ test_airflow_plugin[v2_bigquery_insert_job_operator]
tests.integration.test_plugin ‑ test_airflow_plugin[v2_custom_operator_dag]
tests.integration.test_plugin ‑ test_airflow_plugin[v2_custom_operator_sql_parsing]
tests.integration.test_plugin ‑ test_airflow_plugin[v2_dag_to_skip]
tests.integration.test_plugin ‑ test_airflow_plugin[v2_datahub_emitter_operator_jinja_template_dag]
tests.integration.test_plugin ‑ test_airflow_plugin[v2_simple_dag]
tests.integration.test_plugin ‑ test_airflow_plugin[v2_simple_dag_no_datajob_lineage]
tests.integration.test_plugin ‑ test_airflow_plugin[v2_snowflake_operator]
tests.integration.test_plugin ‑ test_airflow_plugin[v2_sqlite_operator]
tests.integration.test_plugin ‑ test_airflow_plugin[v2_teradata_operator]
tests.unit.test_airflow ‑ test_airflow_provider_info
tests.unit.test_airflow ‑ test_dags_load_with_no_errors
tests.unit.test_airflow ‑ test_datahub_kafka_hook
tests.unit.test_airflow ‑ test_datahub_lineage_operator
tests.unit.test_airflow ‑ test_datahub_rest_hook
tests.unit.test_airflow ‑ test_datahub_rest_hook_with_timeout
tests.unit.test_airflow ‑ test_entities
tests.unit.test_airflow ‑ test_hook_airflow_ui[DatahubKafkaHook]
tests.unit.test_airflow ‑ test_hook_airflow_ui[DatahubRestHook]
tests.unit.test_packaging ‑ test_check_import_paths
tests.unit.test_packaging ‑ test_package_list_match_inits
tests.unit.test_teradata_extractor.TestTeradataOperatorExtractor ‑ test_extractor_follows_athena_pattern
tests.unit.test_teradata_extractor.TestTeradataOperatorExtractor ‑ test_extractor_handles_empty_string_sql
tests.unit.test_teradata_extractor.TestTeradataOperatorExtractor ‑ test_extractor_handles_missing_sql
tests.unit.test_teradata_extractor.TestTeradataOperatorExtractor ‑ test_extractor_handles_multiline_sql
tests.unit.test_teradata_extractor.TestTeradataOperatorExtractor ‑ test_extractor_handles_various_sql_statements[CREATE TABLE db.new_table AS SELECT * FROM db.old_table]
tests.unit.test_teradata_extractor.TestTeradataOperatorExtractor ‑ test_extractor_handles_various_sql_statements[DELETE FROM db.table WHERE status = 'archived']
tests.unit.test_teradata_extractor.TestTeradataOperatorExtractor ‑ test_extractor_handles_various_sql_statements[INSERT INTO db2.table2 SELECT * FROM db1.table1]
tests.unit.test_teradata_extractor.TestTeradataOperatorExtractor ‑ test_extractor_handles_various_sql_statements[SELECT * FROM db1.table1]
tests.unit.test_teradata_extractor.TestTeradataOperatorExtractor ‑ test_extractor_handles_various_sql_statements[UPDATE db.table SET col = 'value' WHERE id = 1]
tests.unit.test_teradata_extractor.TestTeradataOperatorExtractor ‑ test_extractor_passes_self_as_first_arg
tests.unit.test_teradata_extractor.TestTeradataOperatorExtractor ‑ test_extractor_reads_sql_field
tests.unit.test_teradata_extractor.TestTeradataOperatorExtractor ‑ test_extractor_registered_in_manager
tests.unit.test_teradata_extractor.TestTeradataOperatorExtractor ‑ test_extractor_sets_none_defaults_for_two_tier_architecture
tests.unit.test_teradata_extractor.TestTeradataOperatorExtractor ‑ test_extractor_uses_teradata_platform