-
Notifications
You must be signed in to change notification settings - Fork 426
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nake DT query parser handle two comment positions
The "correct" place to specify the query comment in a dynamic table DDL is at the end of the metadata argument list, right before the query. However, when retrieving an existing query from Snowflake using SHOW DYNAMIC TABLE, the comment is placed at the beginning of the metadata argument list. This commit updates the DT query parser to handle comments that can show up in either position.
- Loading branch information
Showing
2 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters