Fix: neo4j version bump (#9680)

This commit is contained in:
NiharDoshi99 2023-01-11 18:28:25 +05:30 committed by GitHub
parent b8bfab02a1
commit 1ec324e43e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -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",

View File

@ -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",