Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@briangow
Copy link
Collaborator

In many places in this code, backticks were used around project and dataset parameters but not around the table name. A parameter is of the form @<identifier>. This can lead to syntax errors :

Formatting query...
CREATE OR REPLACE TABLE `lcp-internal.mimiciv_chorus_tmp`.concept AS
.
.
.
Syntax error: Unexpected "." at [1:25]

These backticks are not necessary, so this PR removes them in all cases where they where used around parameters.

@briangow briangow requested a review from tompollard February 11, 2025 22:27
Copy link
Collaborator

@tompollard tompollard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants