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 Dataset delete to the Python API #770

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

gspowley
Copy link
Member

Add Dataset.delete to the Python API, which deletes TileDB-VCF datasets stored on the local file system, remote object store, or registered on TileDB Cloud.

For example:

ds_uri = ...
tiledbvcf.Dataset.delete(ds_uri)

Copy link
Contributor

@spencerseale spencerseale left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice add!

@gspowley gspowley merged commit bb9806d into main Sep 11, 2024
13 checks passed
@gspowley gspowley deleted the gspowley/sc-51132/delete-dataset branch September 11, 2024 12:59
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.

2 participants