`GoogleDriveToLocalOperator` gives conn_id error despite not taking conn_id as a param
See original GitHub issueApache Airflow version
2.3.2 (latest released)
What happened
When using the GoogleDriveToLocalOperator 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 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
- I agree to follow this project’s Code of Conduct
Issue Analytics
- State:
- Created a year ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

👍 will take a stab at it
PR has been merged 👍