Skip to content

Commit 09451a9

Browse files
jirkasemmlerclaude
andcommitted
feat(DMD-1071): expose bucketSharingAllowed in bucket list/detail API; add to apiary and E2E tests
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent d9b1753 commit 09451a9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

apiary.apib

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,6 +1102,7 @@ existing bucket from another project (see below).
11021102
"databaseName": null,
11031103
"path": "database_name.c-my-new-bucket",
11041104
"sharing": null,
1105+
"bucketSharingAllowed": true,
11051106
"updated": "2024-11-28T13:03:13+0100",
11061107
"color": null,
11071108
"isLinkedBucket": false,
@@ -1390,6 +1391,7 @@ Obtains information about a bucket.
13901391
"name": "Jan Developer",
13911392
"email": "jan.dev@keboola.com"
13921393
},
1394+
"bucketSharingAllowed": true,
13931395
"updated": "2024-11-28T13:03:13+0100",
13941396
"isLinkedBucket": false,
13951397
"backendPath": [
@@ -1442,6 +1444,7 @@ Synchronous call response (async=false)
14421444
"isMaintenance": false,
14431445
"backend": "snowflake",
14441446
"sharing": null,
1447+
"bucketSharingAllowed": true,
14451448
"owner": null,
14461449
"updated": "2024-11-28T13:03:13+0100",
14471450
"color": "#00FF00",
@@ -3649,6 +3652,7 @@ Obtains information about a table.
36493652
"isMaintenance": false,
36503653
"backend": "snowflake",
36513654
"sharing": null,
3655+
"bucketSharingAllowed": true,
36523656
"metadata": [],
36533657
"backendPath": [
36543658
"KBC_PRJ_123",
@@ -3754,6 +3758,7 @@ Synchronous call response (async=false)
37543758
"isMaintenance": false,
37553759
"backend": "snowflake",
37563760
"sharing": null,
3761+
"bucketSharingAllowed": true,
37573762
"metadata": [],
37583763
"backendPath": [
37593764
"KBC_PRJ_123",

0 commit comments

Comments
 (0)