ob-metaflow-extensions 1.1.113__py2.py3-none-any.whl → 1.1.114__py2.py3-none-any.whl
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-extensions might be problematic. Click here for more details.
- metaflow_extensions/outerbounds/plugins/fast_bakery/docker_environment.py +2 -0
- {ob_metaflow_extensions-1.1.113.dist-info → ob_metaflow_extensions-1.1.114.dist-info}/METADATA +1 -1
- {ob_metaflow_extensions-1.1.113.dist-info → ob_metaflow_extensions-1.1.114.dist-info}/RECORD +5 -5
- {ob_metaflow_extensions-1.1.113.dist-info → ob_metaflow_extensions-1.1.114.dist-info}/WHEEL +0 -0
- {ob_metaflow_extensions-1.1.113.dist-info → ob_metaflow_extensions-1.1.114.dist-info}/top_level.txt +0 -0
|
@@ -138,8 +138,10 @@ class DockerEnvironment(MetaflowEnvironment):
|
|
|
138
138
|
if not _step_has_environment_deco(step):
|
|
139
139
|
# We default to PyPI for steps that are going to be baked.
|
|
140
140
|
decorators._attach_decorators_to_step(step, ["pypi"])
|
|
141
|
+
# init the attached decorator
|
|
141
142
|
# Initialize the decorator we attached.
|
|
142
143
|
# This is crucial for the conda decorator to work properly in the fallback environment
|
|
144
|
+
decorators._init(self.flow)
|
|
143
145
|
for deco in step.decorators:
|
|
144
146
|
if _is_env_deco(deco):
|
|
145
147
|
deco.step_init(
|
{ob_metaflow_extensions-1.1.113.dist-info → ob_metaflow_extensions-1.1.114.dist-info}/RECORD
RENAMED
|
@@ -5,7 +5,7 @@ metaflow_extensions/outerbounds/plugins/__init__.py,sha256=QDcoAAiLEWG1-_mZhpsww
|
|
|
5
5
|
metaflow_extensions/outerbounds/plugins/auth_server.py,sha256=_Q9_2EL0Xy77bCRphkwT1aSu8gQXRDOH-Z-RxTUO8N4,2202
|
|
6
6
|
metaflow_extensions/outerbounds/plugins/perimeters.py,sha256=QXh3SFP7GQbS-RAIxUOPbhPzQ7KDFVxZkTdKqFKgXjI,2697
|
|
7
7
|
metaflow_extensions/outerbounds/plugins/fast_bakery/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
|
-
metaflow_extensions/outerbounds/plugins/fast_bakery/docker_environment.py,sha256=
|
|
8
|
+
metaflow_extensions/outerbounds/plugins/fast_bakery/docker_environment.py,sha256=i6F3FXwvEhkmUCTHDJ4VmSoL6vKyQhC_YRCtY6F4EkA,14209
|
|
9
9
|
metaflow_extensions/outerbounds/plugins/fast_bakery/fast_bakery.py,sha256=MAPRQsfqeEkL1LXqgwPrUJOzZ3kY3C00QjdDgQ7wdIg,5160
|
|
10
10
|
metaflow_extensions/outerbounds/plugins/fast_bakery/fast_bakery_cli.py,sha256=kqFyu2bJSnc9_9aYfBpz5xK6L6luWFZK_NMuh8f1eVk,1494
|
|
11
11
|
metaflow_extensions/outerbounds/plugins/fast_bakery/fast_bakery_decorator.py,sha256=MXSIp05-jvt8Q2uGaLKjtuM_ToLeRLxhtMbfHc9Kcko,1515
|
|
@@ -41,7 +41,7 @@ metaflow_extensions/outerbounds/toplevel/plugins/azure/__init__.py,sha256=WUuhz2
|
|
|
41
41
|
metaflow_extensions/outerbounds/toplevel/plugins/gcp/__init__.py,sha256=BbZiaH3uILlEZ6ntBLKeNyqn3If8nIXZFq_Apd7Dhco,70
|
|
42
42
|
metaflow_extensions/outerbounds/toplevel/plugins/kubernetes/__init__.py,sha256=5zG8gShSj8m7rgF4xgWBZFuY3GDP5n1T0ktjRpGJLHA,69
|
|
43
43
|
metaflow_extensions/outerbounds/toplevel/plugins/snowflake/__init__.py,sha256=LptpH-ziXHrednMYUjIaosS1SXD3sOtF_9_eRqd8SJw,50
|
|
44
|
-
ob_metaflow_extensions-1.1.
|
|
45
|
-
ob_metaflow_extensions-1.1.
|
|
46
|
-
ob_metaflow_extensions-1.1.
|
|
47
|
-
ob_metaflow_extensions-1.1.
|
|
44
|
+
ob_metaflow_extensions-1.1.114.dist-info/METADATA,sha256=Z_l0voS_e6k7Z9jqOSBg6lTx2cxbsc2d-zSfoPdXC8A,521
|
|
45
|
+
ob_metaflow_extensions-1.1.114.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
|
|
46
|
+
ob_metaflow_extensions-1.1.114.dist-info/top_level.txt,sha256=NwG0ukwjygtanDETyp_BUdtYtqIA_lOjzFFh1TsnxvI,20
|
|
47
|
+
ob_metaflow_extensions-1.1.114.dist-info/RECORD,,
|
|
File without changes
|
{ob_metaflow_extensions-1.1.113.dist-info → ob_metaflow_extensions-1.1.114.dist-info}/top_level.txt
RENAMED
|
File without changes
|