You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data sources must be registered in the Postgres backbone.data_source table to be used within this framework. Registering can be a confusing, complex task depending on the complexity of the source dataset.
This documentation should probably be created as a vignette in the R package.
This documentation should give a thorough explanation of each column in the data source (geom_spec in particular) and walk a potential user through the process of creating a row in the table, updating the DDL for the backbone schema, and creating a PR for the new DDL.
This introduces the need for a framework for handling new data sources/ features. While a later iteration of this work will likely have an API built around the database to facilitate data source creation and persistence, for now we should have a robust method for requesting and accepting new data sources and features.
Data sources must be registered in the Postgres backbone.data_source table to be used within this framework. Registering can be a confusing, complex task depending on the complexity of the source dataset.
This documentation should probably be created as a vignette in the R package.
This documentation should give a thorough explanation of each column in the data source (geom_spec in particular) and walk a potential user through the process of creating a row in the table, updating the DDL for the backbone schema, and creating a PR for the new DDL.
Depends on
The text was updated successfully, but these errors were encountered: