dagster-cloud 1.12.8__py3-none-any.whl → 1.12.9__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.
- dagster_cloud/agent/dagster_cloud_agent.py +1 -1
- dagster_cloud/version.py +1 -1
- {dagster_cloud-1.12.8.dist-info → dagster_cloud-1.12.9.dist-info}/METADATA +7 -7
- {dagster_cloud-1.12.8.dist-info → dagster_cloud-1.12.9.dist-info}/RECORD +6 -6
- {dagster_cloud-1.12.8.dist-info → dagster_cloud-1.12.9.dist-info}/WHEEL +0 -0
- {dagster_cloud-1.12.8.dist-info → dagster_cloud-1.12.9.dist-info}/top_level.txt +0 -0
|
@@ -887,7 +887,7 @@ class DagsterCloudAgent:
|
|
|
887
887
|
)
|
|
888
888
|
raise Exception(
|
|
889
889
|
f"Agent is not allowed to serve location '{location_name}' {deployment_type}. "
|
|
890
|
-
f"Location is not in the
|
|
890
|
+
f"Location is not in the allowed locations list configured for this agent. "
|
|
891
891
|
"Either configure this location's dagster_cloud.yaml file to use a different queue, "
|
|
892
892
|
"or redeploy this agent with this location in the list of allowed locations."
|
|
893
893
|
)
|
dagster_cloud/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "1.12.
|
|
1
|
+
__version__ = "1.12.9"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dagster-cloud
|
|
3
|
-
Version: 1.12.
|
|
3
|
+
Version: 1.12.9
|
|
4
4
|
Author-email: Elementl <support@elementl.com>
|
|
5
5
|
License: Apache-2.0
|
|
6
6
|
Project-URL: Homepage, https://dagster.io/cloud
|
|
@@ -28,9 +28,9 @@ Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
|
|
|
28
28
|
Classifier: Operating System :: OS Independent
|
|
29
29
|
Requires-Python: <3.14,>=3.9
|
|
30
30
|
Description-Content-Type: text/markdown
|
|
31
|
-
Requires-Dist: dagster==1.12.
|
|
32
|
-
Requires-Dist: dagster-shared==1.12.
|
|
33
|
-
Requires-Dist: dagster-cloud-cli==1.12.
|
|
31
|
+
Requires-Dist: dagster==1.12.9
|
|
32
|
+
Requires-Dist: dagster-shared==1.12.9
|
|
33
|
+
Requires-Dist: dagster-cloud-cli==1.12.9
|
|
34
34
|
Requires-Dist: opentelemetry-api<2,>=1.27.0
|
|
35
35
|
Requires-Dist: opentelemetry-sdk<2,>=1.27.0
|
|
36
36
|
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc<2,>=1.27.0
|
|
@@ -65,12 +65,12 @@ Provides-Extra: insights
|
|
|
65
65
|
Requires-Dist: pyarrow; extra == "insights"
|
|
66
66
|
Provides-Extra: docker
|
|
67
67
|
Requires-Dist: docker; extra == "docker"
|
|
68
|
-
Requires-Dist: dagster-docker==0.28.
|
|
68
|
+
Requires-Dist: dagster-docker==0.28.9; extra == "docker"
|
|
69
69
|
Provides-Extra: kubernetes
|
|
70
70
|
Requires-Dist: kubernetes; extra == "kubernetes"
|
|
71
|
-
Requires-Dist: dagster-k8s==0.28.
|
|
71
|
+
Requires-Dist: dagster-k8s==0.28.9; extra == "kubernetes"
|
|
72
72
|
Provides-Extra: ecs
|
|
73
|
-
Requires-Dist: dagster-aws==0.28.
|
|
73
|
+
Requires-Dist: dagster-aws==0.28.9; extra == "ecs"
|
|
74
74
|
Requires-Dist: boto3; extra == "ecs"
|
|
75
75
|
Provides-Extra: sandbox
|
|
76
76
|
Requires-Dist: supervisor; extra == "sandbox"
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
dagster_cloud/__init__.py,sha256=zyM9bqyJFxtEClv_5X4VRldrj0UniKgZzEl0pPJJ_Ts,355
|
|
2
2
|
dagster_cloud/constants.py,sha256=CPAqXJ99SWGMviksdIA2A9894FEvHChNk8UcP4TluYM,455
|
|
3
3
|
dagster_cloud/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
dagster_cloud/version.py,sha256=
|
|
4
|
+
dagster_cloud/version.py,sha256=dn_QNndv8rTcyvhz-Pp7s8wSrUmgQrpTKP3NCyL5Wp0,23
|
|
5
5
|
dagster_cloud/agent/__init__.py,sha256=_erVyIrxuHUiyNerwX8vNZcKZN8NAloTEkPq8vPZ3MI,811
|
|
6
|
-
dagster_cloud/agent/dagster_cloud_agent.py,sha256=
|
|
6
|
+
dagster_cloud/agent/dagster_cloud_agent.py,sha256=UXxpuRPaWGUgfwW_1rWg9YnP0sPyhtao4WYqFzXtIkk,61564
|
|
7
7
|
dagster_cloud/agent/queries.py,sha256=iI84GQ1Zxt5ryo6M1ELIaIae-gwUY14QPPMUeiFK97o,1837
|
|
8
8
|
dagster_cloud/agent/cli/__init__.py,sha256=rGbeQJ2Ap95wPYQuk5XbyHAfP9cs-XPUSmuVM_k278k,9084
|
|
9
9
|
dagster_cloud/agent/instrumentation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -128,7 +128,7 @@ dagster_cloud/workspace/user_code_launcher/__init__.py,sha256=E-Izs69AHPAXD9pqd3
|
|
|
128
128
|
dagster_cloud/workspace/user_code_launcher/process.py,sha256=6TwjlXZzBlzyQEvmGzuVAUgxe_vCye0Q3aYkPPDAshs,14315
|
|
129
129
|
dagster_cloud/workspace/user_code_launcher/user_code_launcher.py,sha256=BWkm4stk35HrFGydB5Cp61v-OI3z1eTZsFUec1hpGSI,103700
|
|
130
130
|
dagster_cloud/workspace/user_code_launcher/utils.py,sha256=173BNpm1ylt6euwLSnK1kpvp_cVqKJxpitetuWnXBI0,5460
|
|
131
|
-
dagster_cloud-1.12.
|
|
132
|
-
dagster_cloud-1.12.
|
|
133
|
-
dagster_cloud-1.12.
|
|
134
|
-
dagster_cloud-1.12.
|
|
131
|
+
dagster_cloud-1.12.9.dist-info/METADATA,sha256=ABtN2VHUKyJkITNFPynFwPDXUHxCQ0gpySJLf8JORpc,6582
|
|
132
|
+
dagster_cloud-1.12.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
133
|
+
dagster_cloud-1.12.9.dist-info/top_level.txt,sha256=2hMt-U33jyCgnywNrDB9Ih0EpaVmiO6dFkYcJ7Iwx4I,14
|
|
134
|
+
dagster_cloud-1.12.9.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|