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

Export runs into CSV report #3715

Open
SilinPavel opened this issue Sep 20, 2024 · 0 comments
Open

Export runs into CSV report #3715

SilinPavel opened this issue Sep 20, 2024 · 0 comments
Assignees
Labels
kind/enhancement New feature or request

Comments

@SilinPavel
Copy link
Member

Background
Let's implement new functionality for exporting runs according to filter to the csv report.
For this:

  • New API method
    POST runs/filter/export
    Body PagingRunFilterVO
    Param delimiter (Optional, default=",")
    Param fieldDelimiter (Optional, default="|")

  • CSV format:

    Run ID,Run Name,Parent Run ID,Instance Type,Tags,Pipeline,Docker Image,Started Date,Completed Date,Owner
    
  • Reuse PipelineRunManager.searchPipelineRuns for this new functionality

  • Introduce new system preference system.run.filter.max.page.size (default 1000)

  • Use system.run.filter.max.page.size to check in PipelineRunManager.searchPipelineRuns if page size is allowed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants