Skip to content

Add custom sections and/or attribute for reference/lookup tables #153

@kelle

Description

@kelle

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?

Metadata

Metadata

Labels

questionFurther information is requested

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions