fix(package): Remove archive_storage_type column from the datasets table since it should be a cluster-level setting.#1029
Conversation
WalkthroughThis change removes the Changes
Possibly related PRs
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms (2)
🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
kirkrodrigues
left a comment
There was a problem hiding this comment.
- We need to update the docs.
For the PR title, how about:
fix(package): Remove `archive_storage_type` column from the `datasets` table since it should be a cluster-level setting.
|
Please also fill out the checklist. |
archive_storage_type column from the datasets table since it should be a cluster-level setting. (fix #1023)
archive_storage_type column from the datasets table since it should be a cluster-level setting. (fix #1023)archive_storage_type column from the datasets table since it should be a cluster-level setting. (fix #1023)
| | Column name | Type | Description | | ||
| |---------------------------|---------------|---------------------------------------------------------------------------------| | ||
| | name | VARCHAR(255) | The *unique* name of the dataset. | | ||
| | archive_storage_directory | VARCHAR(4096) | The directory (on the CLP's storage type, e.g. `s3`) where archives are stored. | |
There was a problem hiding this comment.
or "(on the CLP's storage, e.g. `s3`)"?
archive_storage_type column from the datasets table since it should be a cluster-level setting. (fix #1023)archive_storage_type column from the datasets table since it should be a cluster-level setting.
Co-authored-by: kirkrodrigues <2454684+kirkrodrigues@users.noreply.github.com>
…` table since it should be a cluster-level setting. (y-scope#1029) Co-authored-by: kirkrodrigues <2454684+kirkrodrigues@users.noreply.github.com>
Description
This PR removes the storage_type column from the datasets table beause:
Checklist
breaking change.
Validation performed
archive_storage_typein the codebase to ensure no other code references to it.Summary by CodeRabbit