-
Notifications
You must be signed in to change notification settings - Fork 14.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support of a different AWS connection for DynamoDB #29452
Commits on Mar 9, 2023
-
Add support of a different AWS connection for DynamoDB
In cases when DynamoDBToS3Operator operator is used with a DynamoDB table and an S3 bucket in different accounts, a separate AWS connection is needed (i.e. if you need to assume an IAM role from a different account). Use source_aws_conn_id to specify AWS connection for accessing DynamoDB and optionally dest_aws_conn_id for S3 Bucket access with a fallback to source_aws_conn_id. Deprecates aws_conn_id in favour of source_aws_conn_id.
Configuration menu - View commit details
-
Copy full SHA for a16cb77 - Browse repository at this point
Copy the full SHA a16cb77View commit details -
Update airflow/providers/amazon/aws/transfers/dynamodb_to_s3.py
Co-authored-by: Andrey Anshin <Andrey.Anshin@taragol.is>
Configuration menu - View commit details
-
Copy full SHA for a34476e - Browse repository at this point
Copy the full SHA a34476eView commit details -
Update airflow/providers/amazon/aws/transfers/dynamodb_to_s3.py
Co-authored-by: Andrey Anshin <Andrey.Anshin@taragol.is>
Configuration menu - View commit details
-
Copy full SHA for d8dcf4f - Browse repository at this point
Copy the full SHA d8dcf4fView commit details -
Update airflow/providers/amazon/aws/transfers/dynamodb_to_s3.py
Co-authored-by: Andrey Anshin <Andrey.Anshin@taragol.is>
Configuration menu - View commit details
-
Copy full SHA for e505564 - Browse repository at this point
Copy the full SHA e505564View commit details -
Update airflow/providers/amazon/aws/transfers/dynamodb_to_s3.py
Co-authored-by: Andrey Anshin <Andrey.Anshin@taragol.is>
Configuration menu - View commit details
-
Copy full SHA for 9727da1 - Browse repository at this point
Copy the full SHA 9727da1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71a95cd - Browse repository at this point
Copy the full SHA 71a95cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4899a7d - Browse repository at this point
Copy the full SHA 4899a7dView commit details -
Apply suggestions from code review
Co-authored-by: D. Ferruzzi <ferruzzi@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 6dadd08 - Browse repository at this point
Copy the full SHA 6dadd08View commit details