GoogleCloudPlatform / GoogleCloudPlatform/cloud-data-quality

Allow environment variables substitition in yaml files

Open
#220 2 comments 2 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
283
Forks
59
PR merge metrics
No merged PRs in 30d

Description

It would be useful if environment variables substitution was allowed for yaml files. An usage example would be refering to a different table according to the environment we are:

``` yml
entities:
MY_TABLE:
source_database: BIGQUERY
table_name: ${GOOGLE_CLOUD_PROJECT}.mydataset.mytable
...

# or

rule_bindings:
MY_BINDING:
entity_uri: bigquery://projects/${GOOGLE_CLOUD_PROJECT}/datasets/mydataset/tables/mytable
...
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.