-
Notifications
You must be signed in to change notification settings - Fork 16.4k
feat: add OpenFaaS connection type and documentation #58759
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)
|
fix: remove redundant line from OpenFaaS documentation and add connection type to provider info
f4ed776 to
6f3482d
Compare
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.
LGTM. one docstring improvement. Thanks!
providers/openfaas/src/airflow/providers/openfaas/hooks/openfaas.py
Outdated
Show resolved
Hide resolved
…as.py Co-authored-by: Wei Lee <weilee.rx@gmail.com>
jason810496
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.
Nice! Thanks for the PR!
Co-authored-by: Jason(Zhe-You) Liu <68415893+jason810496@users.noreply.github.com>
Co-authored-by: Jason(Zhe-You) Liu <68415893+jason810496@users.noreply.github.com>
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 for the PR again!
It should be good to go after passing CI.
fix: update test to use instance method for get_ui_field_behaviour
29005e4 to
6f3482d
Compare
choo121600
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.
LGTM ;)
|
Awesome work, congrats on your first merged pull request! You are invited to check our Issue Tracker for additional contributions. |
Co-authored-by: Wei Lee <weilee.rx@gmail.com> Co-authored-by: Jason(Zhe-You) Liu <68415893+jason810496@users.noreply.github.com>
Co-authored-by: Wei Lee <weilee.rx@gmail.com> Co-authored-by: Jason(Zhe-You) Liu <68415893+jason810496@users.noreply.github.com>
Co-authored-by: Wei Lee <weilee.rx@gmail.com> Co-authored-by: Jason(Zhe-You) Liu <68415893+jason810496@users.noreply.github.com>
Why
Related Issue : #28790 (OpenFaasHook section)
What
hooks/openfaas.py- Added connection class attributes andget_ui_field_behaviour()provider.yaml- Addedconnection-typessectionget_provider_info.py- Addedconnection-typesentrydocs/connections/openfaas.rst- New connection documentationdocs/index.rst- Added link to connection docsTest
Run

breeze start-airflowand verify thatOpenFaaSappears in theConnection Typedropdown menu.