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
Describe the bug
When querying the table JOBS_BY_PROJECT to fetch the queries for analyzing usage or lineage we are scanning the entire table which can be costly.
The table is partitioned by creation_time and clustered by project id, when querying this table we should include these filters ref.
Affected module
Ingestion Framework
Describe the bug
When querying the table
JOBS_BY_PROJECT
to fetch the queries for analyzing usage or lineage we are scanning the entire table which can be costly.The table is partitioned by
creation_time
and clustered by project id, when querying this table we should include these filters ref.queries that need to be updated.
OpenMetadata/ingestion/src/metadata/ingestion/source/database/bigquery/queries.py
Line 41 in 1540329
OpenMetadata/ingestion/src/metadata/ingestion/source/database/bigquery/queries.py
Line 73 in 1540329
The text was updated successfully, but these errors were encountered: