You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/10/10 13:58:46 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #6297: [AIRFLOW-5224] Add encoding parameter to GoogleCloudStorageToBigQuery…

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:
users@infra.apache.org


With regards,
Apache Git Services