KamranImaaz opened a new pull request, #61008: URL: https://github.com/apache/airflow/pull/61008
Fixes #60687 1. `BigtableCreateInstanceOperator`: Modified `try..except` blocks for `.create_instance` one. Since the existance of Instance is already handled so no possibility of exception rises. However there might be other exceptions such as invalid arguments. If that's the case then it should be handled in Hooks. 2. `BigtableUpdateInstanceOperator`: Same as `BigtableCreateInstanceOperator`. My doubt is there might be exception here `operation = instance.update()` in Hook. Rest Changes are Fine. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
