kaxil commented on a change in pull request #3852: [AIRFLOW-3018] Fix Minor
issues in Documentation
URL: https://github.com/apache/incubator-airflow/pull/3852#discussion_r215585875
##########
File path: airflow/contrib/operators/bigquery_operator.py
##########
@@ -383,7 +383,7 @@ class BigQueryCreateExternalTableOperator(BaseOperator):
:type schema_fields: list
:param schema_object: If set, a GCS object path pointing to a .json file
that
contains the schema for the table. (templated)
- :param schema_object: string
+ :type schema_object: string
Review comment:
I am creating a follow PR to do this as this (`string` -> `str`) is going to
affect 100s of files.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services