jtantry commented on issue #56120:
URL: https://github.com/apache/airflow/issues/56120#issuecomment-3353840145
Was facing the error of aws_default not found error, it worked for me when I
ran the below command in Airflow :
```
create connection record that the Task SDK can fetch
airflow connections add 'aws_default' \
--conn-type 'aws' \
--conn-extra '{"region_name":"eu-west-1"}'
```
And then restarted the scheduler, apiserver and dag-processor services.
--
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]