potiuk commented on code in PR #31731:
URL: https://github.com/apache/airflow/pull/31731#discussion_r1232236952
##########
airflow/providers/google/cloud/hooks/bigquery.py:
##########
@@ -618,10 +610,10 @@ def create_external_table(
:param labels: A dictionary containing labels for the BiqQuery table.
:param description: A string containing the description for the
BigQuery table.
:param encryption_configuration: [Optional] Custom encryption
configuration (e.g., Cloud KMS keys).
- **Example**: ::
+ .. code-block:: python
Review Comment:
Result of bisecting - you miss empty line here. Also indenting is not
consistent with other places but it seem to not cause the problem.
--
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]