dagstermill 0.24.10__py3-none-any.whl → 0.24.12__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 dagstermill might be problematic. Click here for more details.

@@ -19,9 +19,9 @@ from dagster import (
19
19
  from dagster._config.pythonic_config import Config, infer_schema_from_config_class
20
20
  from dagster._config.pythonic_config.type_check_utils import safe_is_subclass
21
21
  from dagster._core.definitions.events import CoercibleToAssetKey, CoercibleToAssetKeyPrefix
22
- from dagster._core.definitions.utils import normalize_tags
23
22
  from dagster._core.execution.context.compute import OpExecutionContext
24
23
  from dagster._core.storage.tags import COMPUTE_KIND_TAG
24
+ from dagster._utils.tags import normalize_tags
25
25
 
26
26
  from dagstermill.factory import _clean_path_for_windows, execute_notebook
27
27
 
@@ -175,7 +175,7 @@ def define_dagstermill_asset(
175
175
  io_manager_key, "io_manager_key", default="output_notebook_io_manager"
176
176
  )
177
177
 
178
- user_tags = normalize_tags(op_tags).tags
178
+ user_tags = normalize_tags(op_tags)
179
179
  if op_tags is not None:
180
180
  check.invariant(
181
181
  "notebook_path" not in op_tags,
dagstermill/factory.py CHANGED
@@ -21,7 +21,6 @@ from dagster._config.pythonic_config.type_check_utils import safe_is_subclass
21
21
  from dagster._core.definitions.events import AssetMaterialization, Failure, RetryRequested
22
22
  from dagster._core.definitions.metadata import MetadataValue
23
23
  from dagster._core.definitions.reconstruct import ReconstructableJob
24
- from dagster._core.definitions.utils import normalize_tags
25
24
  from dagster._core.execution.context.compute import OpExecutionContext
26
25
  from dagster._core.execution.context.input import build_input_context
27
26
  from dagster._core.execution.context.system import StepExecutionContext
@@ -31,6 +30,7 @@ from dagster._serdes import pack_value
31
30
  from dagster._seven import get_system_temp_directory
32
31
  from dagster._utils import mkdir_p, safe_tempfile_path
33
32
  from dagster._utils.error import serializable_error_info_from_exc_info
33
+ from dagster._utils.tags import normalize_tags
34
34
  from papermill.engines import papermill_engines
35
35
  from papermill.iorw import load_notebook_node, write_ipynb
36
36
 
@@ -413,7 +413,7 @@ def define_dagstermill_op(
413
413
  default_description = f"This op is backed by the notebook at {notebook_path}"
414
414
  description = check.opt_str_param(description, "description", default=default_description)
415
415
 
416
- user_tags = normalize_tags(tags).tags
416
+ user_tags = normalize_tags(tags)
417
417
  if tags is not None:
418
418
  check.invariant(
419
419
  "notebook_path" not in tags,
dagstermill/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.24.10"
1
+ __version__ = "0.24.12"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dagstermill
3
- Version: 0.24.10
3
+ Version: 0.24.12
4
4
  Summary: run notebooks using the Dagster tools
5
5
  Author: Dagster Labs
6
6
  Author-email: hello@dagsterlabs.com
@@ -13,7 +13,7 @@ Classifier: License :: OSI Approved :: Apache Software License
13
13
  Classifier: Operating System :: OS Independent
14
14
  Requires-Python: >=3.8,<3.13
15
15
  License-File: LICENSE
16
- Requires-Dist: dagster ==1.8.10
16
+ Requires-Dist: dagster ==1.8.12
17
17
  Requires-Dist: ipykernel !=5.4.0,!=5.4.1,>=4.9.0
18
18
  Requires-Dist: ipython-genutils >=0.2.0
19
19
  Requires-Dist: packaging >=20.9
@@ -1,22 +1,22 @@
1
1
  dagstermill/__init__.py,sha256=3YqU9M3bCTeiof-BEHLmZ-A06HEYxdALfSu1pB9QAeg,1262
2
2
  dagstermill/__main__.py,sha256=GqkyStw1mh9zw2gMbQBQpIqW0hpr3I8unVWrw_VqdW8,41
3
- dagstermill/asset_factory.py,sha256=_or3ENKhrxV2EDQjpbKbv6Sf28aehbthUKEu9VxO53U,9759
3
+ dagstermill/asset_factory.py,sha256=AoUd0lvZT4xAiuC0Sfl7ChtRCYI0yjbipLO-YLA3RDI,9742
4
4
  dagstermill/cli.py,sha256=lffeaQgenSR7s8MhNUBNA_BeVehlMUrdg7gnQl1WTdY,4494
5
5
  dagstermill/compat.py,sha256=GCfUaGC3eIEhlZP_VFtua8hFKNtwXocOAfYxuKZ5X3I,526
6
6
  dagstermill/context.py,sha256=4NwSe11zYhhi35L-uevIZfZlxxoxoVS1Eh4kHS3Yeqs,6117
7
7
  dagstermill/engine.py,sha256=RI1jAWaPR2Hi-r09qRRPHUHxbnUMMys3K63upI7BS6o,5854
8
8
  dagstermill/errors.py,sha256=WOmpAGp-J1XhyGK_LT3ZZKsBwF5dvrWbqSaSldtoh6Y,141
9
- dagstermill/factory.py,sha256=-PE8AHS4UZHdWgA9jA0e6_YNx-QusekqVB6LYEUY69s,18781
9
+ dagstermill/factory.py,sha256=gs-Hei2gijrbVc3G2smb_akUVwDTmyItYybZx4Zy8io,18764
10
10
  dagstermill/io_managers.py,sha256=D9UA4KufzrOeCan3TJyPogD0uIJBjK80ExikdMHqweI,4403
11
11
  dagstermill/manager.py,sha256=Vcwhj51tXOz7-OciCDRLmYIIGfDcyHsl5MJ20O-XTkQ,15821
12
12
  dagstermill/serialize.py,sha256=eXW3c26CiILT_uebyFcAKBnsiNxnjyGT_ch3PfGyjek,188
13
13
  dagstermill/translator.py,sha256=h1VPAOWtdjLKzFjRmyN9hO_R6qJuAETNkJydfdgwWGM,2170
14
- dagstermill/version.py,sha256=Myj5XbZsr7lAMNmFf6wAiKVPI6RdUkFCauJ1_IiXz-4,24
14
+ dagstermill/version.py,sha256=8e_5IttRuoue-uppwtfAsOgcCm05WlECsinJs_aHSOc,24
15
15
  dagstermill/examples/__init__.py,sha256=_2u28VKkHmd16vz0Q2N7Fw5QKsJ65HEnIfJL26gNUIw,75
16
16
  dagstermill/examples/repository.py,sha256=AlBcvZHCqZ4wAGp8YjO67A1STx0FPhBG97vGEjZv3Bw,15858
17
- dagstermill-0.24.10.dist-info/LICENSE,sha256=TMatHW4_G9ldRdodEAp-l2Xa2WvsdeOh60E3v1R2jis,11349
18
- dagstermill-0.24.10.dist-info/METADATA,sha256=ItasPcr3aG_r_3LtO0SNTEABcP59L9I-d6aoObrQGTM,987
19
- dagstermill-0.24.10.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
20
- dagstermill-0.24.10.dist-info/entry_points.txt,sha256=885a7vvhABYWEj7W28elkzSmIcKO3REkdd5h4Z4DEJs,53
21
- dagstermill-0.24.10.dist-info/top_level.txt,sha256=YDelJKdA5YIIrjsObdd8U4E9YhuXJLRe9NKfUzud9Uc,12
22
- dagstermill-0.24.10.dist-info/RECORD,,
17
+ dagstermill-0.24.12.dist-info/LICENSE,sha256=TMatHW4_G9ldRdodEAp-l2Xa2WvsdeOh60E3v1R2jis,11349
18
+ dagstermill-0.24.12.dist-info/METADATA,sha256=Qqr35ReimcJua1PUtmuLxOu2g1Q3UBLCjfl9aWrmF8w,987
19
+ dagstermill-0.24.12.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
20
+ dagstermill-0.24.12.dist-info/entry_points.txt,sha256=885a7vvhABYWEj7W28elkzSmIcKO3REkdd5h4Z4DEJs,53
21
+ dagstermill-0.24.12.dist-info/top_level.txt,sha256=YDelJKdA5YIIrjsObdd8U4E9YhuXJLRe9NKfUzud9Uc,12
22
+ dagstermill-0.24.12.dist-info/RECORD,,