dagster 1.12.2__py3-none-any.whl → 1.12.3__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.
Files changed (34) hide show
  1. dagster/_core/definitions/assets/graph/remote_asset_graph.py +14 -11
  2. dagster/_core/definitions/declarative_automation/automation_condition.py +40 -6
  3. dagster/_core/definitions/declarative_automation/automation_context.py +8 -2
  4. dagster/_core/definitions/declarative_automation/legacy/legacy_context.py +10 -4
  5. dagster/_core/definitions/declarative_automation/legacy/rule_condition.py +8 -2
  6. dagster/_core/definitions/declarative_automation/operators/check_operators.py +18 -4
  7. dagster/_core/definitions/declarative_automation/operators/dep_operators.py +18 -4
  8. dagster/_core/definitions/declarative_automation/operators/newly_true_operator.py +27 -1
  9. dagster/_core/definitions/declarative_automation/operators/since_operator.py +27 -1
  10. dagster/_core/definitions/selector.py +4 -0
  11. dagster/_core/execution/backfill.py +29 -4
  12. dagster/_core/execution/context/output.py +26 -26
  13. dagster/_core/workspace/context.py +7 -3
  14. dagster/_daemon/asset_daemon.py +14 -2
  15. dagster/_daemon/sensor.py +11 -3
  16. dagster/components/component/component.py +21 -2
  17. dagster/components/core/component_tree.py +41 -28
  18. dagster/components/core/context.py +50 -15
  19. dagster/components/lib/definitions_component/__init__.py +2 -0
  20. dagster/components/lib/executable_component/function_component.py +26 -23
  21. dagster/components/lib/executable_component/python_script_component.py +2 -0
  22. dagster/components/lib/executable_component/uv_run_component.py +2 -0
  23. dagster/components/lib/sql_component/sql_component.py +1 -0
  24. dagster/components/list/list.py +1 -1
  25. dagster/components/resolved/context.py +15 -36
  26. dagster/components/resolved/scopes.py +161 -0
  27. dagster/components/testing/utils.py +2 -2
  28. dagster/version.py +1 -1
  29. {dagster-1.12.2.dist-info → dagster-1.12.3.dist-info}/METADATA +3 -3
  30. {dagster-1.12.2.dist-info → dagster-1.12.3.dist-info}/RECORD +34 -33
  31. {dagster-1.12.2.dist-info → dagster-1.12.3.dist-info}/WHEEL +0 -0
  32. {dagster-1.12.2.dist-info → dagster-1.12.3.dist-info}/entry_points.txt +0 -0
  33. {dagster-1.12.2.dist-info → dagster-1.12.3.dist-info}/licenses/LICENSE +0 -0
  34. {dagster-1.12.2.dist-info → dagster-1.12.3.dist-info}/top_level.txt +0 -0
@@ -184,8 +184,8 @@ class DefsFolderSandbox:
184
184
  assert defs.get_asset_def("my_asset").key == AssetKey("my_asset")
