Databricks SDK for JavaScript
    Preparing search index...

    A Stream entity used as a data source for a feature.

    interface StreamSource {
        filterCondition?: string;
        fullName?: string;
    }
    Index

    Properties

    filterCondition?: string

    The filter condition applied to the source data before aggregation.

    fullName?: string

    Three-part full name of the Stream (catalog.schema.stream).