Configuring Apache Iceberg workspace data connections
Providing the source connection details
Providing the assumed role
{
"Version": "2012-10-17",
"Statement": {
"Effect": "Allow",
"Principal": {
"AWS": "<originating-account-id>"
},
"Action": "sts:AssumeRole",
"Condition": {
"StringEquals": {
"sts:ExternalId": "7aab6da2-62ed-fae9-efb5-03b3b4daed8a"
}
}
}
}Limiting the included schemas
Providing the destination connection details
Providing the assumed role
Providing the warehouse and namespace
Last updated
Was this helpful?