-
Notifications
You must be signed in to change notification settings - Fork 564
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
Add support for ClickHouse FORMAT
on INSERT
#1628
Conversation
08fadd1
to
062c2b4
Compare
93ca1fb
to
8096e8c
Compare
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.
Thanks @bombsimon! looks good to me overall, left some minor comments
If `source` is not `None` we will land in the first if branch so no need to check if it's `None` again.
8096e8c
to
3845c7f
Compare
Sorry, I messed up my rebase and lost some commits and force pushed 🙈 But we'll squash on merge anyway so probably nothing to fix now. |
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.
LGTM! Thanks @bombsimon!
cc @alamb
Adds supports for the
SETTINGS
andFORMAT
keywords used for ClickHouse when inserting data with other syntax than SQL. This can happen e.g. when using the ClickHouse CLI tool to pipe input from files or similar.INSERT INTO
Statement