I\'ve been trying to use Airflow to schedule a DAG. One of the DAG includes a task which loads data from s3 bucket.
For the purpose above I need to setup s3 connecti
Conn Id: example_s3_connnection Conn Type: S3 Extra:{"aws_access_key_id":"xxxxxxxxxx", "aws_secret_access_key": "yyyyyyyyyyy"}
Note: Login and Password fields are left empty.