Setup Your Data Catalog
PopSQL's data catalog features allow you to collaboratively annotate and tag schemas, tables, views, and columns.
This feature is available in our Enterprise plan. Please contact us if you're interested in learning more or trialing the integration.
Annotating Your Schema
To use the data catalog, open the "Schema" tab in the navigation bar. If you do not see your schema, try clicking the refresh icon at the top of the schema sidebar. Once your schema is loaded, you can click on the info icon next to one of your tables.
From here you can add descriptions or tags to your table or columns, which are synchronized in realtime with your collaborators.
Markdown Support
Data catalog descriptions support standard Markdown formatting:


Search
You can search your schema by descriptions and tags by pressing CMD/CTRL+K
or clicking the search icon in the navigation bar:


Autocomplete
Data catalog description also appear in the editor's autocomplete context to provide useful context while you edit your query:


Updated about 1 month ago