-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AIRFLOW-6586] Improvements to gcs sensor (#7197)
* [AIRFLOW-6586] Improvements to gcs sensor refactors GoogleCloudStorageUploadSessionCompleteSensor to use set instead of number of objects add poke mode only decorator assert that poke_mode_only applied to child of BaseSensorOperator refactor tests remove assert [AIRFLOW-6586] Improvements to gcs sensor refactors GoogleCloudStorageUploadSessionCompleteSensor to use set instead of number of objects add poke mode only decorator assert that poke_mode_only applied to child of BaseSensorOperator remove assert fix static checks add back inadvertently remove requirements pre-commit fix typo * gix gcs sensor unit test * move poke_mode_only to base_sensor_operator module * add sensor / poke_mode_only docs * fix ci check add sensor how-to docs * Update airflow/providers/google/cloud/sensors/gcs.py Co-authored-by: Tomek Urbaszek <turbaszek@gmail.com> * Update airflow/sensors/base_sensor_operator.py Co-authored-by: Tomek Urbaszek <turbaszek@gmail.com> * Update airflow/sensors/base_sensor_operator.py Co-authored-by: Kamil Breguła <mik-laj@users.noreply.github.com> * simplify class decorator * remove type hint * add note to UPDATING.md * remove unecessary declaration of class member * Fix to kwargs in UPDATING.md Co-authored-by: Tomek Urbaszek <turbaszek@gmail.com> Co-authored-by: Kamil Breguła <mik-laj@users.noreply.github.com>
- Loading branch information
1 parent
bae5cc2
commit 499493c
Showing
6 changed files
with
206 additions
and
44 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.