-
Notifications
You must be signed in to change notification settings - Fork 17
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
Python client and Fusion SQL for Jobs Service #28
Python client and Fusion SQL for Jobs Service #28
Conversation
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.
Overall, quite good. I was expecting to have to write all of this myself. :) You'll want to make sure to install pre-commit
so that the checks get run. It will point out some of the things I mentioned in the review as well.
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.
There are still some issue showing up in the pre-commit checks in the Github actions, but other than that and the one change mentioned, it looks good.
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.
Just a few minor things to look at.
This MR implements the python client and Fusion SQL commands for Jobs Service.
Tests were also added for both the python and Fusion commands.