Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Bolo.

Table of Contents

Search

  1. Introduction to Databricks Delta Connector
  2. Connections for Databricks Delta
  3. Mappings and mapping tasks with Databricks Delta connector
  4. Databricks Delta pushdown optimization (SQL ELT)
  5. Data type reference

Databricks Delta Connector

Databricks Delta Connector

External ID

External ID

You can specify the external ID for a more secure cross-account access to the Amazon S3 bucket when the Amazon S3 bucket is in a different AWS account.
Optionally, you can specify the external ID in the AssumeRole request to the AWS Security Token Service (STS).
The external ID must be a string.
The following sample shows an external ID condition in the assumed IAM role trust policy:
"Statement": [ { "Effect": "Allow", "Principal": { "AWS": "arn:aws:iam::AWS_Account_ID : user/user_name" }, "Action": "sts:AssumeRole", "Condition": { "StringEquals": { "sts:ExternalId": "dummy_external_id" } } } ]

0 COMMENTS

We’d like to hear from you!