-
Notifications
You must be signed in to change notification settings - Fork 135
SNOW-2313015: add support for session init statement in udtf ingestion of dbapi #3748
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
base: main
Are you sure you want to change the base?
Conversation
fetch_size: int = 1000, | ||
schema: StructType = None, | ||
session_init_statement: List[str] = None, | ||
query_timeout: int = 0, |
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.
I think there is actionable item that if we don't supporting setting query_timeout for a DBMS, we should let users know that they need to find ways to set by themselves.
this can be done in a separate jira
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.
created a jira to track: SNOW-2331978
8a35398
to
28f08b4
Compare
Which Jira issue is this PR addressing? Make sure that there is an accompanying issue to your PR.
Fixes SNOW-NNNNNNN
Fill out the following pre-review checklist:
Please describe how your code solves the related issue.
Please write a short description of how your code change solves the related issue.