mik-laj edited a comment on pull request #16420: URL: https://github.com/apache/airflow/pull/16420#issuecomment-860213503
Should this parameter be user controlled? In the case of Google, we have a fixed value set. https://github.com/apache/airflow/blob/001dc22af9a30f710501eac85ff04297ba2a728f/airflow/providers/google/common/hooks/base_google.py#L343 https://github.com/apache/airflow/blob/8505d2f0a4524313e3eff7a4f16b9a9439c7a79f/airflow/providers/google/cloud/hooks/bigquery.py#L157-L162 Thanks to the version, we can also distinguish Vanila Airflow from Composer Airflow. ``` version = '1.10.1-composer' ``` -- 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]
