Airflow Foreach + Sensors#1225
Closed
valayDave wants to merge 1 commit intovalay/multi-flow-decosfrom
Closed
Conversation
This was referenced Jan 9, 2023
Closed
savingoyal
approved these changes
Jan 19, 2023
romain-intel
requested changes
Jan 20, 2023
Contributor
romain-intel
left a comment
There was a problem hiding this comment.
I did not review anything in airflow/. This needs to be rebased on 1212 prior to merging.
82f7640 to
f8337ed
Compare
29e860d to
21260c5
Compare
21260c5 to
9dbd6c8
Compare
romain-intel
approved these changes
Jan 28, 2023
Contributor
romain-intel
left a comment
There was a problem hiding this comment.
Did not review airflow specific parts but rest looks fine.
9dbd6c8 to
fe25ca0
Compare
080513c to
24854af
Compare
fe25ca0 to
1ab2bcb
Compare
24854af to
75c690b
Compare
This was referenced Jan 31, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stacked On Top of #1224
This PR enabled Airflow Sensor Support and Airflow Foreach Support.
Support for following Airflow sensor decorators:
@airflow_external_task_sensor@airflow_s3_key_sensor@airflow_s3_key_sensorSensor Args
The below flow will trigger when Airflow detects a
x.jsonis present in the S3 Bucket path@airflow_external_task_sensorSensor Args
The below flow will get triggered when
SourceDag-0andSourceDag-1with the sameexecution_datefinish completion.