Skip to main content
POST
Expand table selection via FK relationships

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Project-ID
string
required

Path Parameters

resource_type
string
required
resource_uri
string
required

Body

application/json

Request to expand table selection via FK relationships.

table_fqns
string[]
required

Table FQNs to expand from (max 100)

Required array length: 1 - 100 elements
max_hops
integer
default:2

Maximum BFS depth (1-10, default 2)

Required range: 1 <= x <= 10
include_input_tables
boolean
default:true

Include input tables in result

Response

Successful Response

Response for table expansion.

tables
string[]
required

Expanded table FQNs (deduplicated)

junction_tables
string[]
required

Junction tables discovered

edges_examined
integer
required

Number of FK edges examined during BFS