TobKed commented on a change in pull request #6297: [AIRFLOW-5224] Add encoding parameter to GoogleCloudStorageToBigQuery… URL: https://github.com/apache/airflow/pull/6297#discussion_r334079885
########## 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: Sure, good point. I've changed it. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services