Databricks SDK for JavaScript
    Preparing search index...
    interface ListExternalLineageRelationshipsRequest {
        lineageDirection?: Direction_LineageDirection;
        objectInfo?: ExternalLineageRelationshipObject;
        pageSize?: number;
        pageToken?: string;
    }
    Index

    Properties

    lineageDirection?: Direction_LineageDirection

    The lineage direction to filter on.

    The object to query external lineage relationships for. Since this field is a query parameter, please flatten the nested fields. For example, if the object is a table, the query parameter should look like: object_info.table.name=main.sales.customers

    pageSize?: number

    Specifies the maximum number of external lineage relationships to return in a single response. The value must be less than or equal to 1000.

    pageToken?: string

    Opaque pagination token to go to next page based on previous query.