You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have identified the issue related to Bigquery profiling over table storage for fetching the system level tags like no. of rows, sizeInBytes, creation time, col names and col count.
Instead of using table storage from information schema which can be huge, we can use __TABLES__ to get metadata for that table.
We have identified the issue related to Bigquery profiling over table storage for fetching the system level tags like no. of rows, sizeInBytes, creation time, col names and col count.
Instead of using table storage from information schema which can be huge, we can use
__TABLES__
to get metadata for that table.ref: https://openmetadata.slack.com/archives/C02B6955S4S/p1702021485941039
The text was updated successfully, but these errors were encountered: