billowy-exabyte-36648
06/03/2024, 1:53 PMmetaflow.Runner
looks awesome, I already migrated a couple of our tests to it! One thing I noticed is that I can't set the branch as a kwarg:
python test.py --branch test run
Metaflow 2.12.0 executing MyTestFlow for user:max.friedrich
Project: testing, Branch: test.test
Validating your flow...
(...)
python -c "import metaflow; metaflow.Runner('test.py', branch='test').run()"
(...)
ValueError: Unknown argument: 'branch', possible args are: quiet, metadata, environment, datastore, datastore_root, package_suffixes, decospecs, pylint, event_logger, monitor
Is there a different way to configure the branch?billowy-exabyte-36648
06/03/2024, 2:15 PMenv={"METAFLOW_BRANCH": "test"}
for now!ancient-application-36103
06/04/2024, 3:02 PMbrainy-truck-72938
06/06/2024, 1:33 AMbillowy-exabyte-36648
06/06/2024, 7:21 AM