Skip to content

Commit

Permalink
Add experimental flag to StorageID (#8535)
Browse files Browse the repository at this point in the history
* Add experimental flag to StorageID

* Rename flag
  • Loading branch information
itaigilo authored Jan 21, 2025
1 parent 402b9ec commit bc34eeb
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions api/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ components:
type: string
storage_id:
type: string
description: Unique identifier of the underlying data store
description: Unique identifier of the underlying data store. *EXPERIMENTAL*
storage_namespace:
type: string
description: Filesystem URI to store the underlying data in (e.g. "s3://my-bucket/some/path/")
Expand Down Expand Up @@ -269,7 +269,7 @@ components:
pattern: "^[a-z0-9][a-z0-9-]{2,62}$"
storage_id:
type: string
description: Unique identifier of the underlying data store
description: Unique identifier of the underlying data store. *EXPERIMENTAL*
storage_namespace:
type: string
description: 'Filesystem URI to store the underlying data in (e.g. "s3://my-bucket/some/path/")'
Expand Down
4 changes: 2 additions & 2 deletions clients/java/api/openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clients/java/docs/Repository.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clients/java/docs/RepositoryCreation.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clients/python/docs/Repository.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clients/python/docs/RepositoryCreation.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clients/python/lakefs_sdk/models/repository.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clients/python/lakefs_sdk/models/repository_creation.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clients/rust/docs/Repository.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clients/rust/docs/RepositoryCreation.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clients/rust/src/models/repository.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clients/rust/src/models/repository_creation.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/assets/js/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ components:
type: string
storage_id:
type: string
description: Unique identifier of the underlying data store
description: Unique identifier of the underlying data store. *EXPERIMENTAL*
storage_namespace:
type: string
description: Filesystem URI to store the underlying data in (e.g. "s3://my-bucket/some/path/")
Expand Down Expand Up @@ -269,7 +269,7 @@ components:
pattern: "^[a-z0-9][a-z0-9-]{2,62}$"
storage_id:
type: string
description: Unique identifier of the underlying data store
description: Unique identifier of the underlying data store. *EXPERIMENTAL*
storage_namespace:
type: string
description: 'Filesystem URI to store the underlying data in (e.g. "s3://my-bucket/some/path/")'
Expand Down

0 comments on commit bc34eeb

Please sign in to comment.