Skip to content

Commit

Permalink
Fix missing Data Fusion sensor integration (#17914)
Browse files Browse the repository at this point in the history
We recently fixed provider.yaml validation and PR #17787
added a new Data Fusion integration without flagging this as error
because it was based on earlier version of the change without
the fix to static checks.

This PR adds the missing integration
  • Loading branch information
potiuk committed Aug 30, 2021
1 parent 24aa34b commit b5da846
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions airflow/providers/google/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,9 @@ sensors:
- integration-name: Google Dataflow
python-modules:
- airflow.providers.google.cloud.sensors.dataflow
- integration-name: Google Data Fusion
python-modules:
- airflow.providers.google.cloud.sensors.datafusion
- integration-name: Google Dataproc
python-modules:
- airflow.providers.google.cloud.sensors.dataproc
Expand Down

0 comments on commit b5da846

Please sign in to comment.