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

[HACKATHON] DBFS Async Deletes #282

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

adrian-ionescu
Copy link

Adds the following commands which forward to the /dbfs-async endpoint added in https://github.com/databricks/universe/pull/51985

(db_cli_env) adrian@x1e:~/dev/databricks-cli$ db fs async rm
Usage: databricks fs async rm [OPTIONS] COMMAND [ARGS]...

  Remove files from dbfs asynchronously.

Options:
  --debug         Debug Mode. Shows full stack trace on error.
  --profile TEXT  CLI connection profile to use. The default profile is
                  "DEFAULT".

  -h, --help      Show this message and exit.

Commands:
  cancel  Cancel your rm-async request.
  start   Start a rm-async request.
  status  Check the status of your rm-async request(s).
  wait    Wait until your rm-async request is complete.

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