aspain opened a new issue, #24494:
URL: https://github.com/apache/airflow/issues/24494

   ### Apache Airflow version
   
   2.3.2 (latest released)
   
   ### What happened
   
   When using the 
[GoogleDriveToLocalOperator](https://github.com/apache/airflow/blob/main/airflow/providers/google/cloud/transfers/gdrive_to_local.py)
 I receive the below error: 
   
   ```
     File 
"/usr/local/lib/python3.9/site-packages/airflow/models/connection.py", line 
430, in get_connection_from_secrets
       raise AirflowNotFoundException(f"The conn_id `{conn_id}` isn't defined")
   airflow.exceptions.AirflowNotFoundException: The conn_id 
`google_cloud_default` isn't defined
   ```
   
   but it doesn't appear that you can add a `gcp_conn_id` parameter - I receive 
an error if I try to do this
   
   ### What you think should happen instead
   
   Not entirely sure but possibly this operator should have a 
[gcp_conn_id](https://github.com/apache/airflow/blob/10aa24ae1ce923a4188aa41fbbe561b7bbfe7f68/airflow/providers/google/cloud/transfers/gdrive_to_gcs.py#L43)
 param similar to the GoogleDriveToGCSOperator
   
   ### How to reproduce
   
   Set up a task similar to the below - ensuring the service account has access 
to the shared folder being accessed
   
   ```
       download_from_gdrive_to_local = GoogleDriveToLocalOperator(
           task_id="download_from_gdrive_to_local",
           folder_id="0ACWYrvwOWlMsUk9PVA",
           file_name="abc.txt",
           output_file="/tmp/abc.txt",
       )
   ```
   
   ### Operating System
   
   macOS 11.5.2
   
   ### Versions of Apache Airflow Providers
   
   apache-airflow-providers-google - version 6.8.0
   
   ### Deployment
   
   Astronomer
   
   ### Deployment details
   
   using `astro-runtime:5.0.3`
   
   ### Anything else
   
   _No response_
   
   ### 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]

Reply via email to