ob-metaflow 2.12.18.1__tar.gz → 2.12.19.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ob-metaflow might be problematic. Click here for more details.
- {ob_metaflow-2.12.18.1/ob_metaflow.egg-info → ob_metaflow-2.12.19.1}/PKG-INFO +2 -2
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/metaflow_config.py +1 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/argo/argo_workflows.py +11 -2
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/kubernetes/kubernetes.py +2 -2
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/kubernetes/kubernetes_jobsets.py +0 -2
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/pypi/conda_decorator.py +18 -1
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/pypi/conda_environment.py +7 -4
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/pypi/pypi_decorator.py +18 -1
- ob_metaflow-2.12.19.1/metaflow/version.py +1 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1/ob_metaflow.egg-info}/PKG-INFO +2 -2
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/ob_metaflow.egg-info/requires.txt +1 -1
- ob_metaflow-2.12.18.1/metaflow/version.py +0 -1
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/LICENSE +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/MANIFEST.in +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/README.md +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/R.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/click/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/click/_bashcomplete.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/click/_compat.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/click/_termui_impl.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/click/_textwrap.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/click/_unicodefun.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/click/_winconsole.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/click/core.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/click/decorators.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/click/exceptions.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/click/formatting.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/click/globals.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/click/parser.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/click/termui.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/click/testing.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/click/types.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/click/utils.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/importlib_metadata/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/importlib_metadata/_adapters.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/importlib_metadata/_collections.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/importlib_metadata/_compat.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/importlib_metadata/_functools.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/importlib_metadata/_itertools.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/importlib_metadata/_meta.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/importlib_metadata/_text.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/importlib_metadata/py.typed +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/packaging/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/packaging/_elffile.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/packaging/_manylinux.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/packaging/_musllinux.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/packaging/_parser.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/packaging/_structures.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/packaging/_tokenizer.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/packaging/markers.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/packaging/py.typed +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/packaging/requirements.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/packaging/specifiers.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/packaging/tags.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/packaging/utils.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/packaging/version.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/typeguard/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/typeguard/_checkers.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/typeguard/_config.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/typeguard/_decorators.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/typeguard/_exceptions.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/typeguard/_functions.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/typeguard/_importhook.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/typeguard/_memo.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/typeguard/_pytest_plugin.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/typeguard/_suppression.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/typeguard/_transformer.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/typeguard/_union_transformer.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/typeguard/_utils.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/typeguard/py.typed +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/typing_extensions.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/v3_5/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/v3_5/importlib_metadata/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/v3_5/importlib_metadata/_compat.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/v3_5/zipp.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/v3_6/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/v3_6/importlib_metadata/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/v3_6/importlib_metadata/_adapters.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/v3_6/importlib_metadata/_collections.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/v3_6/importlib_metadata/_compat.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/v3_6/importlib_metadata/_functools.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/v3_6/importlib_metadata/_itertools.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/v3_6/importlib_metadata/_meta.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/v3_6/importlib_metadata/_text.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/v3_6/importlib_metadata/py.typed +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/v3_6/typing_extensions.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/v3_6/zipp.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/zipp.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/cards.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/cli.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/cli_args.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/client/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/client/core.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/client/filecache.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/clone_util.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/cmd/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/cmd/configure_cmd.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/cmd/develop/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/cmd/develop/stub_generator.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/cmd/develop/stubs.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/cmd/main_cli.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/cmd/tutorials_cmd.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/cmd/util.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/cmd_with_io.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/datastore/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/datastore/content_addressed_store.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/datastore/datastore_set.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/datastore/datastore_storage.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/datastore/exceptions.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/datastore/flow_datastore.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/datastore/inputs.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/datastore/task_datastore.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/debug.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/decorators.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/event_logger.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/events.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/exception.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/extension_support/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/extension_support/_empty_file.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/extension_support/cmd.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/extension_support/integrations.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/extension_support/plugins.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/flowspec.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/graph.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/includefile.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/integrations.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/lint.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/metadata/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/metadata/heartbeat.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/metadata/metadata.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/metadata/util.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/metaflow_config_funcs.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/metaflow_current.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/metaflow_environment.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/metaflow_profile.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/metaflow_version.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/mflog/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/mflog/mflog.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/mflog/save_logs.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/mflog/save_logs_periodically.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/mflog/tee.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/monitor.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/multicore_utils.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/package.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/parameters.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/airflow/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/airflow/airflow.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/airflow/airflow_cli.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/airflow/airflow_decorator.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/airflow/airflow_utils.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/airflow/dag.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/airflow/exception.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/airflow/plumbing/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/airflow/plumbing/set_parameters.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/airflow/sensors/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/airflow/sensors/base_sensor.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/airflow/sensors/external_task_sensor.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/airflow/sensors/s3_sensor.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/argo/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/argo/argo_client.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/argo/argo_events.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/argo/argo_workflows_cli.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/argo/argo_workflows_decorator.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/argo/argo_workflows_deployer.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/argo/capture_error.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/argo/daemon.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/argo/generate_input_paths.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/argo/jobset_input_paths.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/aws/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/aws/aws_client.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/aws/aws_utils.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/aws/batch/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/aws/batch/batch.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/aws/batch/batch_cli.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/aws/batch/batch_client.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/aws/batch/batch_decorator.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/aws/secrets_manager/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/aws/step_functions/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/aws/step_functions/dynamo_db_client.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/aws/step_functions/event_bridge_client.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/aws/step_functions/production_token.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/aws/step_functions/schedule_decorator.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/aws/step_functions/set_batch_environment.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/aws/step_functions/step_functions.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/aws/step_functions/step_functions_cli.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/aws/step_functions/step_functions_client.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/aws/step_functions/step_functions_decorator.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/aws/step_functions/step_functions_deployer.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/azure/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/azure/azure_credential.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/azure/azure_exceptions.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/azure/azure_secret_manager_secrets_provider.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/azure/azure_tail.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/azure/azure_utils.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/azure/blob_service_client_factory.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/azure/includefile_support.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/cards/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/cards/card_cli.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/cards/card_client.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/cards/card_creator.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/cards/card_datastore.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/cards/card_decorator.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/cards/card_modules/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/cards/card_modules/base.html +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/cards/card_modules/basic.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/cards/card_modules/bundle.css +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/cards/card_modules/card.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/cards/card_modules/chevron/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/cards/card_modules/chevron/main.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/cards/card_modules/chevron/metadata.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/cards/card_modules/chevron/renderer.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/cards/card_modules/chevron/tokenizer.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/cards/card_modules/components.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/cards/card_modules/convert_to_native_type.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/cards/card_modules/main.js +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/cards/card_modules/renderer_tools.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/cards/card_modules/test_cards.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/cards/card_resolver.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/cards/card_server.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/cards/card_viewer/viewer.html +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/cards/component_serializer.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/cards/exception.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/catch_decorator.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/datastores/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/datastores/azure_storage.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/datastores/gs_storage.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/datastores/local_storage.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/datastores/s3_storage.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/datatools/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/datatools/local.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/datatools/s3/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/datatools/s3/s3.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/datatools/s3/s3op.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/datatools/s3/s3tail.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/datatools/s3/s3util.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/debug_logger.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/debug_monitor.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/env_escape/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/env_escape/client.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/env_escape/client_modules.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/env_escape/communication/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/env_escape/communication/bytestream.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/env_escape/communication/channel.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/env_escape/communication/socket_bytestream.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/env_escape/communication/utils.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/env_escape/configurations/emulate_test_lib/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/env_escape/configurations/emulate_test_lib/overrides.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/env_escape/configurations/emulate_test_lib/server_mappings.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/env_escape/configurations/test_lib_impl/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/env_escape/configurations/test_lib_impl/test_lib.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/env_escape/consts.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/env_escape/data_transferer.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/env_escape/exception_transferer.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/env_escape/override_decorators.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/env_escape/server.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/env_escape/stub.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/env_escape/utils.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/environment_decorator.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/events_decorator.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/frameworks/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/frameworks/pytorch.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/gcp/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/gcp/gcp_secret_manager_secrets_provider.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/gcp/gs_exceptions.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/gcp/gs_storage_client_factory.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/gcp/gs_tail.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/gcp/gs_utils.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/gcp/includefile_support.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/kubernetes/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/kubernetes/kubernetes_cli.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/kubernetes/kubernetes_client.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/kubernetes/kubernetes_decorator.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/kubernetes/kubernetes_job.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/logs_cli.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/metadata/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/metadata/local.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/metadata/service.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/package_cli.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/parallel_decorator.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/project_decorator.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/pypi/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/pypi/bootstrap.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/pypi/micromamba.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/pypi/pip.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/pypi/pypi_environment.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/pypi/utils.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/resources_decorator.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/retry_decorator.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/secrets/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/secrets/inline_secrets_provider.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/secrets/secrets_decorator.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/storage_executor.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/tag_cli.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/test_unbounded_foreach_decorator.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/timeout_decorator.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/procpoll.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/py.typed +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/pylint_wrapper.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/runner/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/runner/click_api.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/runner/deployer.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/runner/metaflow_runner.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/runner/nbdeploy.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/runner/nbrun.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/runner/subprocess_manager.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/runner/utils.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/runtime.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/sidecar/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/sidecar/sidecar.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/sidecar/sidecar_messages.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/sidecar/sidecar_subprocess.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/sidecar/sidecar_worker.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/system/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/system/system_logger.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/system/system_monitor.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/system/system_utils.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/tagging_util.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/task.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/tracing/__init__.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/tracing/propagator.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/tracing/span_exporter.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/tracing/tracing_modules.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/tuple_util.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/tutorials/00-helloworld/README.md +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/tutorials/00-helloworld/helloworld.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/tutorials/01-playlist/README.md +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/tutorials/01-playlist/movies.csv +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/tutorials/01-playlist/playlist.ipynb +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/tutorials/01-playlist/playlist.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/tutorials/02-statistics/README.md +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/tutorials/02-statistics/movies.csv +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/tutorials/02-statistics/stats.ipynb +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/tutorials/02-statistics/stats.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/tutorials/03-playlist-redux/README.md +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/tutorials/03-playlist-redux/playlist.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/tutorials/04-playlist-plus/README.md +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/tutorials/04-playlist-plus/playlist.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/tutorials/05-hello-cloud/README.md +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/tutorials/05-hello-cloud/hello-cloud.ipynb +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/tutorials/05-hello-cloud/hello-cloud.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/tutorials/06-statistics-redux/README.md +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/tutorials/06-statistics-redux/stats.ipynb +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/tutorials/07-worldview/README.md +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/tutorials/07-worldview/worldview.ipynb +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/tutorials/08-autopilot/README.md +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/tutorials/08-autopilot/autopilot.ipynb +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/unbounded_foreach.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/util.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/vendor.py +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/ob_metaflow.egg-info/SOURCES.txt +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/ob_metaflow.egg-info/dependency_links.txt +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/ob_metaflow.egg-info/entry_points.txt +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/ob_metaflow.egg-info/top_level.txt +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/setup.cfg +0 -0
- {ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ob-metaflow
|
|
3
|
-
Version: 2.12.
|
|
3
|
+
Version: 2.12.19.1
|
|
4
4
|
Summary: Metaflow: More Data Science, Less Engineering
|
|
5
5
|
Author: Netflix, Outerbounds & the Metaflow Community
|
|
6
6
|
Author-email: help@outerbounds.co
|
|
@@ -12,7 +12,7 @@ Requires-Dist: boto3
|
|
|
12
12
|
Requires-Dist: pylint
|
|
13
13
|
Requires-Dist: kubernetes
|
|
14
14
|
Provides-Extra: stubs
|
|
15
|
-
Requires-Dist: metaflow-stubs==2.12.
|
|
15
|
+
Requires-Dist: metaflow-stubs==2.12.19.1; extra == "stubs"
|
|
16
16
|
|
|
17
17
|

|
|
18
18
|
|
|
@@ -256,6 +256,7 @@ DEFAULT_RUNTIME_LIMIT = from_conf("DEFAULT_RUNTIME_LIMIT", 5 * 24 * 60 * 60)
|
|
|
256
256
|
# Organization customizations
|
|
257
257
|
###
|
|
258
258
|
UI_URL = from_conf("UI_URL")
|
|
259
|
+
PAGERDUTY_TEMPLATE_URL = from_conf("PAGERDUTY_TEMPLATE_URL")
|
|
259
260
|
|
|
260
261
|
###
|
|
261
262
|
# Capture error logs from argo
|
|
@@ -49,6 +49,7 @@ from metaflow.metaflow_config import (
|
|
|
49
49
|
SERVICE_HEADERS,
|
|
50
50
|
SERVICE_INTERNAL_URL,
|
|
51
51
|
UI_URL,
|
|
52
|
+
PAGERDUTY_TEMPLATE_URL,
|
|
52
53
|
)
|
|
53
54
|
from metaflow.metaflow_config_funcs import config_values
|
|
54
55
|
from metaflow.mflog import BASH_SAVE_LOGS, bash_capture_logs, export_mflog_env_vars
|
|
@@ -2387,10 +2388,18 @@ class ArgoWorkflows(object):
|
|
|
2387
2388
|
def _pager_duty_notification_links(self):
|
|
2388
2389
|
links = []
|
|
2389
2390
|
if UI_URL:
|
|
2391
|
+
if PAGERDUTY_TEMPLATE_URL:
|
|
2392
|
+
pdproject = ''
|
|
2393
|
+
pdbranch = ''
|
|
2394
|
+
if getattr(current, "project_name", None):
|
|
2395
|
+
pdproject = current.project_name
|
|
2396
|
+
pdbranch = current.branch_name
|
|
2397
|
+
href_val = PAGERDUTY_TEMPLATE_URL.format(pd_flow=self.flow.name, pd_namespace=KUBERNETES_NAMESPACE,pd_template=self.name,pd_project=pdproject, pd_branch=pdbranch)
|
|
2398
|
+
else:
|
|
2399
|
+
href_val = "%s/%s/%s"% (UI_URL.rstrip("/"), self.flow.name, "argo-{{workflow.name}}")
|
|
2390
2400
|
links.append(
|
|
2391
2401
|
{
|
|
2392
|
-
"href":
|
|
2393
|
-
% (UI_URL.rstrip("/"), self.flow.name, "argo-{{workflow.name}}"),
|
|
2402
|
+
"href": href_val,
|
|
2394
2403
|
"text": "Metaflow UI",
|
|
2395
2404
|
}
|
|
2396
2405
|
)
|
|
@@ -698,7 +698,7 @@ class Kubernetes(object):
|
|
|
698
698
|
t = time.time()
|
|
699
699
|
time.sleep(update_delay(time.time() - start_time))
|
|
700
700
|
|
|
701
|
-
|
|
701
|
+
prefix = lambda: b"[%s] " % util.to_bytes(self._job.id)
|
|
702
702
|
|
|
703
703
|
stdout_tail = get_log_tailer(stdout_location, self._datastore.TYPE)
|
|
704
704
|
stderr_tail = get_log_tailer(stderr_location, self._datastore.TYPE)
|
|
@@ -708,7 +708,7 @@ class Kubernetes(object):
|
|
|
708
708
|
|
|
709
709
|
# 2) Tail logs until the job has finished
|
|
710
710
|
tail_logs(
|
|
711
|
-
prefix=
|
|
711
|
+
prefix=prefix(),
|
|
712
712
|
stdout_tail=stdout_tail,
|
|
713
713
|
stderr_tail=stderr_tail,
|
|
714
714
|
echo=echo,
|
{ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/kubernetes/kubernetes_jobsets.py
RENAMED
|
@@ -571,10 +571,8 @@ class JobSetSpec(object):
|
|
|
571
571
|
namespace=self._kwargs["namespace"],
|
|
572
572
|
),
|
|
573
573
|
spec=client.V1PodSpec(
|
|
574
|
-
## --- jobset require podspec deets start----
|
|
575
574
|
subdomain=self._kwargs["subdomain"],
|
|
576
575
|
set_hostname_as_fqdn=True,
|
|
577
|
-
## --- jobset require podspec deets end ----
|
|
578
576
|
# Timeout is set on the pod and not the job (important!)
|
|
579
577
|
active_deadline_seconds=self._kwargs[
|
|
580
578
|
"timeout_in_seconds"
|
|
@@ -50,6 +50,9 @@ class CondaStepDecorator(StepDecorator):
|
|
|
50
50
|
# conda channels, users can specify channel::package as the package name.
|
|
51
51
|
|
|
52
52
|
def __init__(self, attributes=None, statically_defined=False):
|
|
53
|
+
self._user_defined_attributes = (
|
|
54
|
+
attributes.copy() if attributes is not None else {}
|
|
55
|
+
)
|
|
53
56
|
super(CondaStepDecorator, self).__init__(attributes, statically_defined)
|
|
54
57
|
|
|
55
58
|
# Support legacy 'libraries=' attribute for the decorator.
|
|
@@ -59,6 +62,9 @@ class CondaStepDecorator(StepDecorator):
|
|
|
59
62
|
}
|
|
60
63
|
del self.attributes["libraries"]
|
|
61
64
|
|
|
65
|
+
def is_attribute_user_defined(self, name):
|
|
66
|
+
return name in self._user_defined_attributes
|
|
67
|
+
|
|
62
68
|
def step_init(self, flow, graph, step, decos, environment, flow_datastore, logger):
|
|
63
69
|
# The init_environment hook for Environment creates the relevant virtual
|
|
64
70
|
# environments. The step_init hook sets up the relevant state for that hook to
|
|
@@ -71,11 +77,16 @@ class CondaStepDecorator(StepDecorator):
|
|
|
71
77
|
|
|
72
78
|
# Support flow-level decorator.
|
|
73
79
|
if "conda_base" in self.flow._flow_decorators:
|
|
74
|
-
|
|
80
|
+
conda_base = self.flow._flow_decorators["conda_base"][0]
|
|
81
|
+
super_attributes = conda_base.attributes
|
|
75
82
|
self.attributes["packages"] = {
|
|
76
83
|
**super_attributes["packages"],
|
|
77
84
|
**self.attributes["packages"],
|
|
78
85
|
}
|
|
86
|
+
self._user_defined_attributes = {
|
|
87
|
+
**self._user_defined_attributes,
|
|
88
|
+
**conda_base._user_defined_attributes,
|
|
89
|
+
}
|
|
79
90
|
self.attributes["python"] = (
|
|
80
91
|
self.attributes["python"] or super_attributes["python"]
|
|
81
92
|
)
|
|
@@ -322,6 +333,9 @@ class CondaFlowDecorator(FlowDecorator):
|
|
|
322
333
|
}
|
|
323
334
|
|
|
324
335
|
def __init__(self, attributes=None, statically_defined=False):
|
|
336
|
+
self._user_defined_attributes = (
|
|
337
|
+
attributes.copy() if attributes is not None else {}
|
|
338
|
+
)
|
|
325
339
|
super(CondaFlowDecorator, self).__init__(attributes, statically_defined)
|
|
326
340
|
|
|
327
341
|
# Support legacy 'libraries=' attribute for the decorator.
|
|
@@ -333,6 +347,9 @@ class CondaFlowDecorator(FlowDecorator):
|
|
|
333
347
|
if self.attributes["python"]:
|
|
334
348
|
self.attributes["python"] = str(self.attributes["python"])
|
|
335
349
|
|
|
350
|
+
def is_attribute_user_defined(self, name):
|
|
351
|
+
return name in self._user_defined_attributes
|
|
352
|
+
|
|
336
353
|
def flow_init(
|
|
337
354
|
self, flow, graph, environment, flow_datastore, metadata, logger, echo, options
|
|
338
355
|
):
|
|
@@ -291,10 +291,13 @@ class CondaEnvironment(MetaflowEnvironment):
|
|
|
291
291
|
# PyPI registries, the usage of environment variable `GOOGLE_APPLICATION_CREDENTIALS`
|
|
292
292
|
# demands that `keyrings.google-artifactregistry-auth` has to be installed
|
|
293
293
|
# and available in the underlying python environment.
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
294
|
+
|
|
295
|
+
# commenting this out per https://outerboundsco.slack.com/archives/C040K733FND/p1719262399355449
|
|
296
|
+
# this should be a temporary workaround. Need to find a better fix
|
|
297
|
+
# if os.getenv("GOOGLE_APPLICATION_CREDENTIALS"):
|
|
298
|
+
# environment["conda"]["packages"][
|
|
299
|
+
# "keyrings.google-artifactregistry-auth"
|
|
300
|
+
# ] = ">=1.1.1"
|
|
298
301
|
|
|
299
302
|
# Z combinator for a recursive lambda
|
|
300
303
|
deep_sort = (lambda f: f(f))(
|
|
@@ -40,7 +40,12 @@ class PyPIStepDecorator(StepDecorator):
|
|
|
40
40
|
|
|
41
41
|
# Support flow-level decorator
|
|
42
42
|
if "pypi_base" in self.flow._flow_decorators:
|
|
43
|
-
|
|
43
|
+
pypi_base = self.flow._flow_decorators["pypi_base"][0]
|
|
44
|
+
super_attributes = pypi_base.attributes
|
|
45
|
+
self._user_defined_attributes = {
|
|
46
|
+
**self._user_defined_attributes,
|
|
47
|
+
**pypi_base._user_defined_attributes,
|
|
48
|
+
}
|
|
44
49
|
self.attributes["packages"] = {
|
|
45
50
|
**super_attributes["packages"],
|
|
46
51
|
**self.attributes["packages"],
|
|
@@ -93,6 +98,12 @@ class PyPIStepDecorator(StepDecorator):
|
|
|
93
98
|
),
|
|
94
99
|
)
|
|
95
100
|
)
|
|
101
|
+
# TODO: This code snippet can be done away with by altering the constructor of
|
|
102
|
+
# MetaflowEnvironment. A good first-task exercise.
|
|
103
|
+
# Avoid circular import
|
|
104
|
+
from metaflow.plugins.datastores.local_storage import LocalStorage
|
|
105
|
+
|
|
106
|
+
environment.set_local_root(LocalStorage.get_datastore_root_from_config(logger))
|
|
96
107
|
|
|
97
108
|
def is_attribute_user_defined(self, name):
|
|
98
109
|
return name in self._user_defined_attributes
|
|
@@ -117,6 +128,12 @@ class PyPIFlowDecorator(FlowDecorator):
|
|
|
117
128
|
name = "pypi_base"
|
|
118
129
|
defaults = {"packages": {}, "python": None, "disabled": None}
|
|
119
130
|
|
|
131
|
+
def __init__(self, attributes=None, statically_defined=False):
|
|
132
|
+
self._user_defined_attributes = (
|
|
133
|
+
attributes.copy() if attributes is not None else {}
|
|
134
|
+
)
|
|
135
|
+
super().__init__(attributes, statically_defined)
|
|
136
|
+
|
|
120
137
|
def flow_init(
|
|
121
138
|
self, flow, graph, environment, flow_datastore, metadata, logger, echo, options
|
|
122
139
|
):
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
metaflow_version = "2.12.19.1"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ob-metaflow
|
|
3
|
-
Version: 2.12.
|
|
3
|
+
Version: 2.12.19.1
|
|
4
4
|
Summary: Metaflow: More Data Science, Less Engineering
|
|
5
5
|
Author: Netflix, Outerbounds & the Metaflow Community
|
|
6
6
|
Author-email: help@outerbounds.co
|
|
@@ -12,7 +12,7 @@ Requires-Dist: boto3
|
|
|
12
12
|
Requires-Dist: pylint
|
|
13
13
|
Requires-Dist: kubernetes
|
|
14
14
|
Provides-Extra: stubs
|
|
15
|
-
Requires-Dist: metaflow-stubs==2.12.
|
|
15
|
+
Requires-Dist: metaflow-stubs==2.12.19.1; extra == "stubs"
|
|
16
16
|
|
|
17
17
|

|
|
18
18
|
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
metaflow_version = "2.12.18.1"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/importlib_metadata/__init__.py
RENAMED
|
File without changes
|
{ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/importlib_metadata/_adapters.py
RENAMED
|
File without changes
|
{ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/importlib_metadata/_collections.py
RENAMED
|
File without changes
|
{ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/importlib_metadata/_compat.py
RENAMED
|
File without changes
|
{ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/importlib_metadata/_functools.py
RENAMED
|
File without changes
|
{ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/importlib_metadata/_itertools.py
RENAMED
|
File without changes
|
{ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/importlib_metadata/_meta.py
RENAMED
|
File without changes
|
{ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/importlib_metadata/_text.py
RENAMED
|
File without changes
|
{ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/importlib_metadata/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/typeguard/_pytest_plugin.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/typeguard/_union_transformer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/v3_5/importlib_metadata/__init__.py
RENAMED
|
File without changes
|
{ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/v3_5/importlib_metadata/_compat.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/v3_6/importlib_metadata/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/v3_6/importlib_metadata/_compat.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/v3_6/importlib_metadata/_meta.py
RENAMED
|
File without changes
|
{ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/v3_6/importlib_metadata/_text.py
RENAMED
|
File without changes
|
{ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/_vendor/v3_6/importlib_metadata/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/datastore/content_addressed_store.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ob_metaflow-2.12.18.1 → ob_metaflow-2.12.19.1}/metaflow/plugins/airflow/airflow_decorator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|