dagstermill 0.23.0__py3-none-any.whl → 0.23.2__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.
- dagstermill/context.py +8 -0
- dagstermill/version.py +1 -1
- {dagstermill-0.23.0.dist-info → dagstermill-0.23.2.dist-info}/METADATA +2 -2
- {dagstermill-0.23.0.dist-info → dagstermill-0.23.2.dist-info}/RECORD +8 -8
- {dagstermill-0.23.0.dist-info → dagstermill-0.23.2.dist-info}/LICENSE +0 -0
- {dagstermill-0.23.0.dist-info → dagstermill-0.23.2.dist-info}/WHEEL +0 -0
- {dagstermill-0.23.0.dist-info → dagstermill-0.23.2.dist-info}/entry_points.txt +0 -0
- {dagstermill-0.23.0.dist-info → dagstermill-0.23.2.dist-info}/top_level.txt +0 -0
dagstermill/context.py
CHANGED
|
@@ -8,6 +8,9 @@ from dagster import (
|
|
|
8
8
|
)
|
|
9
9
|
from dagster._annotations import public
|
|
10
10
|
from dagster._core.definitions.dependency import Node, NodeHandle
|
|
11
|
+
from dagster._core.definitions.repository_definition.repository_definition import (
|
|
12
|
+
RepositoryDefinition,
|
|
13
|
+
)
|
|
11
14
|
from dagster._core.execution.context.compute import AbstractComputeExecutionContext
|
|
12
15
|
from dagster._core.execution.context.system import PlanExecutionContext, StepExecutionContext
|
|
13
16
|
from dagster._core.log_manager import DagsterLogManager
|
|
@@ -100,6 +103,11 @@ class DagstermillExecutionContext(AbstractComputeExecutionContext):
|
|
|
100
103
|
"""
|
|
101
104
|
return self._job_def
|
|
102
105
|
|
|
106
|
+
@property
|
|
107
|
+
def repository_def(self) -> RepositoryDefinition:
|
|
108
|
+
""":class:`dagster.RepositoryDefinition`: The repository definition for the context."""
|
|
109
|
+
raise NotImplementedError
|
|
110
|
+
|
|
103
111
|
@property
|
|
104
112
|
def resources(self) -> Any:
|
|
105
113
|
"""collections.namedtuple: A dynamically-created type whose properties allow access to
|
dagstermill/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.23.
|
|
1
|
+
__version__ = "0.23.2"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dagstermill
|
|
3
|
-
Version: 0.23.
|
|
3
|
+
Version: 0.23.2
|
|
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.7.
|
|
16
|
+
Requires-Dist: dagster ==1.7.2
|
|
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
|
|
@@ -3,7 +3,7 @@ dagstermill/__main__.py,sha256=bYt9eEaoRQWdejEHFD8REx9jxVEdZptECFsV7F49Ink,30
|
|
|
3
3
|
dagstermill/asset_factory.py,sha256=3moIwVr3dzFuDRVAdRZlQlO00nfGFAiA8cvmOgJi1zw,9463
|
|
4
4
|
dagstermill/cli.py,sha256=lffeaQgenSR7s8MhNUBNA_BeVehlMUrdg7gnQl1WTdY,4494
|
|
5
5
|
dagstermill/compat.py,sha256=GCfUaGC3eIEhlZP_VFtua8hFKNtwXocOAfYxuKZ5X3I,526
|
|
6
|
-
dagstermill/context.py,sha256=
|
|
6
|
+
dagstermill/context.py,sha256=3_SkRBM9wDB6T64Lc4yJZGp8mpA_PMXkHlF8U1I19A4,6104
|
|
7
7
|
dagstermill/engine.py,sha256=4CZW-eni4TnG8C8VhPkZZgj6djItdOUKhHPzvaVhaYo,5843
|
|
8
8
|
dagstermill/errors.py,sha256=WOmpAGp-J1XhyGK_LT3ZZKsBwF5dvrWbqSaSldtoh6Y,141
|
|
9
9
|
dagstermill/factory.py,sha256=R9IiuAFi35nHneuWsegcXEH1iTp4qUuO0zmtizmBZb0,18638
|
|
@@ -11,12 +11,12 @@ dagstermill/io_managers.py,sha256=D9UA4KufzrOeCan3TJyPogD0uIJBjK80ExikdMHqweI,44
|
|
|
11
11
|
dagstermill/manager.py,sha256=HPk1PtVOc7MDFb3F3t-XECvhPYRPRAXNBSapXYAIUBA,15788
|
|
12
12
|
dagstermill/serialize.py,sha256=eXW3c26CiILT_uebyFcAKBnsiNxnjyGT_ch3PfGyjek,188
|
|
13
13
|
dagstermill/translator.py,sha256=h1VPAOWtdjLKzFjRmyN9hO_R6qJuAETNkJydfdgwWGM,2170
|
|
14
|
-
dagstermill/version.py,sha256=
|
|
14
|
+
dagstermill/version.py,sha256=yninyH3Qwkx3xw1ShRaTmjGR_Q-bmMjaMjZVzxS2tLM,23
|
|
15
15
|
dagstermill/examples/__init__.py,sha256=kzan-9zFjxaJ8o9bqUso44gcGiOmJrlq4JYO-yIBQao,55
|
|
16
16
|
dagstermill/examples/repository.py,sha256=hKQ1_GzHFiSf4oZmr1HYQmyRSMG0HDq25m0Y0oz0eXQ,15827
|
|
17
|
-
dagstermill-0.23.
|
|
18
|
-
dagstermill-0.23.
|
|
19
|
-
dagstermill-0.23.
|
|
20
|
-
dagstermill-0.23.
|
|
21
|
-
dagstermill-0.23.
|
|
22
|
-
dagstermill-0.23.
|
|
17
|
+
dagstermill-0.23.2.dist-info/LICENSE,sha256=TMatHW4_G9ldRdodEAp-l2Xa2WvsdeOh60E3v1R2jis,11349
|
|
18
|
+
dagstermill-0.23.2.dist-info/METADATA,sha256=6cjI0SjVGeST235N0m9x44XKSBLdtQmR9EL00NPrLU0,985
|
|
19
|
+
dagstermill-0.23.2.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
|
20
|
+
dagstermill-0.23.2.dist-info/entry_points.txt,sha256=885a7vvhABYWEj7W28elkzSmIcKO3REkdd5h4Z4DEJs,53
|
|
21
|
+
dagstermill-0.23.2.dist-info/top_level.txt,sha256=YDelJKdA5YIIrjsObdd8U4E9YhuXJLRe9NKfUzud9Uc,12
|
|
22
|
+
dagstermill-0.23.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|