-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Adds example showing the ES_hook #17944
Conversation
The PR is likely OK to be merged with just subset of tests for default Python and Database versions without running the full matrix of tests, because it does not modify the core of Airflow. If the committers decide that the full tests matrix is needed, they will add the label 'full tests needed'. Then you should rebase to the latest main or amend the last commit of the PR, and push it with --force-with-lease. |
@potiuk it appears CI is failing due to unrelated things with my pr
Anything I need to do on my end? |
adds comment
Just rebased |
🤞 |
🎉
…On Sat, Sep 4, 2021 at 3:48 PM Jarek Potiuk ***@***.***> wrote:
Merged #17944 <#17944> into main.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#17944 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABN32R7KJM2T4DSLWPWNHZLUAJZZXANCNFSM5DEHNTHQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
--
Charles Frank Cash
FOSS Programmer
***@***.***
https://github.com/frankcash
https://keybase.io/frankcash
<https://github.com/frankcash>
|
Are there any examples other than "show tables"? |
Adds an example DAG showing how to utilize the elasticsearch_hook
Will produce output along the lines of:
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code change, 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 UPDATING.md.