def read_config()

in processing-pipelines/bigquery/chart-creator/python/app.py [0:0]


def read_config(var):
    value = os.environ.get(var)
    if value is None:
       raise Exception(f'{var} cannot be None')
    return value