Add support to enable variable substitution with environment variables#82
Merged
Add support to enable variable substitution with environment variables#82
Conversation
Codecov Report
@@ Coverage Diff @@
## master #82 +/- ##
============================================
+ Coverage 60.62% 60.67% +0.04%
Complexity 158 158
============================================
Files 40 40
Lines 795 796 +1
Branches 77 77
============================================
+ Hits 482 483 +1
Misses 271 271
Partials 42 42
Continue to review full report at Codecov.
|
3f02fa1 to
e7efd19
Compare
ashulmanWeWork
approved these changes
Sep 25, 2018
e7efd19 to
327d146
Compare
wslulciuc
added a commit
that referenced
this pull request
Nov 14, 2020
* Add input/output string support to JobMeta.Builder
wslulciuc
pushed a commit
that referenced
this pull request
Dec 3, 2020
* update client to service API v0.11.1 update this python client for the updated service api v0.11.1 * Update client.py missing import * update client fixed max_length for all variables added valid uuid check created methods refactored * MarquezClient calls create methods for reuse qualify static methods with class name update logic * remove unused imports fix typos unused imports fix verbage
wslulciuc
added a commit
that referenced
this pull request
Dec 11, 2020
Signed-off-by: wslulciuc <willy@datakin.com>
1 task
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.
This PR now allows environment variable access from
config.yml. For example:A UndefinedEnvironmentVariableException is thrown when a variable defined in
config.ymlcannot be interpolated. An example error message might be: