-
Notifications
You must be signed in to change notification settings - Fork 25
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
SQL notebooks API #296
SQL notebooks API #296
Conversation
dataikuapi/dss/sqlnotebook.py
Outdated
self.notebook_id = notebook_id | ||
self.query_runs = query_runs | ||
|
||
def get_query_runs(self): |
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'm deliberately calling these query runs instead of queries. LMK if that's alright or we should use a different name.
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.
Not tested but looks really good already :)
I've now copied the changes into my dip PR. Should've made the changes there in the first place. Will close this one. |
No description provided.