-
-
Notifications
You must be signed in to change notification settings - Fork 873
Add support for BigQuery LOAD DATA
statement
#6612
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
2485801
to
dd4c495
Compare
c1a4f33
to
0d500bf
Compare
question: does adding support to a statement require updating any docs? |
LOAD DATA
statement. (#6589)LOAD DATA
statement
0d500bf
to
a7070ad
Compare
Coverage Results ✅
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! Overall, everything looks good. Thanks! 🎉
Nope, but including the dialect source documentation in the code like you did is always super helpful. |
a7070ad
to
ebbb7f4
Compare
ebbb7f4
to
5069fb9
Compare
Addressed all nits. Rebased against main to get latest changes. All seems good. Not sure what is the merge process here. Will leave it up to the maintainers. Thank you very much for the quick review. SQLFluff is great! |
Brief summary of the change made
Adding support to LOAD DATA statement in BigQuery dialect.
closes #6589
Are there any other side effects of this change that we should be aware of?
Not that I am aware of. BigQuery parser tests passed successfully. Seems like the LOAD DATA statement did not break any other BigQuery statements.
Pull Request checklist
.sql
/.yml
parser test cases intest/fixtures/dialects
. Usedtox
as described in the Contributing guide.