asawitt opened a new pull request #4549: [AIRFLOW-3725] Add private_key to bigquery_hook get_pandas_df URL: https://github.com/apache/airflow/pull/4549 [AIRFLOW-3725] Bigquery Hook authentication currently defaults to Google User-account credentials, and the user is asked to authenticate with Pandas GBQ manually. This diff allows users to specify a private_key in either json or key_path form, in keeping with the Google Cloud Platform connection type. ### Tests The following unit tests have been added: TestPandasGbqPrivateKey.test_key_path_provided TestPandasGbqPrivateKey.test_key_json_provided TestPandasGbqPrivateKey.test_no_key_provided ### Code Quality - [✓] Passes `flake8`
---------------------------------------------------------------- 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
