Databricks SDK for JavaScript
    Preparing search index...
    interface KafkaSource {
        entityColumnIdentifiers?: ColumnIdentifier[];
        filterCondition?: string;
        name?: string;
        timeseriesColumnIdentifier?: ColumnIdentifier;
    }
    Index

    Properties

    entityColumnIdentifiers?: ColumnIdentifier[]

    Deprecated: Use Feature.entity instead. Kept for backwards compatibility. The entity column identifiers of the Kafka source.

    filterCondition?: string

    The filter condition applied to the source data before aggregation.

    name?: string

    Name of the Kafka source, used to identify it. This is used to look up the corresponding KafkaConfig object. Can be distinct from topic name.

    timeseriesColumnIdentifier?: ColumnIdentifier

    Deprecated: Use Feature.timeseries_column instead. Kept for backwards compatibility. The timeseries column identifier of the Kafka source.