mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-31 20:51:26 +00:00
MINOR: Airflow dependency Fix (#18530)
This commit is contained in:
parent
1c354e7597
commit
c92e5bfcaf
@ -146,6 +146,9 @@ base_requirements = {
|
||||
plugins: Dict[str, Set[str]] = {
|
||||
"airflow": {
|
||||
VERSIONS["airflow"],
|
||||
"opentelemetry-api==1.27.0", # internal dependency of airflow, need to restrict version
|
||||
"opentelemetry-exporter-otlp-proto-grpc==1.27.0",
|
||||
"protobuf<5",
|
||||
"attrs",
|
||||
}, # Same as ingestion container. For development.
|
||||
"amundsen": {VERSIONS["neo4j"]},
|
||||
|
Loading…
x
Reference in New Issue
Block a user