feat(executors): change structure of return in execute_batch and workflows#485
Open
AndreyMarkinPPC wants to merge 1 commit into
Open
feat(executors): change structure of return in execute_batch and workflows#485AndreyMarkinPPC wants to merge 1 commit into
AndreyMarkinPPC wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
02ae4ef to
b0be43b
Compare
b0be43b to
9e54ae1
Compare
…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.
9e54ae1 to
22dace8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.