mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-03 12:08:31 +00:00
Merge remote-tracking branch 'upstream/1.5.11' into 1.5.11
This commit is contained in:
commit
bf2031d0b6
@ -147,6 +147,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