-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
questionFurther information is requestedFurther information is requested
Description
We are building a tool to make it easier for astronomers to make their own databases and we're using felis to describe the schema. For other parts of our stack, we need a variable that contains a list of the reference tables. e.g.,
REFERENCE_TABLES = [
"Publications",
"Telescopes",
"Instruments",
"PhotometryFilters",
"Versions",
"Parameters",
"Regimes",
"CompanionList"
]It seems like this information would best belong in the schema.yaml. Would it be possible to add a custom section to the felis schema YAML specification so we can add some extra bits? or add an attribute that indicates if a table is a lookup/reference table?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested