Databricks SDK for JavaScript
    Preparing search index...

    Represents the table information in the lineage event.

    interface LineageTableInfo {
        catalogName?: string;
        eventTime?: Instant;
        name?: string;
        schemaName?: string;
    }
    Index

    Properties

    catalogName?: string

    Name of Catalog.

    eventTime?: Instant

    Timestamp of the lineage event.

    name?: string

    Name of Table.

    schemaName?: string

    Name of Schema.