Commit 5f04d66
quote identifiers in GET_DDL queries to support special characters (#26007)
* quote identifiers in GET_DDL queries to support special characters
- Fixed get_table_ddl() to quote schema and table identifiers
- Fixed get_view_definition() to quote identifiers when schema is None
- Fixed get_stream_definition() to quote schema and stream identifiers
- Supports tables with dots and other special characters (e.g., CDB_LU_AP.DSPA_ADDRESSES_INITIAL_LOAD)
Fixes: 26006"
* Fix DDL identifier quoting for Snowflake to support schema.table format
---------
Co-authored-by: Mohit Tilala <63147650+mohittilala@users.noreply.github.com>
(cherry picked from commit ca7e1b1)1 parent da91c9b commit 5f04d66
1 file changed
Lines changed: 3 additions & 3 deletions
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
355 | | - | |
| 355 | + | |
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
| |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
374 | | - | |
| 374 | + | |
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
| |||
644 | 644 | | |
645 | 645 | | |
646 | 646 | | |
647 | | - | |
| 647 | + | |
648 | 648 | | |
649 | 649 | | |
650 | 650 | | |
| |||
0 commit comments