We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3efbb3 + d6ee2c0 commit f97d751Copy full SHA for f97d751
1 file changed
servc/svc/com/storage/delta.py
@@ -37,7 +37,7 @@ def __init__(self, config: Config, table: LakeTable):
37
else:
38
self._location_prefix = os.path.join(
39
str(catalog_properties_raw.get("warehouse")),
40
- str(catalog_properties_raw.get("s3.access-key-id")),
+ str(catalog_properties_raw.get("delta-prefix") or catalog_properties_raw.get("s3.access-key-id")),
41
)
42
self._storageOptions = {
43
"AWS_ACCESS_KEY_ID": str(
0 commit comments