There was an error while loading. Please reload this page.
1 parent f419bc9 commit f8e9ec4Copy full SHA for f8e9ec4
1 file changed
ukrdc_sqla/utils/constants.py
@@ -4,14 +4,16 @@
4
@dataclass
5
class RelationshipType:
6
"""Links to the vwe_facility_relationship table, relationshiptype column"""
7
+
8
feedshare: str = "FEED-SHARE"
9
main_satellite: str = "MAIN-SATELLITE"
10
11
12
13
class CodeMapFacilityType:
14
"""Links to the code_map table, source_coding_standard and destination_coding_standard columns"""
15
16
satellite: str = "RR1+_SATELLITE"
17
main: str = "RR1+_MAIN"
18
feedshare_child: str = "RR1+_FEEDSHARE_CHILD"
- feedshare_parent: str = "RR1+_FEEDSHARE_PARENT"
19
+ feedshare_parent: str = "RR1+_FEEDSHARE_PARENT"
0 commit comments