This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CONDA_CHANNELS=anaconda,conda-forge,maciejkula python3 flows/my_flow.py --environment=conda --no-pylint run 130 ? | |
Metaflow 2.2.5 executing MyFlow for user:ghilston | |
Validating your flow... | |
The graph looks good! | |
cli.py about to create a MetaflowPackage | |
MetaflowPackage about to init_environment for flow {flow} in environment {environment} | |
2020-12-11 09:47:30.165 Bootstrapping conda environment...(this could take a few minutes)! | |
step <bound method MyFlow.start of <__main__.MyFlow object at 0x7fbfb89cff98>> of type <class 'method'> | |
deco conda<decorated libraries={} python=None disabled=True> of type <class 'metaflow.plugins.conda.conda_step_decorator.CondaStepDecorator'> | |
step <bound method MyFlow.get_data of <__main__.MyFlow object at 0x |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CONDA_CHANNELS=anaconda,conda-forge,maciejkula python3 flows/my_flow.py --environment=conda --datastore=s3 --no-pylint run 130 ? | |
Metaflow 2.2.5 executing MyFlow for user:ghilston | |
Validating your flow... | |
The graph looks good! | |
cli.py about to create a MetaflowPackage | |
MetaflowPackage about to init_environment for flow {flow} in environment {environment} | |
2020-12-11 09:47:33.212 Bootstrapping conda environment...(this could take a few minutes)! | |
step <bound method MyFlow.start of <__main__.MyFlow object at 0x7fb8c833ff98>> of type <class 'method'> | |
deco conda<decorated libraries={} python=None disabled=True> of type <class 'metaflow.plugins.conda.conda_step_decorator.CondaStepDecorator'> | |
step <bound method MyFlow.get_data of <__main__.MyFlow object at 0x |
OlderNewer