uranusjr commented on code in PR #31422:
URL: https://github.com/apache/airflow/pull/31422#discussion_r1201805797
##########
airflow/providers/google/cloud/operators/bigquery.py:
##########
@@ -2509,8 +2511,8 @@ def execute(self, context: Context):
class BigQueryInsertJobOperator(GoogleCloudBaseOperator):
"""
Executes a BigQuery job. Waits for the job to complete and returns job id.
- This operator work in the following way:
+ This operator work in the following way:
- it calculates a unique hash of the job using job's configuration or uuid
if ``force_rerun`` is True
Review Comment:
I think this would break list rendering. An empty line is needed after the
`:` as well.
--
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]