-
Notifications
You must be signed in to change notification settings - Fork 998
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
Cancel BigQuery job if block_until_done call times out or is interrupted #1699
Cancel BigQuery job if block_until_done call times out or is interrupted #1699
Commits on Jul 13, 2021
-
Cancel job if to_bigquery is cancelled by user
Signed-off-by: Cody Lin <[email protected]>
Cody Lin committedJul 13, 2021 Configuration menu - View commit details
-
Copy full SHA for f8420d8 - Browse repository at this point
Copy the full SHA f8420d8View commit details -
cancel job in _upload_entity_df_into_bq as well
Signed-off-by: Cody Lin <[email protected]>
Cody Lin committedJul 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 690828c - Browse repository at this point
Copy the full SHA 690828cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad96114 - Browse repository at this point
Copy the full SHA ad96114View commit details -
make cancel job code more readable
Signed-off-by: Cody Lin <[email protected]>
Cody Lin committedJul 13, 2021 Configuration menu - View commit details
-
Copy full SHA for c3d1b90 - Browse repository at this point
Copy the full SHA c3d1b90View commit details -
move KeyboardInterrupt catch outside retry logic; fix retry logic
Signed-off-by: Cody Lin <[email protected]>
Cody Lin committedJul 13, 2021 Configuration menu - View commit details
-
Copy full SHA for c946079 - Browse repository at this point
Copy the full SHA c946079View commit details -
make block_until_done public; add custom exception for BQJobStillRunning
Signed-off-by: Cody Lin <[email protected]>
Cody Lin committedJul 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 1e7d852 - Browse repository at this point
Copy the full SHA 1e7d852View commit details
Commits on Jul 14, 2021
-
Merge branch 'master' of https://github.com/feast-dev/feast into canc…
…el-bq-job-on-keyboard-interrupt
Cody Lin committedJul 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 47a3124 - Browse repository at this point
Copy the full SHA 47a3124View commit details -
fix retry logic to catch specific exception
Signed-off-by: Cody Lin <[email protected]>
Cody Lin committedJul 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 6cfe938 - Browse repository at this point
Copy the full SHA 6cfe938View commit details -
Make retry params configurable; use finally clause to catch more canc…
…ellation cases Signed-off-by: Cody Lin <[email protected]>
Cody Lin committedJul 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 786a634 - Browse repository at this point
Copy the full SHA 786a634View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6eb9a3 - Browse repository at this point
Copy the full SHA a6eb9a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6f6764 - Browse repository at this point
Copy the full SHA a6f6764View commit details -
Configuration menu - View commit details
-
Copy full SHA for 648937b - Browse repository at this point
Copy the full SHA 648937bView commit details