mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-12 15:57:44 +00:00
Fix: neo4j version bump (#9680)
This commit is contained in:
parent
b8bfab02a1
commit
1ec324e43e
@ -32,7 +32,7 @@ VERSIONS = {
|
||||
"great-expectations": "great-expectations~=0.15.0",
|
||||
"grpc-tools": "grpcio-tools==1.47.2",
|
||||
"msal": "msal~=1.2",
|
||||
"neo4j": "neo4j~=4.4.0",
|
||||
"neo4j": "neo4j~=5.3.0",
|
||||
"pandas": "pandas==1.3.5",
|
||||
"pyarrow": "pyarrow~=8.0",
|
||||
"pydomo": "pydomo~=0.3",
|
||||
|
||||
@ -339,11 +339,11 @@ class AmundsenSource(Source[Entity]):
|
||||
col = Column(**parsed_string)
|
||||
columns.append(col)
|
||||
amundsen_table_tag = OMetaTagAndClassification(
|
||||
category_name=CreateClassificationRequest(
|
||||
classification_request=CreateClassificationRequest(
|
||||
name=AMUNDSEN_TAG_CATEGORY,
|
||||
description="Tags associates with amundsen entities",
|
||||
),
|
||||
category_details=CreateTagRequest(
|
||||
tag_request=CreateTagRequest(
|
||||
classification=AMUNDSEN_TAG_CATEGORY,
|
||||
name=AMUNDSEN_TABLE_TAG,
|
||||
description="Amundsen Table Tag",
|
||||
@ -351,11 +351,11 @@ class AmundsenSource(Source[Entity]):
|
||||
)
|
||||
yield amundsen_table_tag
|
||||
amundsen_cluster_tag = OMetaTagAndClassification(
|
||||
category_name=CreateClassificationRequest(
|
||||
classification_request=CreateClassificationRequest(
|
||||
name=AMUNDSEN_TAG_CATEGORY,
|
||||
description="Tags associates with amundsen entities",
|
||||
),
|
||||
category_details=CreateTagRequest(
|
||||
tag_request=CreateTagRequest(
|
||||
classification=AMUNDSEN_TAG_CATEGORY,
|
||||
name=table["cluster"],
|
||||
description="Amundsen Cluster Tag",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user