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
For BigQuery INSERT statement, 'INTO' is an optional keyword. When tried a parse a BigQuery INSERT statement without INTO keyword, the target table is empty.
Describe the bug
For BigQuery INSERT statement, 'INTO' is an optional keyword. When tried a parse a BigQuery INSERT statement without INTO keyword, the target table is empty.
https://cloud.google.com/bigquery/docs/reference/standard-sql/dml-syntax#insert_statement
SQL
To Reproduce
Note here we refer to SQL provided in prior step as stored in a file named
test.sql
Output
Expected behavior
Expected output
Python version (available via
python --version
)SQLLineage version (available via
sqllineage --version
):Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: