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

Change top-level flow decorator options to be prefixed by METAFLOW_FLOW_ #1981

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

romain-intel
Copy link
Contributor

Previously, options like branch and name (injected by the project decorator for example) could be set using METAFLOW_BRANCH. They now need to be set using METAFLOW_FLOW_BRANCH.

This change is made to prevent clashes between regular metaflow configuration settings and decorator level options.

No other changes are made so METAFLOW_RUN_MAX_WORKERS still works as expected and METAFLOW_PYLINT as well.

Previously, options like `branch` and `name` (injected by the project
decorator for example) could be set using `METAFLOW_BRANCH`. They now
need to be set using `METAFLOW_FLOW_BRANCH`.

This change is made to prevent clashes between regular metaflow
configuration settings and decorator level options.

No other changes are made so `METAFLOW_RUN_MAX_WORKERS` still works
as expected and `METAFLOW_PYLINT` as well.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant