ob-metaflow-extensions 1.1.100__py2.py3-none-any.whl → 1.1.101__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.

@@ -319,15 +319,17 @@ class DockerEnvironment(MetaflowEnvironment):
319
319
  config.append("--disable=F0401")
320
320
  return config
321
321
 
322
+ def get_package_commands(self, codepackage_url, datastore_type):
323
+ # we must set the skip install flag at this stage in order to skip package downloads,
324
+ # doing so in bootstrap_commands is too late in the lifecycle.
325
+ return [
326
+ "export METAFLOW_SKIP_INSTALL_DEPENDENCIES=$FASTBAKERY_IMAGE",
327
+ ] + super().get_package_commands(codepackage_url, datastore_type)
328
+
322
329
  def bootstrap_commands(self, step_name, datastore_type):
323
330
  if step_name in self.skipped_steps:
324
331
  return self.delegate.bootstrap_commands(step_name, datastore_type)
325
- # Bootstrap conda and execution environment for step
326
- # we set the environment flag for skipping bootstrap dependencies, as these are
327
- # provided in all baked images.
328
- return [
329
- "export METAFLOW_SKIP_INSTALL_DEPENDENCIES=$FASTBAKERY_IMAGE",
330
- ] + super().bootstrap_commands(step_name, datastore_type)
332
+ return super().bootstrap_commands(step_name, datastore_type)
331
333
 
332
334
 
333
335
  def get_fastbakery_metafile_path(local_root, flow_name):
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ob-metaflow-extensions
3
- Version: 1.1.100
3
+ Version: 1.1.101
4
4
  Summary: Outerbounds Platform Extensions for Metaflow
5
5
  Author: Outerbounds, Inc.
6
6
  License: Commercial
7
7
  Description-Content-Type: text/markdown
8
8
  Requires-Dist: boto3
9
9
  Requires-Dist: kubernetes
10
- Requires-Dist: ob-metaflow (==2.12.25.2)
10
+ Requires-Dist: ob-metaflow (==2.12.26.1)
11
11
 
12
12
  # Outerbounds platform package
13
13
 
@@ -5,7 +5,7 @@ metaflow_extensions/outerbounds/plugins/__init__.py,sha256=7-n1jwyvdNkMo3oU9CMF-
5
5
  metaflow_extensions/outerbounds/plugins/auth_server.py,sha256=1v2GBqoMBxp5E7Lejz139w-jxJtPnLDvvHXP0HhEIHI,2361
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=jpEBbdRLq7826LqUKIHqo3cYei2CNeVAxggw6vFmYso,13996
8
+ metaflow_extensions/outerbounds/plugins/fast_bakery/docker_environment.py,sha256=ZeJCAO7rhA3p7iwuLRaamx84Dzd4w-zd4-pf6WnVaLg,14119
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=EZDbyrfZ7fgcU-P9dMS_hpCxsdDeUE0K5VU3uNM4aW4,1506
@@ -34,7 +34,7 @@ metaflow_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.py,
34
34
  metaflow_extensions/outerbounds/toplevel/plugins/azure/__init__.py,sha256=WUuhz2YQfI4fz7nIcipwwWq781eaoHEk7n4GAn1npDg,63
35
35
  metaflow_extensions/outerbounds/toplevel/plugins/gcp/__init__.py,sha256=BbZiaH3uILlEZ6ntBLKeNyqn3If8nIXZFq_Apd7Dhco,70
36
36
  metaflow_extensions/outerbounds/toplevel/plugins/kubernetes/__init__.py,sha256=5zG8gShSj8m7rgF4xgWBZFuY3GDP5n1T0ktjRpGJLHA,69
37
- ob_metaflow_extensions-1.1.100.dist-info/METADATA,sha256=JHOEhTwZ33-QppRgWmYPlwFz-yJC8EsjM8bZsai0hA0,521
38
- ob_metaflow_extensions-1.1.100.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
39
- ob_metaflow_extensions-1.1.100.dist-info/top_level.txt,sha256=NwG0ukwjygtanDETyp_BUdtYtqIA_lOjzFFh1TsnxvI,20
40
- ob_metaflow_extensions-1.1.100.dist-info/RECORD,,
37
+ ob_metaflow_extensions-1.1.101.dist-info/METADATA,sha256=73StPt_L9tKq86oG_dn6ORYIDnsLJdKcl_HnTWK1FQU,521
38
+ ob_metaflow_extensions-1.1.101.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
39
+ ob_metaflow_extensions-1.1.101.dist-info/top_level.txt,sha256=NwG0ukwjygtanDETyp_BUdtYtqIA_lOjzFFh1TsnxvI,20
40
+ ob_metaflow_extensions-1.1.101.dist-info/RECORD,,