bonamim opened a new issue, #29286: URL: https://github.com/apache/airflow/issues/29286
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened Using this type of connection it is not possible to pass all the necessary parameters such as Keyfile JSON, Project Id, Scopes. - Google Bigquery  ### What you think should happen instead The fields should be the same as those of the **Google Cloud** connection type in order to be able to specify data such as Keyfile JSON, Project Id, Scopes. - Google Cloud  ### How to reproduce 1. Admin -> Connections 2. Add a new record 3. Connection Type -> Google Bigquery ### Operating System Debian GNU/Linux 10 (buster) ### Versions of Apache Airflow Providers apache-airflow-providers-amazon==3.0.0 apache-airflow-providers-celery==2.1.0 apache-airflow-providers-cncf-kubernetes==3.0.2 apache-airflow-providers-docker==2.4.1 apache-airflow-providers-elasticsearch==2.2.0 apache-airflow-providers-ftp==2.0.1 apache-airflow-providers-google==6.4.0 apache-airflow-providers-grpc==2.0.1 apache-airflow-providers-hashicorp==2.1.1 apache-airflow-providers-http==2.0.3 apache-airflow-providers-imap==2.2.0 apache-airflow-providers-microsoft-azure==3.6.0 apache-airflow-providers-mongo==3.0.0 apache-airflow-providers-mysql==2.2.0 apache-airflow-providers-odbc==2.0.1 apache-airflow-providers-postgres==3.0.0 apache-airflow-providers-redis==2.0.1 apache-airflow-providers-sendgrid==2.0.1 apache-airflow-providers-sftp==2.4.1 apache-airflow-providers-slack==4.2.0 apache-airflow-providers-sqlite==2.1.0 apache-airflow-providers-ssh==2.4.0 ### Deployment Docker-Compose ### Deployment details _No response_ ### Anything else I'm trying to use the operator below: `from airflow.providers.google.suite.transfers.sql_to_sheets import SQLToGoogleSheetsOperator` When I use the **Google Bigquery** connection type and put in the `Password` field the content that should be placed in the `Keyfile JSON` field, an error message is returned:  When I use the **Google Cloud** connection type, an error message is returned:  ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
