Skip to content

Commit e94cf3d

Browse files
committed
Request vended credentials on REST table create
1 parent b13398f commit e94cf3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

catalogs/iceberg-rest-catalog/src/catalog.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ impl Catalog for RestCatalog {
342342
self.name.as_deref(),
343343
&identifier.namespace().to_string(),
344344
create_table,
345-
None,
345+
Some("vended-credentials"),
346346
)
347347
.map_err(Into::<Error>::into)
348348
.await?;

0 commit comments

Comments
 (0)