We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi. This library is awesome! Also. I'd love to be able to drop an index.
I can submit a PR to do this, but I'd love some discussion first.
Unless, of course, there's a way of doing this from the library I've not noticed.
Something like this:
mytable.indexes[0].drop(ignore=True)
I guess ideally I could access the index by name, too. Separate issue, of course.
mytable.indexes['idx_table_col1_col2'].drop(ignore=True)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi. This library is awesome! Also. I'd love to be able to drop an index.
I can submit a PR to do this, but I'd love some discussion first.
Unless, of course, there's a way of doing this from the library I've not noticed.
Something like this:
I guess ideally I could access the index by name, too. Separate issue, of course.
The text was updated successfully, but these errors were encountered: