Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions,
see Getting Started with Amazon Web Services in China
(PDF).
Amazon Redshift will no longer support the use of Python UDFs after June 30, 2026.
We will start enforcing it in phases. For more information on the details of Python end of life
and migration options, see the
blog post
that was published on June 30, 2025.
Delete a zero-ETL integration for DynamoDB
When you delete an integration, the target data warehouse retains any previously
replicated data. You can continue to share and query this data. However, new data in the
source will not replicate to the target.
In this step, you delete an DynamoDB zero-ETL integration with Amazon Redshift.
- Amazon Redshift console
-
To delete an Amazon DynamoDB zero-ETL integration with Amazon Redshift using the Amazon Redshift console
-
From the Amazon Redshift console, choose Zero-ETL integrations. On the
pane with the list of zero-ETL integrations, then choose the DynamoDB integration that you want
to delete.
-
Choose Delete and provide the requested information.
-
Choose Delete to delete the zero-ETL integration.
- Amazon CLI
-
To delete an Amazon DynamoDB zero-ETL integration with Amazon Redshift using the Amazon CLI, use the
delete-integration command with the following options:
The follow example deletes an integration by providing the integration ARN.
aws redshift delete-integration \
--integration-arn arn:aws:redshift:us-east-1:123456789012:integration:a1b2c3d4-5678-90ab-cdef-EXAMPLE11111
{
"IntegrationArn": "arn:aws:redshift:us-east-1:123456789012:integration:a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
"IntegrationName": "updated-integration-name-2",
"SourceArn": "arn:aws:dynamodb:us-east-1:123456789012:table/tidal-ddb-ddb-temp-test-table-table",
"SourceType": "dynamodb",
"TargetArn": "arn:aws:redshift:us-east-1:123456789012:namespace:a1b2c3d4-5678-90ab-cdef-EXAMPLE22222",
"Status": "deleting",
"Errors": [],
"CreateTime": "2024-09-19T18:06:33.555Z",
"Description": "Test modify description and name together.",
"KMSKeyId": "arn:aws:kms:us-east-1:a1b2c3d4-5678-90ab-cdef-EXAMPLE11111:key/a1b2c3d4-5678-90ab-cdef-EXAMPLE33333",
"AdditionalEncryptionContext": {},
"Tags": []
}