Unverified Commit c7ee3920 authored by Tao Feng's avatar Tao Feng Committed by GitHub

Fix a few link references (#420)

parent c08b2a38
# How to setup a preview client with Apache Superset # How to setup a preview client with Apache Superset
In the previous [tutorial](docs/tutorials/index-postgres.md), we talked about how to index the table metadata In the previous [tutorial](./index-postgres.md), we talked about how to index the table metadata
for a postgres database. In this tutorial, we will walk through how to configure data preview for this `films` table for a postgres database. In this tutorial, we will walk through how to configure data preview for this `films` table
using Apache Superset. using Apache Superset.
......
# How to index metadata for real life databases # How to index metadata for real life databases
From previous [doc](docs/installation.md), we have indexed tables from a csv files. In real production cases, From previous [doc](../installation.md), we have indexed tables from a csv files. In real production cases,
the table metadata is stored in data warehouses(e.g Hive, Postgres, Mysql, Snowflake, Bigquery etc.) which Amundsen has the table metadata is stored in data warehouses(e.g Hive, Postgres, Mysql, Snowflake, Bigquery etc.) which Amundsen has
the extractors for metadata extraction. the extractors for metadata extraction.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment