Skip to content

Commit bad39ad

Browse files
Fix: Airflow dependencies pin apache-airflow-providers-fab
1 parent a533c1d commit bad39ad

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.circleci/continue_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,10 +284,10 @@ workflows:
284284
- airflow_docker_tests:
285285
requires:
286286
- style_and_cicd_tests
287-
filters:
288-
branches:
289-
only:
290-
- main
287+
# filters:
288+
# branches:
289+
# only:
290+
# - main
291291
- engine_tests_docker:
292292
name: engine_<< matrix.engine >>
293293
matrix:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ databricks = ["databricks-sql-connector"]
4848
dev = [
4949
"agate==1.7.1",
5050
"apache-airflow==2.9.1",
51+
"apache-airflow-providers-fab<2.0.0",
5152
"opentelemetry-proto==1.27.0", # pip was having trouble resolving this transitive dependency of airflow
5253
"beautifulsoup4",
5354
"clickhouse-connect",

0 commit comments

Comments
 (0)