Fix #3635: Fixed attribute errorr (#3636)

* table comments optimized

* Fix #3635: Fixed attribute errorr

* Revert "table comments optimized"

This reverts commit c6004761ae1617ad215234ff64cf3d48570dda28.
This commit is contained in:
Mayur Singal 2022-03-24 16:25:44 +05:30 committed by GitHub
parent a87ed206c0
commit d844e006eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,11 +89,9 @@ class MetadataUsageBulkSink(BulkSink):
self.metadata.publish_table_usage(table_entity, table_usage_request)
logger.info(
f"Successfully table usage published for {record.table.fullyQualifiedName}"
)
self.status.records_written(
f"Table: {record.table.fullyQualifiedName}"
f"Successfully table usage published for {table_usage.table}"
)
self.status.records_written(f"Table: {table_usage.table}")
except Exception as err:
self.status.failures.append(table_usage_request)