Skip to content

Remove rockset support#30

Open
Praise-creator wants to merge 5 commits intomasterfrom
remove-rockset-support
Open

Remove rockset support#30
Praise-creator wants to merge 5 commits intomasterfrom
remove-rockset-support

Conversation

@Praise-creator
Copy link
Owner

SUMMARY

Removed deprecated database support references from workspace.

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

Before
Screenshot 2025-11-24 at 2 27 14 AM
Screenshot 2025-11-24 at 2 24 18 AM

After
image

TESTING INSTRUCTIONS

Manual Verification:

Search the entire codebase for "rockset" (case-insensitive) - should find no meaningful references
Review the README.md - confirm Rockset logo is not displayed among supported databases
Check the database configuration documentation - confirm no Rockset connection instructions exist
Review pyproject.toml - confirm no rockset-sqlalchemy dependency is listed

Automated Verification:

Run the test suite to ensure no tests are broken by the removal: pytest tests/
Verify the project builds successfully without the Rockset dependency
Check that documentation builds without errors: cd docs && npm run build (if applicable)
Run linting to ensure code quality is maintained: pre-commit run --all-files

ADDITIONAL INFORMATION

  • Has associated issue:
  • Required feature flags:
  • Changes UI
  • Includes DB Migration (follow approval process in SIP-59)
    • Migration is atomic, supports rollback & is backwards-compatible
    • Confirm DB migration upgrade and downgrade tested
    • Runtime estimates and downtime expectations provided
  • Introduces new feature or API
  • Removes existing feature or API

Fixes #28

… place below "Sort Query By" in aggregation mode
- Add 'Enable Zoom' checkbox control in Chart Options
- Implement ECharts dataZoom with slider and inside types
- Support mouse wheel zoom and click-drag pan interactions
- Adjust grid bottom padding when zoom is enabled
- Default zoom to disabled for backward compatibility
…avigation

- Convert create button to ButtonGroup with dropdown menu
- Add 'Create dataset' option that navigates to dataset list
- Maintain 'Create dataset and create chart' as default behavior
- Update tests to reflect new button text and structure
- Follows existing Superset patterns using ButtonGroup and Dropdown components"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Issue #21 - [FEATURE] Remove Rockset database support from Superset

1 participant