Iaroslav Frolikov
Results
1
issues of
Iaroslav Frolikov
**Describe the bug** `sqllinage` fails with an error when encounters a fully qualified table name quoted with backticks. **SQL** ```sql MERGE `project.id:with-colon-and-dot.dataset_id.target_table_id` T USING `project.id:with-colon-and-dot.dataset_id.source_table_id` S ON T.id = S.id...
bug