[f8624c]: / .cookiecutter / scripts / check_metaflow_aws.py

Download this file

9 lines (5 with data), 180 Bytes

1
2
3
4
5
6
7
8
import metaflow as mf
mf.namespace(None)
m = mf.Metaflow()
assert m.metadata == mf.plugins.metadata.service.ServiceMetadataProvider, m.metadata
assert len(m.flows) > 0, m.flows