Open Stiivi opened 7 years ago
Add an object SchemaInspector that would inspect a database schema and would infer metadata objects:
SchemaInspector
discover_fact_tables() → List[str]
discover_dimension_tables() → List[str]
Output should be used by automated model builder (the model has to go through humans anyway if is meant to be used seriously)
Add an object
SchemaInspector
that would inspect a database schema and would infer metadata objects:discover_fact_tables() → List[str]
discover_dimension_tables() → List[str]
Output should be used by automated model builder (the model has to go through humans anyway if is meant to be used seriously)