diff --git a/daft/io/_delta_lake.py b/daft/io/_delta_lake.py index b29c5cfc5c..814e36082a 100644 --- a/daft/io/_delta_lake.py +++ b/daft/io/_delta_lake.py @@ -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: