-
Notifications
You must be signed in to change notification settings - Fork 26
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
Implement Async Big Query Table Existence Sensor #135
Conversation
- Implement BigQueryTableExistenceSensorAsync - Implement BigQueryTableExistenceTrigger - Implement BigQueryTableHookAsync
Add Test case For BigQuery Table Existences Sensor - Add Test case - corrected Doc string
astronomer/providers/google/cloud/example_dags/example_bigquery_sensors.py
Show resolved
Hide resolved
astronomer/providers/google/cloud/example_dags/example_bigquery_sensors.py
Show resolved
Hide resolved
astronomer/providers/google/cloud/example_dags/example_bigquery_sensors.py
Show resolved
Hide resolved
- Add GCP_CONN_ID as env variables - Change 'google_cloud_conn_id' to 'gcp_conn_id' - Fix doc string
- Fixed connection id
Codecov Report
@@ Coverage Diff @@
## main #135 +/- ##
==========================================
+ Coverage 95.34% 95.48% +0.13%
==========================================
Files 35 36 +1
Lines 1954 2014 +60
==========================================
+ Hits 1863 1923 +60
Misses 91 91
Continue to review full report at Codecov.
|
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.
Overall LGTM. Just few minor comments.
astronomer/providers/google/cloud/example_dags/example_bigquery_sensors.py
Show resolved
Hide resolved
- Added Doc string - Removed super().__init__()
astronomer/providers/google/cloud/example_dags/example_bigquery_sensors.py
Outdated
Show resolved
Hide resolved
@phanikumv Fixed as per review comment |
story Id: #68