dkist-processing-test 1.9.11__tar.gz → 1.9.12__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.
Potentially problematic release.
This version of dkist-processing-test might be problematic. Click here for more details.
- {dkist-processing-test-1.9.11/dkist_processing_test.egg-info → dkist-processing-test-1.9.12}/PKG-INFO +1 -1
- dkist-processing-test-1.9.12/dkist_processing_test/tasks/manual.py +26 -0
- {dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/dkist_processing_test/workflows/common_tasks.py +24 -0
- {dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12/dkist_processing_test.egg-info}/PKG-INFO +1 -1
- {dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/dkist_processing_test.egg-info/SOURCES.txt +1 -0
- {dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/dkist_processing_test.egg-info/requires.txt +1 -1
- {dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/setup.cfg +1 -1
- {dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/.gitignore +0 -0
- {dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/.pre-commit-config.yaml +0 -0
- {dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/README.rst +0 -0
- {dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/bitbucket-pipelines.yml +0 -0
- {dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/dkist_processing_test/__init__.py +0 -0
- {dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/dkist_processing_test/models/__init__.py +0 -0
- {dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/dkist_processing_test/models/parameters.py +0 -0
- {dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/dkist_processing_test/tasks/trial_output_data.py +0 -0
- {dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/dkist_processing_test/tests/test_parameters.py +0 -0
- {dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.9.
|
|
3
|
+
Version: 1.9.12
|
|
4
4
|
Summary: Example Instrument code that is used by the DKIST Science Data Processing pipelines to test processing infrastructure.
|
|
5
5
|
Home-page: https://bitbucket.org/dkistdc/dkist-processing-test/src/main/
|
|
6
6
|
Author: NSO / AURA
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Tasks simulating manual intervention.
|
|
3
|
+
Manual tasks are expected to write provenance records regardless of they always record provenance.
|
|
4
|
+
"""
|
|
5
|
+
from dkist_processing_common.tasks import WorkflowTaskBase
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
__all__ = ["ManualWithProvenance", "ManualWithoutProvenance"]
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class ManualBase(WorkflowTaskBase):
|
|
12
|
+
def run(self):
|
|
13
|
+
with self.apm_task_step("NoOp"):
|
|
14
|
+
pass
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
class ManualWithProvenance(ManualBase):
|
|
18
|
+
|
|
19
|
+
record_provenance = True
|
|
20
|
+
is_task_manual = True
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
class ManualWithoutProvenance(ManualBase):
|
|
24
|
+
|
|
25
|
+
record_provenance = False
|
|
26
|
+
is_task_manual = True
|
|
@@ -20,6 +20,8 @@ from dkist_processing_test.tasks import TestQualityL0Metrics
|
|
|
20
20
|
from dkist_processing_test.tasks import TestSubmitQuality
|
|
21
21
|
from dkist_processing_test.tasks import TransferTestTrialData
|
|
22
22
|
from dkist_processing_test.tasks import WriteL1Data
|
|
23
|
+
from dkist_processing_test.tasks.manual import ManualWithoutProvenance
|
|
24
|
+
from dkist_processing_test.tasks.manual import ManualWithProvenance
|
|
23
25
|
|
|
24
26
|
# TransferInputData Task
|
|
25
27
|
transfer_input_data = Workflow(
|
|
@@ -192,3 +194,25 @@ create_trial_asdf = Workflow(
|
|
|
192
194
|
workflow_package=__package__,
|
|
193
195
|
)
|
|
194
196
|
create_trial_asdf.add_node(task=CreateTrialAsdf, upstreams=None, pip_extras=["asdf"])
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
# ManualWithProvenance Task
|
|
200
|
+
manual_with_provenance = Workflow(
|
|
201
|
+
input_data="input",
|
|
202
|
+
output_data="output",
|
|
203
|
+
category="test",
|
|
204
|
+
detail="manual-with-provenance",
|
|
205
|
+
workflow_package=__package__,
|
|
206
|
+
)
|
|
207
|
+
manual_with_provenance.add_node(task=ManualWithProvenance, upstreams=None)
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
# ManualWithoutProvenance Task
|
|
211
|
+
manual_without_provenance = Workflow(
|
|
212
|
+
input_data="input",
|
|
213
|
+
output_data="output",
|
|
214
|
+
category="test",
|
|
215
|
+
detail="manual-without-provenance",
|
|
216
|
+
workflow_package=__package__,
|
|
217
|
+
)
|
|
218
|
+
manual_without_provenance.add_node(task=ManualWithoutProvenance, upstreams=None)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.9.
|
|
3
|
+
Version: 1.9.12
|
|
4
4
|
Summary: Example Instrument code that is used by the DKIST Science Data Processing pipelines to test processing infrastructure.
|
|
5
5
|
Home-page: https://bitbucket.org/dkistdc/dkist-processing-test/src/main/
|
|
6
6
|
Author: NSO / AURA
|
|
@@ -17,6 +17,7 @@ dkist_processing_test/tasks/exercise_numba.py
|
|
|
17
17
|
dkist_processing_test/tasks/fail.py
|
|
18
18
|
dkist_processing_test/tasks/fake_science.py
|
|
19
19
|
dkist_processing_test/tasks/high_memory.py
|
|
20
|
+
dkist_processing_test/tasks/manual.py
|
|
20
21
|
dkist_processing_test/tasks/movie.py
|
|
21
22
|
dkist_processing_test/tasks/noop.py
|
|
22
23
|
dkist_processing_test/tasks/parse.py
|
|
@@ -17,7 +17,7 @@ setup_requires = setuptools_scm
|
|
|
17
17
|
packages = find:
|
|
18
18
|
include_package_data = True
|
|
19
19
|
install_requires =
|
|
20
|
-
dkist-processing-common == 6.1.
|
|
20
|
+
dkist-processing-common == 6.1.2
|
|
21
21
|
dkist-header-validator == 5.1.0
|
|
22
22
|
dkist-service-configuration == 1.1.0
|
|
23
23
|
dkist-fits-specifications == 4.1.1
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/dkist_processing_test/tasks/fail.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/dkist_processing_test/tasks/movie.py
RENAMED
|
File without changes
|
{dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/dkist_processing_test/tasks/noop.py
RENAMED
|
File without changes
|
{dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/dkist_processing_test/tasks/parse.py
RENAMED
|
File without changes
|
{dkist-processing-test-1.9.11 → dkist-processing-test-1.9.12}/dkist_processing_test/tasks/quality.py
RENAMED
|
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
|