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

E2E: cover kamu-cli commands #877

Closed
93 of 98 tasks
Tracked by #895
s373r opened this issue Oct 4, 2024 · 0 comments · Fixed by #882
Closed
93 of 98 tasks
Tracked by #895

E2E: cover kamu-cli commands #877

s373r opened this issue Oct 4, 2024 · 0 comments · Fixed by #882
Assignees
Labels

Comments

@s373r
Copy link
Member

s373r commented Oct 4, 2024

To facilitate fearless refactoring of the project, we need to cover all commands with E2E tests.

Command list:

  • kamu add
    • --recursive
    • a specific dataset (regular case)
    • --stdin
    • --replace
    • --name
  • kamu completions
  • kamu config
    • list
    • get
    • set
  • kamu delete
    • a specific dataset (regular case)
    • --recursive
    • --add
  • kamu ingest
    • a specific dataset (regular case)
    • --stdin
    • --source-name
    • --recursive ❌ skip, since not implemented in the command
  • kamu init
  • kamu inspect
    • kamu inspect lineage
      • a specific dataset (regular case)
    • kamu inspect query
      • a specific dataset (regular case)
    • kamu inspect schema
      • a specific dataset (regular case)
  • kamu list
  • kamu log
    • a specific dataset (regular case)
    • --filter ❌ skipped
  • kamu login
    • without subcommand ❌ skip, would be great to do in the future, but not now
      • --check
      • --access-token
    • kamu login oauth
    • kamu login password
  • kamu logout
    • a specific server (regular case)
    • --all
  • kamu new
    • --root
    • --derivative
  • (skip) kamu notebook
  • kamu pull
    • From:
      • odf+http
      • S3
    • Arguments:
      • from a registered repository
      • --as
      • --all
      • --recursive
      • --set-watermark
      • --no-alias
      • --force
      • --reset-derivatives-on-diverged-input
  • kamu push
    • --to
    • --all
    • --recursive
    • --no-alias
    • --force
    • --visibility
  • kamu rename
  • kamu reset
  • kamu repo
    • kamu repo alias
    • kamu repo list
    • kamu repo add
    • kamu repo delete
      • a specific repo (regular case)
      • --all
  • kamu search
    • in all repos
    • --repo
  • kamu sql
    • SQL shell (datafusion)
    • --command (datafusion)
    • --script (datafusion) ❌ skip, since not implemented in the command
  • kamu system
    • kamu system api-server
      • kamu system gql-query
      • serve
    • kamu system compact
      • --hard
      • --keep-metadata-only
      • --verify
    • kamu system diagnose (try)
    • kamu system gc (try)
    • kamu system info
  • kamu tail
  • (skip) ui
  • kamu verify (try)
    • a specific dataset (regular case)
    • --recursive
    • --integrity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant