Skip to content

Commit 55f73dd

Browse files
authored
HIT: minor dependency inheritance improvements (#1238)
1 parent d43dbde commit 55f73dd

1 file changed

Lines changed: 11 additions & 15 deletions

File tree

sds_data_manager/lambda_code/SDSCode/pipeline_lambdas/dependency_refactoring/dependencies/imap_hit_dependencies.yaml

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@
44
# It contains important information such as the default values and expected behavior of these dependencies,
55
# and how to properly configure them for your pipeline lambdas.
66

7-
8-
(l1a, all):
9-
- upstream_source: hit
10-
upstream_data_type: l0
11-
upstream_descriptor: raw
7+
# ====== Common dependencies =============
8+
spice_basics: &spice_basics
129
- upstream_source: leapseconds
1310
upstream_data_type: spice
1411
upstream_descriptor: historical
@@ -18,19 +15,18 @@
1815
upstream_descriptor: historical
1916
kickoff_job: false
2017

21-
22-
(l1b, hk):
18+
l0_data: &l0_data
2319
- upstream_source: hit
2420
upstream_data_type: l0
2521
upstream_descriptor: raw
26-
- upstream_source: leapseconds
27-
upstream_data_type: spice
28-
upstream_descriptor: historical
29-
kickoff_job: false
30-
- upstream_source: spacecraft_clock
31-
upstream_data_type: spice
32-
upstream_descriptor: historical
33-
kickoff_job: false
22+
23+
(l1a, all):
24+
- *spice_basics
25+
- *l0_data
26+
27+
(l1b, hk):
28+
- *spice_basics
29+
- *l0_data
3430

3531

3632
(l1b, sectored-rates):

0 commit comments

Comments
 (0)