Skip to content

Commit

Permalink
deltalake _delta_lake.py: Allow Glue catalog cross account access
Browse files Browse the repository at this point in the history
  • Loading branch information
pang-wu committed Apr 14, 2024
1 parent cceb6ab commit 28ad0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daft/io/_delta_lake.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def read_delta_lake(
aws_session_token=s3_config.session_token,
)
if table.catalog_id is not None:
# All cross account access, table.catalog_id should be the target account id
# Allow cross account access, table.catalog_id should be the target account id
glue_table = glue.get_table(CatalogId=table.catalog_id, DatabaseName=table.database_name,
Name=table.table_name)
else:
Expand Down

0 comments on commit 28ad0a3

Please sign in to comment.