Skip to content

Datasets csv#279

Merged
danielboloc merged 9 commits intomainfrom
datasets-csv
Dec 4, 2025
Merged

Datasets csv#279
danielboloc merged 9 commits intomainfrom
datasets-csv

Conversation

@danielboloc
Copy link
Copy Markdown
Collaborator

@danielboloc danielboloc commented Dec 2, 2025

Overview

  • Adds CSV output
  • Adds PR template

JIRA

Please add here as many related tasks this PR covers with its brief description, if more than one ticket

https://lifebit.atlassian.net/browse/LP-92698

Changes

  • Adds new options --output-format and --output-basename
  • Adds new PR template

Acceptance Criteria

Please add here as many scenarios as in the Story

Normally this acceptance criteria is tested in ADAPT workspace in PROD

Scenario 1 - default output format is stdout image image
cloudos datasets ls Data \
    --project-name DB-testing \
    --profile adapt_pro_wl
image
Scenario 2 - default output format is stdout with --details
cloudos datasets ls Data --details \
    --project-name DB-testing \
    --profile adapt_pro_wl
image

...

image
Scenario 3 - new csv output format (default --output-basename)
cloudos datasets ls Data \
    --project-name DB-testing \
    --profile adapt_pro_wl \
    --output-format csv
image image
Scenario 4 - csv with --details (default --output-basename)
cloudos datasets ls Data --details \
    --project-name DB-testing \
    --profile adapt_pro_wl \
    --output-format csv
image image
Scenario 5 - csv custom --output-basename
cloudos datasets ls Data --details \
    --project-name DB-testing \
    --profile adapt_pro_wl \
    --output-format csv \
    --output-basename DATASETS_NEW_NAME
image image

DEV

This Environment is interchangable with PROD if the acceptance criteria can only be tested in DEV for example. If that is the case please name this section PROD (or any new environment)

Proof this feature/patch works in this environment
CLI_datasets_ls_csv_DEV.mov
image

AZURE

Proof this feature/patch works in this environment
CLI_datasets_ls_csv_AZURE.mov

Interactive Analysis

Proof this feature/patch works in this environment
CLI_datasets_ls_csv_IA.mov

@danielboloc danielboloc marked this pull request as ready for review December 3, 2025 13:43
Copy link
Copy Markdown
Collaborator

@dapineyro dapineyro left a comment

Choose a reason for hiding this comment

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

That's great @danielboloc ! Only one small suggestion

Comment thread .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Comment thread cloudos_cli/__main__.py Outdated
@danielboloc danielboloc marked this pull request as draft December 3, 2025 18:53
@danielboloc danielboloc marked this pull request as ready for review December 3, 2025 18:53
Copy link
Copy Markdown
Collaborator

@dapineyro dapineyro left a comment

Choose a reason for hiding this comment

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

LGTM!

@danielboloc danielboloc merged commit 191d14e into main Dec 4, 2025
24 checks passed
@danielboloc danielboloc deleted the datasets-csv branch December 4, 2025 15:27
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