dagster-azure 0.28.1__tar.gz → 0.28.2__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.
- {dagster_azure-0.28.1/dagster_azure.egg-info → dagster_azure-0.28.2}/PKG-INFO +3 -4
- {dagster_azure-0.28.1 → dagster_azure-0.28.2}/dagster_azure/adls2/resources.py +1 -2
- dagster_azure-0.28.2/dagster_azure/version.py +1 -0
- {dagster_azure-0.28.1 → dagster_azure-0.28.2/dagster_azure.egg-info}/PKG-INFO +3 -4
- {dagster_azure-0.28.1 → dagster_azure-0.28.2}/dagster_azure.egg-info/requires.txt +1 -1
- {dagster_azure-0.28.1 → dagster_azure-0.28.2}/setup.py +2 -3
- dagster_azure-0.28.1/dagster_azure/version.py +0 -1
- {dagster_azure-0.28.1 → dagster_azure-0.28.2}/LICENSE +0 -0
- {dagster_azure-0.28.1 → dagster_azure-0.28.2}/MANIFEST.in +0 -0
- {dagster_azure-0.28.1 → dagster_azure-0.28.2}/README.md +0 -0
- {dagster_azure-0.28.1 → dagster_azure-0.28.2}/dagster_azure/__init__.py +0 -0
- {dagster_azure-0.28.1 → dagster_azure-0.28.2}/dagster_azure/adls2/__init__.py +0 -0
- {dagster_azure-0.28.1 → dagster_azure-0.28.2}/dagster_azure/adls2/file_manager.py +0 -0
- {dagster_azure-0.28.1 → dagster_azure-0.28.2}/dagster_azure/adls2/io_manager.py +0 -0
- {dagster_azure-0.28.1 → dagster_azure-0.28.2}/dagster_azure/adls2/utils.py +0 -0
- {dagster_azure-0.28.1 → dagster_azure-0.28.2}/dagster_azure/blob/__init__.py +0 -0
- {dagster_azure-0.28.1 → dagster_azure-0.28.2}/dagster_azure/blob/compute_log_manager.py +0 -0
- {dagster_azure-0.28.1 → dagster_azure-0.28.2}/dagster_azure/blob/fake_blob_client.py +0 -0
- {dagster_azure-0.28.1 → dagster_azure-0.28.2}/dagster_azure/blob/resources.py +0 -0
- {dagster_azure-0.28.1 → dagster_azure-0.28.2}/dagster_azure/blob/utils.py +0 -0
- {dagster_azure-0.28.1 → dagster_azure-0.28.2}/dagster_azure/fakes/__init__.py +0 -0
- {dagster_azure-0.28.1 → dagster_azure-0.28.2}/dagster_azure/fakes/fake_adls2_resource.py +0 -0
- {dagster_azure-0.28.1 → dagster_azure-0.28.2}/dagster_azure/pipes/__init__.py +0 -0
- {dagster_azure-0.28.1 → dagster_azure-0.28.2}/dagster_azure/pipes/clients/__init__.py +0 -0
- {dagster_azure-0.28.1 → dagster_azure-0.28.2}/dagster_azure/pipes/clients/azureml.py +0 -0
- {dagster_azure-0.28.1 → dagster_azure-0.28.2}/dagster_azure/pipes/context_injectors.py +0 -0
- {dagster_azure-0.28.1 → dagster_azure-0.28.2}/dagster_azure/pipes/message_readers.py +0 -0
- {dagster_azure-0.28.1 → dagster_azure-0.28.2}/dagster_azure/py.typed +0 -0
- {dagster_azure-0.28.1 → dagster_azure-0.28.2}/dagster_azure.egg-info/SOURCES.txt +0 -0
- {dagster_azure-0.28.1 → dagster_azure-0.28.2}/dagster_azure.egg-info/dependency_links.txt +0 -0
- {dagster_azure-0.28.1 → dagster_azure-0.28.2}/dagster_azure.egg-info/entry_points.txt +0 -0
- {dagster_azure-0.28.1 → dagster_azure-0.28.2}/dagster_azure.egg-info/not-zip-safe +0 -0
- {dagster_azure-0.28.1 → dagster_azure-0.28.2}/dagster_azure.egg-info/top_level.txt +0 -0
- {dagster_azure-0.28.1 → dagster_azure-0.28.2}/setup.cfg +0 -0
|
@@ -1,26 +1,25 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dagster-azure
|
|
3
|
-
Version: 0.28.
|
|
3
|
+
Version: 0.28.2
|
|
4
4
|
Summary: Package for Azure-specific Dagster framework op and resource components.
|
|
5
5
|
Home-page: https://github.com/dagster-io/dagster/tree/master/python_modules/libraries/dagster-azure
|
|
6
6
|
Author: Dagster Labs
|
|
7
7
|
Author-email: hello@dagsterlabs.com
|
|
8
8
|
License: Apache-2.0
|
|
9
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
10
9
|
Classifier: Programming Language :: Python :: 3.10
|
|
11
10
|
Classifier: Programming Language :: Python :: 3.11
|
|
12
11
|
Classifier: Programming Language :: Python :: 3.12
|
|
13
12
|
Classifier: Programming Language :: Python :: 3.13
|
|
14
13
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
15
14
|
Classifier: Operating System :: OS Independent
|
|
16
|
-
Requires-Python: >=3.
|
|
15
|
+
Requires-Python: >=3.10,<3.14
|
|
17
16
|
License-File: LICENSE
|
|
18
17
|
Requires-Dist: azure-core<2.0.0,>=1.7.0
|
|
19
18
|
Requires-Dist: azure-identity<2.0.0,>=1.7.0
|
|
20
19
|
Requires-Dist: azure-ai-ml<2.0.0,>=1.28.0
|
|
21
20
|
Requires-Dist: azure-storage-blob<13.0.0,>=12.5.0
|
|
22
21
|
Requires-Dist: azure-storage-file-datalake<13.0.0,>=12.5
|
|
23
|
-
Requires-Dist: dagster==1.12.
|
|
22
|
+
Requires-Dist: dagster==1.12.2
|
|
24
23
|
Dynamic: author
|
|
25
24
|
Dynamic: author-email
|
|
26
25
|
Dynamic: classifier
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
from typing import Any, Union
|
|
1
|
+
from typing import Any, Literal, Union
|
|
2
2
|
|
|
3
3
|
from azure.identity import DefaultAzureCredential
|
|
4
4
|
from azure.storage.filedatalake import DataLakeLeaseClient
|
|
@@ -15,7 +15,6 @@ from dagster._core.definitions.resource_definition import dagster_maintained_res
|
|
|
15
15
|
from dagster._utils.cached_method import cached_method
|
|
16
16
|
from dagster._utils.merger import merge_dicts
|
|
17
17
|
from pydantic import Field
|
|
18
|
-
from typing_extensions import Literal
|
|
19
18
|
|
|
20
19
|
from dagster_azure.adls2.file_manager import ADLS2FileManager
|
|
21
20
|
from dagster_azure.adls2.io_manager import InitResourceContext
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.28.2"
|
|
@@ -1,26 +1,25 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dagster-azure
|
|
3
|
-
Version: 0.28.
|
|
3
|
+
Version: 0.28.2
|
|
4
4
|
Summary: Package for Azure-specific Dagster framework op and resource components.
|
|
5
5
|
Home-page: https://github.com/dagster-io/dagster/tree/master/python_modules/libraries/dagster-azure
|
|
6
6
|
Author: Dagster Labs
|
|
7
7
|
Author-email: hello@dagsterlabs.com
|
|
8
8
|
License: Apache-2.0
|
|
9
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
10
9
|
Classifier: Programming Language :: Python :: 3.10
|
|
11
10
|
Classifier: Programming Language :: Python :: 3.11
|
|
12
11
|
Classifier: Programming Language :: Python :: 3.12
|
|
13
12
|
Classifier: Programming Language :: Python :: 3.13
|
|
14
13
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
15
14
|
Classifier: Operating System :: OS Independent
|
|
16
|
-
Requires-Python: >=3.
|
|
15
|
+
Requires-Python: >=3.10,<3.14
|
|
17
16
|
License-File: LICENSE
|
|
18
17
|
Requires-Dist: azure-core<2.0.0,>=1.7.0
|
|
19
18
|
Requires-Dist: azure-identity<2.0.0,>=1.7.0
|
|
20
19
|
Requires-Dist: azure-ai-ml<2.0.0,>=1.28.0
|
|
21
20
|
Requires-Dist: azure-storage-blob<13.0.0,>=12.5.0
|
|
22
21
|
Requires-Dist: azure-storage-file-datalake<13.0.0,>=12.5
|
|
23
|
-
Requires-Dist: dagster==1.12.
|
|
22
|
+
Requires-Dist: dagster==1.12.2
|
|
24
23
|
Dynamic: author
|
|
25
24
|
Dynamic: author-email
|
|
26
25
|
Dynamic: classifier
|
|
@@ -23,7 +23,6 @@ setup(
|
|
|
23
23
|
description="Package for Azure-specific Dagster framework op and resource components.",
|
|
24
24
|
url="https://github.com/dagster-io/dagster/tree/master/python_modules/libraries/dagster-azure",
|
|
25
25
|
classifiers=[
|
|
26
|
-
"Programming Language :: Python :: 3.9",
|
|
27
26
|
"Programming Language :: Python :: 3.10",
|
|
28
27
|
"Programming Language :: Python :: 3.11",
|
|
29
28
|
"Programming Language :: Python :: 3.12",
|
|
@@ -33,14 +32,14 @@ setup(
|
|
|
33
32
|
],
|
|
34
33
|
packages=find_packages(exclude=["dagster_azure_tests*"]),
|
|
35
34
|
include_package_data=True,
|
|
36
|
-
python_requires=">=3.
|
|
35
|
+
python_requires=">=3.10,<3.14",
|
|
37
36
|
install_requires=[
|
|
38
37
|
"azure-core<2.0.0,>=1.7.0",
|
|
39
38
|
"azure-identity<2.0.0,>=1.7.0",
|
|
40
39
|
"azure-ai-ml<2.0.0,>=1.28.0",
|
|
41
40
|
"azure-storage-blob<13.0.0,>=12.5.0",
|
|
42
41
|
"azure-storage-file-datalake<13.0.0,>=12.5",
|
|
43
|
-
"dagster==1.12.
|
|
42
|
+
"dagster==1.12.2",
|
|
44
43
|
],
|
|
45
44
|
entry_points={"console_scripts": ["dagster-azure = dagster_azure.cli.cli:main"]},
|
|
46
45
|
zip_safe=False,
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.28.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|