Fixed printing the tasks in job output in DAG execution order - #377
Merged
Conversation
pietern
approved these changes
May 8, 2023
pietern
left a comment
Contributor
There was a problem hiding this comment.
Thanks! 🚀
LGTM bar the comment.
| ) | ||
|
|
||
| type TaskOutput struct { | ||
| Name string |
Contributor
There was a problem hiding this comment.
This is the task key so can be named TaskKey instead to mirror the API objects (or simply Key).
pietern
approved these changes
May 8, 2023
Merged
shreyas-goenka
added a commit
that referenced
this pull request
May 15, 2023
## Changes ## 0.0.32 * Add support for variables in bundle config. Introduces 4 ways of setting variable values, which in decreasing order of priority are: ([#383](https://github.com/databricks/bricks/pull/383))([#359](https://github.com/databricks/bricks/pull/359)). 1. Command line flag. For example: `--var="foo=bar"` 2. Environment variable. eg: BUNDLE_VAR_foo=bar 3. Default value as defined in the applicable environments block 4. Default value defined in variable definition * Make the git details bundle config block optional ([#372](#372)). * Fix api post integration tests ([#371](#371)). * Fix table of content by removing not required top-level item ([#366](#366)). * Fix printing the tasks in job output in DAG execution order ([#377](#377)). * Improved error message when 'bricks bundle run' is executed before 'bricks bundle deploy' ([#378](#378)).
denik
pushed a commit
that referenced
this pull request
May 20, 2026
Fixes #259 ## Changes Sort task output in an execution order based on task end time ## Tests Added `TestTaskJobOutputOrderToString` unit test.
denik
pushed a commit
that referenced
this pull request
May 20, 2026
## Changes ## 0.0.32 * Add support for variables in bundle config. Introduces 4 ways of setting variable values, which in decreasing order of priority are: ([#383](https://github.com/databricks/bricks/pull/383))([#359](https://github.com/databricks/bricks/pull/359)). 1. Command line flag. For example: `--var="foo=bar"` 2. Environment variable. eg: BUNDLE_VAR_foo=bar 3. Default value as defined in the applicable environments block 4. Default value defined in variable definition * Make the git details bundle config block optional ([#372](#372)). * Fix api post integration tests ([#371](#371)). * Fix table of content by removing not required top-level item ([#366](#366)). * Fix printing the tasks in job output in DAG execution order ([#377](#377)). * Improved error message when 'bricks bundle run' is executed before 'bricks bundle deploy' ([#378](#378)).
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.
Fixes #259
Changes
Sort task output in an execution order based on task end time
Tests
Added
TestTaskJobOutputOrderToStringunit test.Bundle configuration used for manual testing
Output