Explore
Get table upstreams
Retrieve a list of tables which the given table depends on.
GET
/
api
/
v1
/
explore
/
db
/
{data_connection_id}
/
tables
/
{table_path}
/
upstreams
Authorizations
Use the 'Authorization' header with the format 'Key <api-key>'
Path Parameters
Unique ID for the Data Connection. Can be found in the Datafold app under Settings > Integrations > Data Connections.
Required range:
x > 1
Path to the table, e.g. db.schema.table
. The path is case sensitive. If components of the path contain periods, they must be quoted: db."my.schema"."www.mysite.com visits"
.
Query Parameters
Maximum depth of the lineage to retrieve.
Required range:
1 < x < 100