-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Simplify queries to make it easier to test against fresh instances, e.g. with no builds tagged for `tag:local`. - Ensure examples fail if 0 builds. Before, script and project examples would skip code such as `List.map` logic, hiding potential issues when testing. The notebook example would fail later in the plotting step with a non-obvious message: ``` java.lang.IllegalStateException: Column 'count' not found among [tasks]. ``` --------- Co-authored-by: Clay Johnson <[email protected]>
- Loading branch information
1 parent
92e4a93
commit e5a4957
Showing
4 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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