Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for createTable(), listTables(), dropTable(), createIndex(), dropIndex() #244

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

vkarpov15
Copy link
Collaborator

What this PR does:

Add support for new table operations createTable(), dropTable(), createIndex(), dropIndex(). createIndex() still uses addIndex command under the hood, will have to change when https://github.com/stargate/data-api/pull/1358/files is merged.

Tests are behind a TABLES_ENABLED flag, so tests shouldn't error in CI because these commands aren't in a data-api release yet.

Which issue(s) this PR fixes:
Fixes #

Checklist

  • Changes manually tested
  • Automated Tests added/updated
  • Documentation added/updated
  • CLA Signed: DataStax CLA

@vkarpov15 vkarpov15 requested a review from a team as a code owner August 26, 2024 17:54
@vkarpov15 vkarpov15 changed the title add support for createTable(), dropTable(), createIndex(), dropIndex() add support for createTable(), listTables(), dropTable(), createIndex(), dropIndex() Oct 14, 2024
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.

1 participant