185
185
  """
186
186
  with self.build_component_tree() as tree:
187
- component = tree.load_component_at_path(defs_path)
188
- defs = tree.build_defs_at_path(defs_path)
187
+ component = tree.load_component(defs_path)
188
+ defs = tree.build_defs(defs_path)
189
189
  yield component, defs
190
190
 
191
191
  def scaffold_component(
dagster/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = "1.12.2"
1
+ __version__ = "1.12.3"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dagster
3
- Version: 1.12.2
3
+ Version: 1.12.3
4
4
  Summary: Dagster is an orchestration platform for the development, production, and observation of data assets.
5
5
  Author: Dagster Labs
6
6
  Author-email: hello@dagsterlabs.com
@@ -59,8 +59,8 @@ Requires-Dist: universal_pathlib; python_version < "3.12"
59
59
  Requires-Dist: universal_pathlib>=0.2.0; python_version >= "3.12"
60
60
  Requires-Dist: rich
61
61
  Requires-Dist: filelock
62
- Requires-Dist: dagster-pipes==1.12.2
63
- Requires-Dist: dagster-shared==1.12.2
62
+ Requires-Dist: dagster-pipes==1.12.3
63
+ Requires-Dist: dagster-shared==1.12.3
64
64
  Requires-Dist: antlr4-python3-runtime
65
65
  Provides-Extra: docker
66
66
  Requires-Dist: docker; extra == "docker"
@@ -4,7 +4,7 @@ dagster/_annotations.py,sha256=GC7Rc8ZJZS9EpUuiCMyrtLZ5lsGGjPPkVtlmaClkt2o,1610
4
4
  dagster/_builtins.py,sha256=J6A1CE28JV0itz73hCaHIKoUknb1j5B3QO5Frx_hQuU,471
5
5
  dagster/_module_alias_map.py,sha256=KsLPXRga52UbPcEjFpOie8tvb7sGdNnikl3MUelYtVA,3349
6
6
  dagster/py.typed,sha256=la67KBlbjXN-_-DfGNcdOcjYumVpKG_Tkw-8n5dnGB4,8
7
- dagster/version.py,sha256=iqOGXbKmT9gJTZlaRWM7sRQNzvTVrBLpyBifku0F4lY,23
7
+ dagster/version.py,sha256=XbPSLe2HETXFi6X6FeVlWRaW_ieblpExrYLZ0L8ULkU,23
8
8
  dagster/_api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
9
  dagster/_api/get_server_id.py,sha256=sBjhjcHgB__iIN567QCJmTtBK6-v31VfjDsYNZIohVw,731
10
10
  dagster/_api/list_repositories.py,sha256=fbjMobgFKzwoMN825GEgDeCx1jzUlW2vPhPDuYIg93g,3905
@@ -148,7 +148,7 @@ dagster/_core/definitions/run_request.py,sha256=h2H4z2yFrwYQQtCsP0RB4frh_aJ0SD_7
148
148
  dagster/_core/definitions/run_status_sensor_definition.py,sha256=hHaCmMP_npL6eANPIu4L2U6XWeCwazSNsyHiAaNgDSA,50448
149
149
  dagster/_core/definitions/schedule_definition.py,sha256=w9KxAbilnp6OXz1pscbknDHikTUIzDxY6Gd94NOhw6k,45312
150
150
  dagster/_core/definitions/scoped_resources_builder.py,sha256=PDE3ADpVKr4LzeLyya-2u7AyzjeK7IBzf-6lD5fYVSs,5149
151
- dagster/_core/definitions/selector.py,sha256=Fv8TZ5Bym9MYMLdQZzoDQbTkREqHTMnfMqj6CTtRjfM,12883
151
+ dagster/_core/definitions/selector.py,sha256=9xNpEfwCAJPS4Qmz1AS4Z9EVqsVnhkSeI9m7x_OL_zo,12961
152
152
  dagster/_core/definitions/sensor_definition.py,sha256=41umSF-CXyHuIUxnkfvN22D0lQNPI5JxZRZUUDCrdzk,61910
153
153
  dagster/_core/definitions/source_asset.py,sha256=5B3phODyhGiyVv2nshkCprCgPR6MmfclEDu3yW95pJw,22718
154
154
  dagster/_core/definitions/step_launcher.py,sha256=ZNxb18qRMG0HNVExYwrSvx4pma1uzq9Hj2AKZv7l3DQ,2855
@@ -196,7 +196,7 @@ dagster/_core/definitions/assets/graph/asset_graph.py,sha256=G0IOIWTwIojARrnAB04
196
196
  dagster/_core/definitions/assets/graph/asset_graph_differ.py,sha256=ZgyJa3tD-58a5y8SbU10jn60FHQECGA3-FrspkMPyyY,8338
197
197
  dagster/_core/definitions/assets/graph/asset_graph_subset.py,sha256=fBVg7NhryiMbORn43r1AUytRMGw_M4bU_iNPIPe_07g,18485
198
198
  dagster/_core/definitions/assets/graph/base_asset_graph.py,sha256=5qBafKAdu_K1XHIoTsWGNdRG5EJdpWc0BLX1r_cuqQU,32283
199
- dagster/_core/definitions/assets/graph/remote_asset_graph.py,sha256=4yYUzd7xae2CNksRVzxKE-o4RLxKTL3RPYkjwHzN7u8,33307
199
+ dagster/_core/definitions/assets/graph/remote_asset_graph.py,sha256=Bk_rR9Rb6cVtGJGoxR5iHxMCqm2oyK6u9wJnZdpc614,33521
200
200
  dagster/_core/definitions/assets/job/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
201
201
  dagster/_core/definitions/assets/job/asset_in.py,sha256=c70Sx5_lH8C4aSRmOtL6mn2Jk18BFhpds-VWUcbMQBw,4065
202
202
  dagster/_core/definitions/assets/job/asset_job.py,sha256=FgJzVfsfDYUU8bHvNcTooGn3ROOnolrnjcsch8Wuk3o,30964
@@ -204,15 +204,15 @@ dagster/_core/definitions/assets/job/asset_layer.py,sha256=YBxqh9-rarwQ8cIFKPXbG
204
204
  dagster/_core/definitions/assets/job/asset_out.py,sha256=Z2zM8zY6NQS_S41CBYH9OfzZbLaKRryPSjAbPMDH0zk,12380
205
205
  dagster/_core/definitions/declarative_automation/README.md,sha256=l4VXOesZ5pC4gVFgNdtpB_D0sGX7OAPKj-ZlY1Q0hXo,1348
206
206
  dagster/_core/definitions/declarative_automation/__init__.py,sha256=rWZjd7A8eS58dV7XX8G80motPln7RWQbN61W-uYIEcI,1282
207
- dagster/_core/definitions/declarative_automation/automation_condition.py,sha256=DWno3AA1l27lFaTPXav9hR8kir_HqGE5jxkhRrsvrC4,43670
207
+ dagster/_core/definitions/declarative_automation/automation_condition.py,sha256=re8NlaA4DqaPAoChmLXggA20X5k6B0zua4OZJz6oUtM,44899
208
208
  dagster/_core/definitions/declarative_automation/automation_condition_evaluator.py,sha256=2KXtlpu0qVSxy3tqzHCGTY4Q-QlQfIuzF4NpzLxk6E4,9622
209
209
  dagster/_core/definitions/declarative_automation/automation_condition_tester.py,sha256=QqxG9eGheEKHEt_WjGWjSV1Mz0t5bDMEVhZaH506YiE,7115
210
- dagster/_core/definitions/declarative_automation/automation_context.py,sha256=MkFtE9tBnqBJI2eg5D-uLbgshh0XtBLvnRyJtJDxq_g,11276
210
+ dagster/_core/definitions/declarative_automation/automation_context.py,sha256=-wnFXPRwCCiLOz7FYBUdoLhQmPCe9OY8pH5kE9tImlc,11456
211
211
  dagster/_core/definitions/declarative_automation/serialized_objects.py,sha256=V0xlcVuC3kLgqI77nbT2r6THFimqWWPJuPfQr5eXQMY,12668
212
212
  dagster/_core/definitions/declarative_automation/utils.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
213
213
  dagster/_core/definitions/declarative_automation/legacy/__init__.py,sha256=8ftenCz41M-t8ykfZZW7kNBQuWkShsq7IGk3nujfRF0,123
214
- dagster/_core/definitions/declarative_automation/legacy/legacy_context.py,sha256=47gjlWCQKr9_tXsVMsXFd7VlY_anMdQAsj3hyWgT7mY,18054
215
- dagster/_core/definitions/declarative_automation/legacy/rule_condition.py,sha256=mWmYfoMXi7ginej8Enor6sMaIFm79_vuhh4xbhhaCPI,1833
214
+ dagster/_core/definitions/declarative_automation/legacy/legacy_context.py,sha256=zRD0MMTTud6U4arfyaS5xcLFfF1AW67ON-Dt5idqMWY,18188
215
+ dagster/_core/definitions/declarative_automation/legacy/rule_condition.py,sha256=eprNotjCpLCri-ryt2bDpqvuh7umWV3uYBLE6fkwdjI,1924
216
216
  dagster/_core/definitions/declarative_automation/legacy/valid_asset_subset.py,sha256=LmMoMkKtoPfS9MIa-nNMKQsM7mOW68g4yYv9fpcoZcA,6519
217
217
  dagster/_core/definitions/declarative_automation/operands/__init__.py,sha256=2tqhFt1Qtq3cG-lkSW4pet-e3-qmdDrMo3Wt9Rq0TR8,1304
218
218
  dagster/_core/definitions/declarative_automation/operands/operands.py,sha256=JzvDXQv7Zlmdvmv5yaDdDf3CmyYS21YoQBryEoyoMVo,12719
@@ -221,10 +221,10 @@ dagster/_core/definitions/declarative_automation/operands/subset_automation_cond
221
221
  dagster/_core/definitions/declarative_automation/operators/__init__.py,sha256=bB1derMRscBr-HRPeDh9PsL3XRgJzKgqcmIDfh55X1Q,1232
222
222
  dagster/_core/definitions/declarative_automation/operators/any_downstream_conditions_operator.py,sha256=Ww6uxu-2jo72ns7sC2MQ7Tz1HrJbQMYjlSqnRDqNBNw,4234
223
223
  dagster/_core/definitions/declarative_automation/operators/boolean_operators.py,sha256=63DRW3FxyeJAE6ndj-4Hin_ZHojqFVUMQ0oWLjL3Hvs,11606
224
- dagster/_core/definitions/declarative_automation/operators/check_operators.py,sha256=YkonPE56PdpquPR8CQxykCQTkLui_2rzbNdPKghxe-A,7045
225
- dagster/_core/definitions/declarative_automation/operators/dep_operators.py,sha256=V1zNjfoCuw5O8i5VgCKzD_9eITpP3XrtSRyV47ogEJs,9880
226
- dagster/_core/definitions/declarative_automation/operators/newly_true_operator.py,sha256=mafhUP3O3tBOIIqDkLBXnW6x7G3LzL4EzHrAHFZfYAM,2548
227
- dagster/_core/definitions/declarative_automation/operators/since_operator.py,sha256=xs-pLlv0fiwAGETFet3j3XRxHu_h22coDDgmI_5OIdk,8169
224
+ dagster/_core/definitions/declarative_automation/operators/check_operators.py,sha256=kA-25HMP5wItEhiLsQqHQa3JgdNYNOTNSyG9weDncKA,7284
225
+ dagster/_core/definitions/declarative_automation/operators/dep_operators.py,sha256=t-xuQIUBMPfn8rCOl2v3HEkU1y_qs0mYJdToGTfAspc,10119
226
+ dagster/_core/definitions/declarative_automation/operators/newly_true_operator.py,sha256=8QvHq9ETfJQc34Pj4Og4iojnnVokei4rSKSsTZ-8toM,3463
227
+ dagster/_core/definitions/declarative_automation/operators/since_operator.py,sha256=_XyirDGU6LLqbCKYN00wnQ3UGX_BB6QoLexKdijha7Q,9079
228
228
  dagster/_core/definitions/declarative_automation/operators/utils.py,sha256=cg3F0GbO4DacupGIg2JTjCRKs9vhp7ro2-A3QQsUTRc,1322
229
229
  dagster/_core/definitions/decorators/__init__.py,sha256=nZab7hwK6UgnRh5EvP4H6kf75XzWptWN7XRN9cQv39M,908
230
230
  dagster/_core/definitions/decorators/asset_check_decorator.py,sha256=xThUiK6Tmi90ZwFyMH6RLnAmIRJRI8npWe6d1Eyj3mQ,19051
@@ -309,7 +309,7 @@ dagster/_core/events/utils.py,sha256=jaimJ6URJeSCizthpOHC1z5P0DFhV1gnhBvqvXHsREw
309
309
  dagster/_core/execution/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
310
310
  dagster/_core/execution/api.py,sha256=gTSLXJ8CP_N826XA2JJW5GwdIyvRjlmHD3Jw-VaxR2k,39240
311
311
  dagster/_core/execution/asset_backfill.py,sha256=G_TiSham-6J6qif4jPvQFlo8b66hmDAqtwo0qfrMCsE,95415
312
- dagster/_core/execution/backfill.py,sha256=QrD1XJxk2kSN67Li_2XJzYC-a0CQkYUgJ6qlXfDkJ3M,24526
312
+ dagster/_core/execution/backfill.py,sha256=tjwAL6MxRgH6su6WBR2rWNh63N822iYd_bAwrp5l4Bs,25419
313
313
  dagster/_core/execution/build_resources.py,sha256=jQLPC2miYv-kXRpHf4V1jFzrUMf2X7CbYN0Qa8S3ew4,6686
314
314
  dagster/_core/execution/bulk_actions.py,sha256=QhuivhWDehXBui5qteYe0FmgIYvZsjlJv27uScZjU5M,224
315
315
  dagster/_core/execution/compute_logs.py,sha256=kK2XiJ3nb5M0b99s2XHX9avQcgnF92RGyoB7qe-Leqc,6445
@@ -344,7 +344,7 @@ dagster/_core/execution/context/invocation.py,sha256=qswshTEgBNpMGagsTx0RldTJk-O
344
344
  dagster/_core/execution/context/logger.py,sha256=fNivic7By_w8yha2x8-FIFBsFW7t1kJP-CzpasbKuNw,3150
345
345
  dagster/_core/execution/context/metadata_logging.py,sha256=AEPYHbQx8bVKDkEnZZrAYNShfiTp9TSLuTsvJpDiQOI,2511
346
346
  dagster/_core/execution/context/op_execution_context.py,sha256=1sP9I9Ab69OMLLKAqcc8jgQU99Mlhji7ko9g5vGqcdI,53288
347
- dagster/_core/execution/context/output.py,sha256=9YUjyYKoEghlIdhb3wyxBaJ5tlC2p_MomvkzZLFsCYk,37099
347
+ dagster/_core/execution/context/output.py,sha256=fcOFEtcXB7tUiGnzTD3hwU9F4dGEpzC5aEBSjftVn94,37149
348
348
  dagster/_core/execution/context/system.py,sha256=cey6BY-Ge4pOmNLvvW64hLK_evVJmdr9-jk2ni3Qlfs,55383
349
349
  dagster/_core/execution/plan/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
350
350
  dagster/_core/execution/plan/active.py,sha256=CdMhtXocZ20jPrXb78y3Yf82LXUzUS2NlrE-x8MqGyI,29891
@@ -614,19 +614,19 @@ dagster/_core/types/transform_typing.py,sha256=sRsaoDC2zJlVQk9Gn5Ra2so58dOA2xOGd
614
614
  dagster/_core/workspace/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
615
615
  dagster/_core/workspace/autodiscovery.py,sha256=GbzLD8RsGd4P5XFK-kP_cLkRKp2GQokjKMknw04CUD8,5309
616
616
  dagster/_core/workspace/config_schema.py,sha256=0doh9IepHQy-qBQmnTB18S7op3E-HQQdY3NbD4u9J6A,3989
617
- dagster/_core/workspace/context.py,sha256=TI03IMdrT8qcYHs5HOf6iqAp4KEOOiLNRxkAF428_eI,48948
617
+ dagster/_core/workspace/context.py,sha256=SI6eM6t1qDXjepHhNZ1WoAIeY_yPelhqp7JrIQrc9Mg,49044
618
618
  dagster/_core/workspace/load.py,sha256=NCH-JthAXwYi4XVW5kXs9oISKNeBHGqdSAstzFHsIPM,13652
619
619
  dagster/_core/workspace/load_target.py,sha256=48w49s13kXEEJ_sMYhEhmvyCTXckLoGV_njfzY8ADZM,9497
620
620
  dagster/_core/workspace/permissions.py,sha256=tUD3PYIs5aZoV9IiR8oD2tmeq8ptM4BjNnTaXPVGqx0,4361
621
621
  dagster/_core/workspace/workspace.py,sha256=Wmr984ximqr7fKOPiJGN8hTWKEKEtT49TLrkd6VbOGY,2401
622
622
  dagster/_daemon/__init__.py,sha256=2X3MJ45zmvO8LqfdFYN1zoQcvMw4WCc0pPJg50o8EAE,2106
623
623
  dagster/_daemon/__main__.py,sha256=tNNSaUs_mo4vndbdpUMxpBWU8Fy21sqLOuXUM1zpmY0,45
624
- dagster/_daemon/asset_daemon.py,sha256=FNMpJH7V_eWh0ZfWsCr8uQwSTdXEojDa0GVo9ZAqu7U,57853
624
+ dagster/_daemon/asset_daemon.py,sha256=MOOUQUo09B1Ccza3O5PGiAjyiInZSQQtoGHAU6sKDAQ,58282
625
625
  dagster/_daemon/backfill.py,sha256=TrXoAG0CinrgSARcFX11l5EYWlXrr-e3l7Fh34ZDsTQ,12612
626
626
  dagster/_daemon/controller.py,sha256=3O4C5VJYXZ_To6H3TnYpIxzlBQT58z5aDAcOqDlmbK8,19877
627
627
  dagster/_daemon/daemon.py,sha256=PqQs3sAWGyGjDhR01OqmagIWN5Xzw0nHy6MhG-xyCwg,15134
628
628
  dagster/_daemon/freshness.py,sha256=dKYBPWAIOZjY8TJerS7pv1PEQJ9E2845cd1f07BhL08,4794
629
- dagster/_daemon/sensor.py,sha256=f9XYcZ-ZXlDPkUzwrMBIZ8qwyE7Yxjn3acU4JebotpE,56043
629
+ dagster/_daemon/sensor.py,sha256=ztFlT1YrHIDUrDRuacQh_hcaBLJjlyBAOauqjMJ_DWc,56246
630
630
  dagster/_daemon/types.py,sha256=ZLbLNaRw2xfuKnlIlsdky5HTDumY6YRFHPhJ1WY40Uk,2931
631
631
  dagster/_daemon/utils.py,sha256=zsU9FkY79E0r7eV0AU-3ViZz3cqngw_oPTSZYaAo8YY,592
632
632
  dagster/_daemon/auto_run_reexecution/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -763,15 +763,15 @@ dagster/components/definitions.py,sha256=d6O3ZSXD9YJXx_03r5WFMLSIFP2fRqYktMgorm_
763
763
  dagster/components/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
764
764
  dagster/components/version.py,sha256=zJqpDCTjOK_8UUTArYG8Z1_m1MefgAGZk1YNGY1V3U0,24
765
765
  dagster/components/component/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
766
- dagster/components/component/component.py,sha256=kZ7346Zgke3hN2DZPNxlVRKjv9Zwq95UORzULsZOcN0,14467
766
+ dagster/components/component/component.py,sha256=2WJfI6WQE10HHq4gEGIVr-3lqcG99Lgych72MaAYvWk,15332
767
767
  dagster/components/component/component_loader.py,sha256=sJzc7fh6eRNHpIzDlm8KpqmmHKbF92QtZkIgPohQdM8,1802
768
768
  dagster/components/component/component_scaffolder.py,sha256=FY9juAchYcPJorsrfCAu0ieQrNkgYZvJyfLW1iOkXlI,404
769
769
  dagster/components/component/state_backed_component.py,sha256=1TjwMAk4gdQjHeeo96kpfm6g6GWM6dqt6PT5tcTZ0WQ,10715
770
770
  dagster/components/component/template_vars.py,sha256=8K6mA84KPZdGDxy0xC4EcvVnv_n-Nz0L5SKhFu8b918,11585
771
771
  dagster/components/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
772
- dagster/components/core/component_tree.py,sha256=LS5TbMK_sI_nhIeT-n4YagtAeShsmpkOK9ZtWX4uxqA,22755
772
+ dagster/components/core/component_tree.py,sha256=Om5kV5mKKkq9g4P7sA-LlOY3d11GSrMr5xRZ9FcDt78,23242
773
773
  dagster/components/core/component_tree_state.py,sha256=USqPURZPuKQZaYgkjsx4alIEI_0PqoJoXLGWulxQUKY,5344
774
- dagster/components/core/context.py,sha256=EwevZxGPizXvOQUGwsKZGdZfUau4C8UhTtC6kDsgDeM,14705
774
+ dagster/components/core/context.py,sha256=ymvIDiD5guvqZyvUWP8ikMkU0FlQUDmZCLelcTwe30c,16001
775
775
  dagster/components/core/decl.py,sha256=-UThCeJ1BtJvVnbh6Qr7evERn5t2E77VRZb2uxvX6pk,15996
776
776
  dagster/components/core/defs_module.py,sha256=yd0pKZxQYQvUuWzeVCcq6LS_nQLaEdLaUUMTTUTEGAo,19190
777
777
  dagster/components/core/load_defs.py,sha256=l7ooLUxlFTFhaz_skZ8NqmnZuH8NsauW2qzmqxD-WYA,7030
@@ -779,13 +779,13 @@ dagster/components/core/package_entry.py,sha256=d0mVFOKReaf_ED99MWBPRBWHY5Ib-nZM
779
779
  dagster/components/core/snapshot.py,sha256=JTwtGv--RIUnoVSwKpP23RQF_atGzio8RnH-cHOU1BY,2496
780
780
  dagster/components/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
781
781
  dagster/components/lib/metadata_checks_component.py,sha256=wfWJpPIFlvUllfoYWjFUdGBRWUQBsjHbH1Fo5nKHDGM,3784
782
- dagster/components/lib/definitions_component/__init__.py,sha256=10HHf5c_zqHSjvtk9xvBZVKolwGgcbctsu7hi0fvBQs,843
782
+ dagster/components/lib/definitions_component/__init__.py,sha256=vdz-2kqXnuWD-GY4tsJPyMWTCNcWHod_f6k3vS9pYlA,891
783
783
  dagster/components/lib/executable_component/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
784
784
  dagster/components/lib/executable_component/component.py,sha256=otXAgf7CqyfNQ7j4vf05eGvtJ4A4FKMvGKZ-rFeE1Lw,5125
785
- dagster/components/lib/executable_component/function_component.py,sha256=W7jde6wZcXDEK3hFCledQUZ25lltoTPnQogYCl6Ym1s,6346
786
- dagster/components/lib/executable_component/python_script_component.py,sha256=ugmQeIFOnqgx2CTpvpFbJ-PPg7vCtlOO0LlcseMW0Ec,2152
785
+ dagster/components/lib/executable_component/function_component.py,sha256=vmLm9-XqamFytp2KOm3OCI8UOhRS6sWHmqvd_ON03SI,6471
786
+ dagster/components/lib/executable_component/python_script_component.py,sha256=aU4Ar64094rcoom1j70l68xBMivDh3aqRCC-TNX00Uc,2200
787
787
  dagster/components/lib/executable_component/script_utils.py,sha256=C3VvfqP1GxqeaUvnpg-FDhhbpZ5Xg8tUNt8bWKN937s,1814
788
- dagster/components/lib/executable_component/uv_run_component.py,sha256=j4VWwjsttV3Oog4zhFfRBQBz-jdWHhVCVODZBEuyOLQ,2088
788
+ dagster/components/lib/executable_component/uv_run_component.py,sha256=woeG2rrHG1LhsbGxJPvTVYJjVj1R1yF1kJPghrIBMrw,2136
789
789
  dagster/components/lib/shim_components/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
790
790
  dagster/components/lib/shim_components/asset.py,sha256=PdnkA0_W_EpvMrPu1LGYJqbh0UqcDysyV_0syVlciUs,511
791
791
  dagster/components/lib/shim_components/asset_check.py,sha256=dhY0NCKz9r_CfKSgKXX3tzySMyENc_jQMDN7NIbtoq8,1427
@@ -797,21 +797,22 @@ dagster/components/lib/shim_components/schedule.py,sha256=I4g-uqnIgh652jCkomRkv4
797
797
  dagster/components/lib/shim_components/sensor.py,sha256=e7C5WcvO6nFlxi9YzKml5uMw5in5PdVxc6-rpvchnMc,552
798
798
  dagster/components/lib/sql_component/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
799
799
  dagster/components/lib/sql_component/sql_client.py,sha256=iNQOkd4wZs1Vv6mo0vG5UhhUeIRxS2xI6F5G8C3ok8c,311
800
- dagster/components/lib/sql_component/sql_component.py,sha256=It9s0teVdYMj8OoyqF7qKWQNIT9KTN3g_NiRgX6ReZI,3889
800
+ dagster/components/lib/sql_component/sql_component.py,sha256=hfphuHdWq02-CcVqIX1Jb6Q0xj2sDxpnOKNCjgfK1dk,3897
801
801
  dagster/components/list/__init__.py,sha256=sgkMP-KLNI2C9XFJJlvj5ar4bZZHKu6lomriGXGCMRM,183
802
- dagster/components/list/list.py,sha256=DEFH8nr_CvmergQ0iN_29IOEeDmuJ09o87kv1WjuAkE,11531
802
+ dagster/components/list/list.py,sha256=mCvzDPaODjuAecfNdkANl2bdsMLuU6aLv66qDVN93nw,11523
803
803
  dagster/components/resolved/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
804
804
  dagster/components/resolved/base.py,sha256=GPPump7Kbsl9ECfFhjrPo6Yq2c20z9BytOSKIQFlk8g,19880
805
- dagster/components/resolved/context.py,sha256=C1m6tHroH265UQHV-qBowzNR17XOYRgjL5t0jVAgva8,9078
805
+ dagster/components/resolved/context.py,sha256=QyYnzdwGrLuanSPZLOCSytP7kOErCu_96BqhmPDX1so,8487
806
806
  dagster/components/resolved/core_models.py,sha256=ZJV_w1a2-WDXsfaiKe5tNYE3q0Nzc-L2bYhC3PZPOS4,14384
807
807
  dagster/components/resolved/errors.py,sha256=3-RCLJww0itUEtV2-kgTqTHzn5QX254pzTPrBSxKSJ4,42
808
808
  dagster/components/resolved/metadata.py,sha256=zPa89lJZ7fMaELT_oUvVtaq67reMoPptEszVwfNq3PU,3023
809
809
  dagster/components/resolved/model.py,sha256=-MOFSYVgZ8CvNfcw-4Q-6sS4vsxDSkIcSUGxg8CM-kY,9201
810
+ dagster/components/resolved/scopes.py,sha256=uF_kpirZLKc5FNEUMyp_vci-EI1Lxv_2pe42Zkpdbj4,5451
810
811
  dagster/components/scaffold/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
811
812
  dagster/components/scaffold/scaffold.py,sha256=K6KYZNdB6E6qHG9BP8mk9TnLxJXPeD0GIZUK_mHSGTk,4339
812
813
  dagster/components/testing/__init__.py,sha256=tYUhKu8v5Ohic1VOIP-6U8iWMByxSFMfoCSTZ_eh_Tc,581
813
814
  dagster/components/testing/test_cases.py,sha256=UKyv7y-3Oda8fyloqB-q3nS34uEsMFzkTmYGZNw5MZQ,6908
814
- dagster/components/testing/utils.py,sha256=r_1ckRmmxIdmo5LyN9JafKph3mHQtpIPuKY6XqkS6RU,14181
815
+ dagster/components/testing/utils.py,sha256=v-6scnVw7YORH9d6DwLcLe0IhqfRkvBbsmW2BnJKa08,14165
815
816
  dagster/components/testing/deprecated/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
816
817
  dagster/components/testing/deprecated/utils.py,sha256=KvxyMlHsblHKhcwIwG18VDiDuVcDLrlW81RyeI_IaT0,12346
817
818
  dagster/components/utils/__init__.py,sha256=OEaovCFfS6Vd5hl_aFLC8aFLMmSlBEdyIy4TrJvhuQM,2626
@@ -821,9 +822,9 @@ dagster/components/utils/translation.py,sha256=gKal6ZdMbYImiBLZVa9E2pz4690j8Hukf
821
822
  dagster/deprecated/__init__.py,sha256=fkuCwd_79EmS-Voox0YlWEHWxZwQ0ZM_V0viwxw5isw,127
822
823
  dagster/preview/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
823
824
  dagster/preview/freshness/__init__.py,sha256=zq0UU-3mnxycgJDtAZ9DFWiBh4eXxKCaKbeuRmUl3_Y,276
824
- dagster-1.12.2.dist-info/licenses/LICENSE,sha256=4lsMW-RCvfVD4_F57wrmpe3vX1xwUk_OAKKmV_XT7Z0,11348
825
- dagster-1.12.2.dist-info/METADATA,sha256=AKAhBF3q4ounIIqHFqsVibVbVznyLU_o38igYRnXliY,12221
826
- dagster-1.12.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
827
- dagster-1.12.2.dist-info/entry_points.txt,sha256=D4W0jf1lM8zq82j3DJd9JkZEmHdFz5gkz8ddRzOEzpc,139
828
- dagster-1.12.2.dist-info/top_level.txt,sha256=Gx3NqlMQh6AsfIZaJJXEfep5yh-e9pUxkzOlUV3s6CM,8
829
- dagster-1.12.2.dist-info/RECORD,,
825
+ dagster-1.12.3.dist-info/licenses/LICENSE,sha256=4lsMW-RCvfVD4_F57wrmpe3vX1xwUk_OAKKmV_XT7Z0,11348
826
+ dagster-1.12.3.dist-info/METADATA,sha256=2OlxMe4n6tVlgxSj82IEmmt7yHONOErf-xOi6KiuTY8,12221
827
+ dagster-1.12.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
828
+ dagster-1.12.3.dist-info/entry_points.txt,sha256=D4W0jf1lM8zq82j3DJd9JkZEmHdFz5gkz8ddRzOEzpc,139
829
+ dagster-1.12.3.dist-info/top_level.txt,sha256=Gx3NqlMQh6AsfIZaJJXEfep5yh-e9pUxkzOlUV3s6CM,8
830
+ dagster-1.12.3.dist-info/RECORD,,