Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align environment vars to have the same prefix #114

Closed
donaldcampbelljr opened this issue Nov 7, 2023 · 0 comments
Closed

Align environment vars to have the same prefix #114

donaldcampbelljr opened this issue Nov 7, 2023 · 0 comments

Comments

@donaldcampbelljr
Copy link
Contributor

currently:

ENV_VARS = {
    "project_name": "PIPESTAT_PROJECT_NAME",
    "config": "PIPESTAT_CONFIG",
    "results_file": "PIPESTAT_RESULTS_FILE",
    "schema": "PIPESTAT_RESULTS_SCHEMA",
    "status_schema": "PIPESTAT_STATUS_SCHEMA",
    "sample_name": "PIPESTAT_SAMPLE_NAME",
    "record_identifier": "RECORD_IDENTIFIER",
    "pipeline_type": "PIPELINE_TYPE",
}

should be PIPESTAT_RECORD_IDENTIFIER

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant