Skip to content

Commit

Permalink
Merge pull request #1386 from NASA-AMMOS/fix/add-mission-model-spec-r…
Browse files Browse the repository at this point in the history
…elationship

Add Hasura relationship between Mission Model and Scheduling Specification
  • Loading branch information
Mythicaeda authored Apr 10, 2024
2 parents 74ceef1 + 57813e7 commit 35d8682
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,27 @@ array_relationships:
table:
name: resource_type
schema: public
remote_relationships:
- name: scheduling_specification_conditions
definition:
to_source:
relationship_type: array
source: AerieScheduler
table:
schema: public
name: scheduling_model_specification_conditions
field_mapping:
id: model_id
- name: scheduling_specification_goals
definition:
to_source:
relationship_type: array
source: AerieScheduler
table:
schema: public
name: scheduling_model_specification_goals
field_mapping:
id: model_id
select_permissions:
- role: aerie_admin
permission:
Expand Down

0 comments on commit 35d8682

Please sign in to comment.