Databricks SDK for JavaScript
    Preparing search index...
    interface TableState {
        hasSeenUpdates?: boolean;
        tableName?: string;
    }
    Index

    Properties

    hasSeenUpdates?: boolean

    Whether or not the table has seen updates since either the creation of the trigger or the last successful evaluation of the trigger

    tableName?: string

    Full table name of the table to monitor, e.g. mycatalog.myschema.mytable