OpenMetadata is a unified metadata platform for data discovery, data observability, and data governance powered by a central metadata repository, in-depth column level lineage, and seamless team collaboration.
Is your feature request related to a problem? Please describe.
Data Lineage is not captured for GCP BQ Table Clone Operations.
Describe the solution you'd like
Q Table Clone Operation in Information Schema Jobs seems to have all the information to extract lineage, however it doesn't seem to create one.
Information Schema Jobs data
job_type: QUERY
statement_type: CREATE_TABLE
query
CREATE OR REPLACE TABLE project.dataset.clone_name
CLONE project.dataset.base_name;
destination_table: project.dataset.clone_name
referenced_tables: project.dataset.base_name
Describe alternatives you've considered
Have to post this manually - not a prefered option, existing BQ extractor already uses Information Schema Jobs
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe. Data Lineage is not captured for GCP BQ Table Clone Operations.
Describe the solution you'd like Q Table Clone Operation in Information Schema Jobs seems to have all the information to extract lineage, however it doesn't seem to create one.
Information Schema Jobs data
Describe alternatives you've considered Have to post this manually - not a prefered option, existing BQ extractor already uses Information Schema Jobs
Additional context Add any other context or screenshots about the feature request here.