Skip to content
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

Pass poll_interval in bq trigger #953

Merged
merged 3 commits into from Apr 11, 2023
Merged

Conversation

pankajastro
Copy link
Contributor

@pankajastro pankajastro commented Apr 11, 2023

closes: #891

earlier the poll_interval was hardcoded in the trigger, recently it got changed in OSS to accept a dynamic value. This PR pass user-provided poll_interval to trigger for bigquery.

@pankajastro pankajastro changed the title Add poll_interval in bq trigger Pass poll_interval in bq trigger Apr 11, 2023
@codecov
Copy link

codecov bot commented Apr 11, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (d1ae941) 98.62% compared to head (ac55f69) 98.62%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #953   +/-   ##
=======================================
  Coverage   98.62%   98.62%           
=======================================
  Files          89       89           
  Lines        5001     5001           
=======================================
  Hits         4932     4932           
  Misses         69       69           
Impacted Files Coverage Δ
...nomer/providers/google/cloud/operators/bigquery.py 100.00% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@pankajastro pankajastro marked this pull request as ready for review April 11, 2023 05:01
@pankajastro pankajastro merged commit a627a15 into main Apr 11, 2023
19 checks passed
@pankajastro pankajastro deleted the add_poll_interval_in_bq_op branch April 11, 2023 06:08
@pankajastro pankajastro mentioned this pull request Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BigQuery Async Operators should have the option to override trigger's default poll_interval
3 participants