Links

Postgres Integration

An overview of the Secoda integration with Postgres
After connecting Postgres to Secoda, to view the metadata associated with one of your Postgres tables, visit the catalog page and click on the title of your Postgres table. That link will bring you to the following page.
Tables
The tables associated with the schemas that have been selected in your Postgres integration will be imported. If a comment is present on the table, that comment will be brought in as a description.
Columns
The columns associated with the tables will be imported into Secoda. The column name, type primary key, and comment will be brought in. Optionally, clicking the "Run Profiler" button will show a distribution of each Postgres column.
Lineage
Table and column lineage is automatically imported into Secoda. The last day of queries are parsed with our lineage parser to build a map of the relationships between columns and tables.