mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-04 19:44:58 +00:00
Fix #2320: Fix DB migration scripts to upgrade to 0.8 from 0.7
This commit is contained in:
parent
138fd0747d
commit
18f5c288fe
@ -489,7 +489,6 @@ class ElasticsearchSink(Sink[Entity]):
|
||||
for version in entity_versions.versions:
|
||||
version_json = json.loads(version)
|
||||
updatedAt = version_json["updatedAt"]
|
||||
print(updatedAt)
|
||||
change_description = ChangeDescription(
|
||||
updatedBy=version_json["updatedBy"], updatedAt=updatedAt
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user