dagster-cloud 1.12.2__py3-none-any.whl → 1.12.4__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.
@@ -19,5 +19,5 @@ def extract_run_attributes(deployment_name, run: DagsterRun) -> dict[str, str]:
19
19
  attributes["location"] = run.remote_job_origin.location_name or "unknown"
20
20
  except Exception as e: # pylint: disable=broad-except
21
21
  logging.warning("Failed to extract additional run attributes", exc_info=e)
22
- finally:
23
- return attributes
22
+
23
+ return attributes
@@ -21,7 +21,7 @@ def extract_dagster_error_attributes(error: DagsterError) -> dict[str, str]:
21
21
  if type(attr) is list and all(isinstance(item, SerializableErrorInfo) for item in attr):
22
22
  serializable_error_infos: list[SerializableErrorInfo] = getattr(error, field)
23
23
  for serializable_error_info in serializable_error_infos:
24
- if serializable_error_info.cause:
24
+ if serializable_error_info.cause and serializable_error_info.cause.cls_name:
25
25
  error_attributes["cause"] = serializable_error_info.cause.cls_name
26
26
  return error_attributes
27
27
 
dagster_cloud/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = "1.12.2"
1
+ __version__ = "1.12.4"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dagster-cloud
3
- Version: 1.12.2
3
+ Version: 1.12.4
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.2
32
- Requires-Dist: dagster-shared==1.12.2
33
- Requires-Dist: dagster-cloud-cli==1.12.2
31
+ Requires-Dist: dagster==1.12.4
32
+ Requires-Dist: dagster-shared==1.12.4
33
+ Requires-Dist: dagster-cloud-cli==1.12.4
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.2; extra == "docker"
68
+ Requires-Dist: dagster-docker==0.28.4; extra == "docker"
69
69
  Provides-Extra: kubernetes
70
70
  Requires-Dist: kubernetes; extra == "kubernetes"
71
- Requires-Dist: dagster-k8s==0.28.2; extra == "kubernetes"
71
+ Requires-Dist: dagster-k8s==0.28.4; extra == "kubernetes"
72
72
  Provides-Extra: ecs
73
- Requires-Dist: dagster-aws==0.28.2; extra == "ecs"
73
+ Requires-Dist: dagster-aws==0.28.4; extra == "ecs"
74
74
  Requires-Dist: boto3; extra == "ecs"
75
75
  Provides-Extra: sandbox
76
76
  Requires-Dist: supervisor; extra == "sandbox"
@@ -1,14 +1,14 @@
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=iqOGXbKmT9gJTZlaRWM7sRQNzvTVrBLpyBifku0F4lY,23
4
+ dagster_cloud/version.py,sha256=ECTpCDnMmYt-JTZQ4h1vRvo71Pv0brM8s8fcdkN0PoM,23
5
5
  dagster_cloud/agent/__init__.py,sha256=_erVyIrxuHUiyNerwX8vNZcKZN8NAloTEkPq8vPZ3MI,811
6
6
  dagster_cloud/agent/dagster_cloud_agent.py,sha256=bNMPSJBURWYbwAPhTbYq34o5qxPrqVWI2JA9b6vKHiw,58341
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
10
10
  dagster_cloud/agent/instrumentation/constants.py,sha256=X4GG4adYsOAde_kff89LtErMS9abbna_wm9sjGPvvlw,95
11
- dagster_cloud/agent/instrumentation/run_launch.py,sha256=TmvBBymQ-Iniqbkm16jrACOHQjQLSB-kmw0g6gUccqU,750
11
+ dagster_cloud/agent/instrumentation/run_launch.py,sha256=fiEgW4UAtljMZzEZDidpTTT42yCfwoCYiaizVml5zRQ,734
12
12
  dagster_cloud/agent/instrumentation/schedule.py,sha256=DRhJ_2PwGeaeOZ1ey9NbSsAplY_EJS1supcrljtc858,1304
13
13
  dagster_cloud/agent/instrumentation/sensor.py,sha256=wGpe3XHyXx4PWlXEa7CNQq3f7-IxWdOgTLEJH2FRnGk,1290
14
14
  dagster_cloud/anomaly_detection/__init__.py,sha256=5sFqtRv6jEvUGN3-oXmSlUZ_dPj_L29SoVFBFuHkMvU,341
@@ -67,7 +67,7 @@ dagster_cloud/opentelemetry/factories/metrics.py,sha256=GnTqoNpKkbabIYfY9-ISD2Ta
67
67
  dagster_cloud/opentelemetry/metrics/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
68
68
  dagster_cloud/opentelemetry/metrics/meter.py,sha256=g8mFN2uESWE1aHZcu4GqdBJaXwx6Hlm0y_x2GfghXf8,4447
69
69
  dagster_cloud/opentelemetry/observers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
70
- dagster_cloud/opentelemetry/observers/dagster_exception_handler.py,sha256=dXoVhsm1Vt_14Uno7WvW0-_USv-n3-CD3A6hmJ7dXts,1770
70
+ dagster_cloud/opentelemetry/observers/dagster_exception_handler.py,sha256=EzSeP7-pndKkMiBf8wXVOnuyvcPxToB4QqWOisA1Hm8,1813
71
71
  dagster_cloud/opentelemetry/observers/execution_observer.py,sha256=ZpD74KGUm6f_XnP5sJVgl8-u_pX8p-98PmlhnN0V9KM,6287
72
72
  dagster_cloud/pex/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
73
73
  dagster_cloud/pex/grpc/__init__.py,sha256=hWUUK6Rz4Yb-eqWsQlcbN_u5T5a8E9XrS28_i-UIFCw,371
@@ -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=t8Epee9MrXtRhWL-b_3avXxgMGrjLScUNWtBUUGpMCg,5285
131
- dagster_cloud-1.12.2.dist-info/METADATA,sha256=-_kfjbP0i3ETYgfGbCAwpuOV3jPzh4uV3W0vsV7hCPM,6582
132
- dagster_cloud-1.12.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
133
- dagster_cloud-1.12.2.dist-info/top_level.txt,sha256=2hMt-U33jyCgnywNrDB9Ih0EpaVmiO6dFkYcJ7Iwx4I,14
134
- dagster_cloud-1.12.2.dist-info/RECORD,,
131
+ dagster_cloud-1.12.4.dist-info/METADATA,sha256=j6jDP8XPgcV3AiPN6AXHesCBvlN8bIZs1ygw824ub6w,6582
132
+ dagster_cloud-1.12.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
133
+ dagster_cloud-1.12.4.dist-info/top_level.txt,sha256=2hMt-U33jyCgnywNrDB9Ih0EpaVmiO6dFkYcJ7Iwx4I,14
134
+ dagster_cloud-1.12.4.dist-info/RECORD,,