Skip to content

feat(executors): change structure of return in execute_batch and workflows#485

Open
AndreyMarkinPPC wants to merge 1 commit into
mainfrom
execute-return
Open

feat(executors): change structure of return in execute_batch and workflows#485
AndreyMarkinPPC wants to merge 1 commit into
mainfrom
execute-return

Conversation

@AndreyMarkinPPC

Copy link
Copy Markdown
Member

No description provided.

@codecov-commenter

codecov-commenter commented Jun 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.68%. Comparing base (5ebb9d2) to head (22dace8).
⚠️ Report is 287 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #485      +/-   ##
==========================================
+ Coverage   88.23%   90.68%   +2.45%     
==========================================
  Files          61       85      +24     
  Lines        2600     4574    +1974     
==========================================
+ Hits         2294     4148    +1854     
- Misses        306      426     +120     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@AndreyMarkinPPC AndreyMarkinPPC self-assigned this Jun 21, 2026
@AndreyMarkinPPC AndreyMarkinPPC added the enhancement New feature or request label Jun 21, 2026
@AndreyMarkinPPC AndreyMarkinPPC force-pushed the execute-return branch 3 times, most recently from 02ae4ef to b0be43b Compare June 22, 2026 20:06
@AndreyMarkinPPC AndreyMarkinPPC marked this pull request as ready for review June 22, 2026 20:08
…flows

* Executor.execute_batch returns mapping between query title and it's
  results (either reports themselves or their written locations)
* Workflow.run returns dict with each step and all the execution results
  of each query in the step
* ApiExecutorResponse in server.py now has `full_results` property that
contains results of the execution of a batch / query.
* Add server tests for workflow
* Bug fix for reading relative files in workflows.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants