dkist-processing-common 11.9.3__py3-none-any.whl → 12.0.0__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.
@@ -78,6 +78,7 @@ class TransferL0Data(WorkflowTaskBase, GlobusMixin):
78
78
  self.tag(obj_path, tags=obj.tag)
79
79
  else:
80
80
  self.tag(obj_path, tags=[Tag.input(), Tag.frame()])
81
+ logger.info(f"Tagged {len(input_dataset_objects)} input dataset objects in scratch")
81
82
 
82
83
  def run(self) -> None:
83
84
  """Execute the data transfer."""
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-common
3
- Version: 11.9.3
3
+ Version: 12.0.0
4
4
  Summary: Common task classes used by the DKIST science data processing pipelines
5
5
  Author-email: NSO / AURA <dkistdc@nso.edu>
6
6
  License: BSD-3-Clause
@@ -10,16 +10,16 @@ Project-URL: Documentation, https://docs.dkist.nso.edu/projects/common
10
10
  Project-URL: Help, https://nso.atlassian.net/servicedesk/customer/portal/5
11
11
  Classifier: Programming Language :: Python
12
12
  Classifier: Programming Language :: Python :: 3
13
- Classifier: Programming Language :: Python :: 3.12
14
- Requires-Python: >=3.12
13
+ Classifier: Programming Language :: Python :: 3.13
14
+ Requires-Python: >=3.13
15
15
  Description-Content-Type: text/x-rst
16
16
  Requires-Dist: asdf<4.0.0,>=3.5.0
17
17
  Requires-Dist: astropy>=7.0.0
18
18
  Requires-Dist: dkist-fits-specifications<5.0,>=4.0.0
19
19
  Requires-Dist: dkist-header-validator<6.0,>=5.0.0
20
- Requires-Dist: dkist-processing-core==6.0.1
20
+ Requires-Dist: dkist-processing-core==7.0.1
21
21
  Requires-Dist: dkist-processing-pac<4.0,>=3.1
22
- Requires-Dist: dkist-service-configuration<5.0,>=4.1.7
22
+ Requires-Dist: dkist-service-configuration<5.0,>=4.2.0
23
23
  Requires-Dist: dkist-spectral-lines<4.0,>=3.0.0
24
24
  Requires-Dist: solar-wavelength-calibration<3.0,>=2.0.0
25
25
  Requires-Dist: globus-sdk<5.0.0,>=4.0.0
@@ -146,6 +146,8 @@ Environment Variables
146
146
  - annotation=str required=False default='classic' description='Queue type for the interservice-bus.' examples=['quorum', 'classic']
147
147
  * - BUILD_VERSION
148
148
  - annotation=str required=False default='dev' description='Fallback build version for workflow tasks.'
149
+ * - MAX_FILE_DESCRIPTORS
150
+ - annotation=int required=False default=1024 description='Maximum number of file descriptors to allow the process.'
149
151
  * - GQL_AUTH_TOKEN
150
152
  - annotation=Union[str, NoneType] required=False default='dev' description='The auth token for the metadata-store-api.'
151
153
  * - OBJECT_STORE_ACCESS_KEY
@@ -64,7 +64,7 @@ dkist_processing_common/tasks/output_data_base.py,sha256=r1Bu3FX5zTVj66GTMWtaV_N
64
64
  dkist_processing_common/tasks/parse_l0_input_data.py,sha256=6wPs6UiV5X4TNQgG6Dx6NxGOUvfcK-fx6QI-b9OPLnA,19191
65
65
  dkist_processing_common/tasks/quality_metrics.py,sha256=cvGF6tJ8yAvxOvkeG3tWxYwL885BrFW5X3V7_MSzL-A,12481
66
66
  dkist_processing_common/tasks/teardown.py,sha256=rwT9lWINVDF11-az_nx-Z5ykMTX_SJCchobpU6sErgk,2360
67
- dkist_processing_common/tasks/transfer_input_data.py,sha256=DAYfS-B1o-iBT9MXU-TiJG4Hv05Z0c_JzPrnFgvnK9g,5786
67
+ dkist_processing_common/tasks/transfer_input_data.py,sha256=4TJqlDjTc503QFvzSmMert99r9KHDwyd72r1kHAVhQA,5879
68
68
  dkist_processing_common/tasks/trial_catalog.py,sha256=Yf-BKNCT_OHwJsxxZP8p2eRW04CcY0tw5_YIe1e9RQY,10535
69
69
  dkist_processing_common/tasks/trial_output_data.py,sha256=pUdrNlAzuir4AUdfax5_MOplB-A9NrXErMJmAwtJmLA,6811
70
70
  dkist_processing_common/tasks/write_l1.py,sha256=Xy834RTp3F95kLcW4ba5gfHMUocfZd82ZQQKnvQcP2M,23204
@@ -120,7 +120,7 @@ docs/landing_page.rst,sha256=aPAuXFhBx73lEZ59B6E6JXxkK0LlxzD0n-HXqHrfumQ,746
120
120
  docs/make.bat,sha256=mBAhtURwhQ7yc95pqwJzlhqBSvRknr1aqZ5s8NKvdKs,4513
121
121
  docs/requirements.txt,sha256=Kbl_X4c7RQZw035YTeNB63We6I7pvXFU4T0Uflp2yDY,29
122
122
  licenses/LICENSE.rst,sha256=piZaQplkzOMmH1NXg6QIdo9wwo9pPCoHkvm2-DmH76E,1462
123
- dkist_processing_common-11.9.3.dist-info/METADATA,sha256=UnLroOCveIS407su6UtdI30yMAVU8-mG4Muk6XjnnuA,14062
124
- dkist_processing_common-11.9.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
125
- dkist_processing_common-11.9.3.dist-info/top_level.txt,sha256=LJhd1W-Vn90K8HnQDIE4r52YDpUjjMWDnllAWHBByW0,48
126
- dkist_processing_common-11.9.3.dist-info/RECORD,,
123
+ dkist_processing_common-12.0.0.dist-info/METADATA,sha256=PQAxh-LfAa_l7MRC8K9NQhzRN4KwqiI4JCz0nttQ0lg,14211
124
+ dkist_processing_common-12.0.0.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
125
+ dkist_processing_common-12.0.0.dist-info/top_level.txt,sha256=LJhd1W-Vn90K8HnQDIE4r52YDpUjjMWDnllAWHBByW0,48
126
+ dkist_processing_common-12.0.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.9.0)
2
+ Generator: setuptools (80.10.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5