Skip to content

Accessing the DataForge Metastore

To access the DataForge metastore, users can query the metadata database through Databricks.

Accessing Postgres through Databricks

In Databricks, use the query editor or a notebook for querying DataForge metadata. The metastore can be found in the catalog named "ember". The majority of tables users would want to query can be found in the "meta" schema.

SELECT * FROM meta.source

For help or assistance in identifying tables to query or how tables can be joined, please reach out to the DataForge support team.