kaxil commented on a change in pull request #6297: [AIRFLOW-5224] Add encoding
parameter to GoogleCloudStorageToBigQuery…
URL: https://github.com/apache/airflow/pull/6297#discussion_r333535926
##########
File path: airflow/gcp/hooks/bigquery.py
##########
@@ -1134,6 +1141,10 @@ def run_load(self, # pylint:
disable=too-many-locals,too-many-arguments,invalid
records, an invalid error is returned in the job result. Only
applicable when
soure_format is CSV.
:type allow_jagged_rows: bool
+ :param encoding: The character encoding of the data. See:
Review comment:
Maybe use `.. seealso::` here
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services