Databricks SDK for JavaScript
    Preparing search index...
    interface CreateRequestExternalLineage {
        columns?: ColumnRelationship[];
        id?: string;
        properties?: Record<string, string>;
        source?: ExternalLineageRelationshipObject;
        target?: ExternalLineageRelationshipObject;
    }
    Index

    Properties

    columns?: ColumnRelationship[]

    List of column relationships between source and target objects.

    id?: string

    Unique identifier of the external lineage relationship.

    properties?: Record<string, string>

    Key-value properties associated with the external lineage relationship.

    Source object of the external lineage relationship.

    Target object of the external lineage relationship.