Use default schema
Closed this issue · 0 comments
triangle-man commented
Currently all our tables live in a schema called solar
. That is somewhat redundant (and also means we have to set the schema every time).
It is fine, I think, to use the default schema (ie, just leave off the schema prefix when creating and selecting tables) for our final working tables. (And to put the raw data in a raw
schema.)