Skip to content

patch: bring support for az path & fix --filter-queue#295

Merged
danielboloc merged 7 commits intomainfrom
params-file-az
Feb 27, 2026
Merged

patch: bring support for az path & fix --filter-queue#295
danielboloc merged 7 commits intomainfrom
params-file-az

Conversation

@danielboloc
Copy link
Collaborator

@danielboloc danielboloc commented Feb 24, 2026

Overview

Brings support for AZ paths too
Fix --filter-queue after API fix
- Closes #292

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-103848

Acceptance Criteria

AZURE

JSON AZ path
cloudos job run \
    --profile azure \
    --workflow-name GH-rnatoy \
    --project-name DB-azure-test-pipelines \
    --params-file az://lifebitfeatureddatasets.blob.core.windows.net/pipelines/rnatoy/rnatoy_params.json \
    --job-name params_JSON_AZ

https://dev.sdlc.lifebit.ai/app/advanced-analytics/analyses/699db3c959d6e5a0d6a4e310

image
JSON File Explorer uploaded

In a subfolder path looks like az://6480f3db916489d248956a5f.blob.core.windows.net/cloudos-66607e71e8cffa9985592c10/folder/699d7e51adee38352d83af78/rnatoy_params.json_695c8110-b40c-41bf-ad06-348ceca23dba

cloudos job run \                                  
    --profile azure \
    --workflow-name GH-rnatoy \
    --project-name DB-azure-test-pipelines \
    --params-file az://6480f3db916489d248956a5f.blob.core.windows.net/cloudos-66607e71e8cffa9985592c10/folder/699d7e51adee38352d83af78/rnatoy_params.json_695c8110-b40c-41bf-ad06-348ceca23dba \
    --job-name params_JSON_AZ_LINK_SUBFOLDER

https://dev.sdlc.lifebit.ai/app/advanced-analytics/analyses/699db81659d6e5a0d6a50407
image

YAML AZ path uploaded
cloudos job run \
    --profile azure \
    --workflow-name GH-rnatoy \
    --project-name DB-azure-test-pipelines \
    --params-file az://6480f3db916489d248956a5f.blob.core.windows.net/cloudos-66607e71e8cffa9985592c10/dataset/696a4a14b6f561e800202621/rnatoy_params.yaml_f293f138-3ed9-488d-830e-16da9e3d58c4 \
    --job-name params_YAML_UPLOADED
Incorrect AZ file extension

As a path
image

As File Explorer
image

Filter by queue (available only in DEV) image

@danielboloc danielboloc marked this pull request as ready for review February 24, 2026 15:12
@danielboloc danielboloc marked this pull request as draft February 24, 2026 16:24
@danielboloc danielboloc marked this pull request as ready for review February 24, 2026 16:39
@danielboloc danielboloc changed the title patch: bring support for az path patch: bring support for az path & fix --filter-queue Feb 24, 2026
@danielboloc danielboloc marked this pull request as draft February 24, 2026 16:47
@danielboloc danielboloc marked this pull request as draft February 24, 2026 16:47
@danielboloc danielboloc marked this pull request as ready for review February 24, 2026 16:47
Copy link
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 ! Please, before merging, merge the previous PR and check that the --filter-queue test works on DEV

@danielboloc danielboloc marked this pull request as draft February 27, 2026 11:32
@danielboloc danielboloc marked this pull request as ready for review February 27, 2026 11:32
@danielboloc
Copy link
Collaborator Author

@dapineyro I have added the queue filtering and works in DEV and AZ

Copy link
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 f814480 into main Feb 27, 2026
82 of 83 checks passed
@danielboloc danielboloc deleted the params-file-az branch February 27, 2026 11:57
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.

--filter-queue options gives errror

2 participants