Fokko 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_r215583126
##########
File path: airflow/contrib/operators/bigquery_to_gcs.py
##########
@@ -43,7 +43,7 @@ class BigQueryToCloudStorageOperator(BaseOperator):
:param compression: Type of compression to use.
:type compression: string
:param export_format: File format to export.
- :type field_delimiter: string
+ :type export_format: string
:param field_delimiter: The delimiter to use when extracting to a CSV.
:type field_delimiter: string
Review comment:
string -> str?
----------------------------------------------------------------
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