pankajastro commented on code in PR #31591:
URL: https://github.com/apache/airflow/pull/31591#discussion_r1223308357
##########
airflow/providers/google/cloud/hooks/bigquery.py:
##########
@@ -3086,30 +3086,19 @@ async def get_job_instance(
with await self.service_file_as_context() as f:
return Job(job_id=job_id, project=project_id, service_file=f,
session=cast(Session, session))
- async def get_job_status(
- self,
- job_id: str | None,
- project_id: str | None = None,
- ) -> str | None:
- """
- Polls for job status asynchronously using gcloud-aio.
-
- Note that an OSError is raised when Job results are still pending.
- Exception means that Job finished with errors
- """
+ async def get_job_status(self, job_id: str | None, project_id: str | None
= None):
Review Comment:
aha, sorry. actually we should keep it and I'll restore
--
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]