A flag lakeformation_enabled is used to indicate that the database and tables referenced using this DATALAKE definition can access Glue Iceberg table configuration in Lake Formation. For Vantage OTF to integrate with Lake Formation as an external application, Vantage AWS accountId with a session tag value needs to be associated with Lake Formation. This session tag value is used during authentication with Lake Formation.
DATALAKE Definition
CREATE DATALAKE aws_lakeformation
EXTERNAL SECURITY CATALOG aws_assume_role_auth,
EXTERNAL SECURITY STORAGE aws_assume_role_auth
USING
catalog_type ('glue')
storage_location ('s3://tdotf-reg/')
storage_region ('us-west-2')
lakeformation_enabled ('true')
lakeformation_authorized_caller_session_tag ('tdotf')
TABLE FORMAT iceberg;