-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Add endpoint_prefix to LivyHook
#45811
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
|
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors' Guide (https://github.com/apache/airflow/blob/main/contributing-docs/README.rst)
|
Lee-W
left a comment
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 looks good. 🙂 Let's add unit tests for this change.
Lee-W
left a comment
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.
It seems we still need to fix some CI failure
|
yeah looks like a few formatting changes. |
Yep, would be nice if we can take care of it. Thanks! |
ae75768 to
b485292
Compare
b485292 to
381a93f
Compare
|
post re-base some core tests are failing. all the provider tests pass. im stuck on how to fix this. |
66fea9a to
965a664
Compare
|
@Lee-W looks like this is good to go :) |
|
Awesome work, congrats on your first merged pull request! You are invited to check our Issue Tracker for additional contributions. |
* revert manual changes to the Changelog file * adding tests for livy db hook * adding tests for async livy hook * reformat comment, and fix endpoint_prefix type for livy trigger * formatting changes * remove extra default args from expectation * adding mock patch for mock request --------- Co-authored-by: Giridhar Pathak <gpathak@microsoft.com>
* revert manual changes to the Changelog file * adding tests for livy db hook * adding tests for async livy hook * reformat comment, and fix endpoint_prefix type for livy trigger * formatting changes * remove extra default args from expectation * adding mock patch for mock request --------- Co-authored-by: Giridhar Pathak <gpathak@microsoft.com>
* revert manual changes to the Changelog file * adding tests for livy db hook * adding tests for async livy hook * reformat comment, and fix endpoint_prefix type for livy trigger * formatting changes * remove extra default args from expectation * adding mock patch for mock request --------- Co-authored-by: Giridhar Pathak <gpathak@microsoft.com>
* revert manual changes to the Changelog file * adding tests for livy db hook * adding tests for async livy hook * reformat comment, and fix endpoint_prefix type for livy trigger * formatting changes * remove extra default args from expectation * adding mock patch for mock request --------- Co-authored-by: Giridhar Pathak <gpathak@microsoft.com>
adding endpoint_prefix to allow for accessing livy that is behind a reverse proxy and not available on the root path of the server
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rstor{issue_number}.significant.rst, in newsfragments.