simple test DAG
This commit is contained in:
parent
7b0bc4e5b4
commit
4a6f8568eb
|
@ -51,6 +51,7 @@ with DAG(
|
|||
region_name=AWS_DEFAULT_REGION,
|
||||
bucket_name=S3_BUCKET_NAME,
|
||||
aws_conn_id=AWS_CONN_ID,
|
||||
verify=False
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue