mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-06 22:35:24 +00:00
MINOR: Add support for clone queries in bigquery (#23155)
This commit is contained in:
parent
d956087968
commit
df6bf20179
@ -42,6 +42,7 @@ class BigqueryLineageSource(
|
|||||||
AND (
|
AND (
|
||||||
statement_type IN ("MERGE", "CREATE_TABLE_AS_SELECT", "UPDATE")
|
statement_type IN ("MERGE", "CREATE_TABLE_AS_SELECT", "UPDATE")
|
||||||
OR (statement_type = "INSERT" and UPPER(query) like '%%INSERT%%INTO%%SELECT%%')
|
OR (statement_type = "INSERT" and UPPER(query) like '%%INSERT%%INTO%%SELECT%%')
|
||||||
|
OR (statement_type = "CREATE_TABLE" and UPPER(query) like '%%CLONE%%')
|
||||||
)
|
)
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user