Viewing docs for Databricks v1.96.0
published on Thursday, Jun 18, 2026 by Pulumi
published on Thursday, Jun 18, 2026 by Pulumi
Viewing docs for Databricks v1.96.0
published on Thursday, Jun 18, 2026 by Pulumi
published on Thursday, Jun 18, 2026 by Pulumi
Using getFeatureEngineeringKafkaConfig
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getFeatureEngineeringKafkaConfig(args: GetFeatureEngineeringKafkaConfigArgs, opts?: InvokeOptions): Promise<GetFeatureEngineeringKafkaConfigResult>
function getFeatureEngineeringKafkaConfigOutput(args: GetFeatureEngineeringKafkaConfigOutputArgs, opts?: InvokeOptions): Output<GetFeatureEngineeringKafkaConfigResult>def get_feature_engineering_kafka_config(name: Optional[str] = None,
provider_config: Optional[GetFeatureEngineeringKafkaConfigProviderConfig] = None,
opts: Optional[InvokeOptions] = None) -> GetFeatureEngineeringKafkaConfigResult
def get_feature_engineering_kafka_config_output(name: pulumi.Input[Optional[str]] = None,
provider_config: pulumi.Input[Optional[GetFeatureEngineeringKafkaConfigProviderConfigArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFeatureEngineeringKafkaConfigResult]func LookupFeatureEngineeringKafkaConfig(ctx *Context, args *LookupFeatureEngineeringKafkaConfigArgs, opts ...InvokeOption) (*LookupFeatureEngineeringKafkaConfigResult, error)
func LookupFeatureEngineeringKafkaConfigOutput(ctx *Context, args *LookupFeatureEngineeringKafkaConfigOutputArgs, opts ...InvokeOption) LookupFeatureEngineeringKafkaConfigResultOutput> Note: This function is named LookupFeatureEngineeringKafkaConfig in the Go SDK.
public static class GetFeatureEngineeringKafkaConfig
{
public static Task<GetFeatureEngineeringKafkaConfigResult> InvokeAsync(GetFeatureEngineeringKafkaConfigArgs args, InvokeOptions? opts = null)
public static Output<GetFeatureEngineeringKafkaConfigResult> Invoke(GetFeatureEngineeringKafkaConfigInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFeatureEngineeringKafkaConfigResult> getFeatureEngineeringKafkaConfig(GetFeatureEngineeringKafkaConfigArgs args, InvokeOptions options)
public static Output<GetFeatureEngineeringKafkaConfigResult> getFeatureEngineeringKafkaConfig(GetFeatureEngineeringKafkaConfigArgs args, InvokeOptions options)
fn::invoke:
function: databricks:index/getFeatureEngineeringKafkaConfig:getFeatureEngineeringKafkaConfig
arguments:
# arguments dictionarydata "databricks_getfeatureengineeringkafkaconfig" "name" {
# arguments
}The following arguments are supported:
- Name string
- Name that uniquely identifies this Kafka config within the metastore. This will be the identifier used from the Feature object to reference these configs for a feature. Can be distinct from topic name
- Provider
Config GetFeature Engineering Kafka Config Provider Config - Configure the provider for management through account provider.
- Name string
- Name that uniquely identifies this Kafka config within the metastore. This will be the identifier used from the Feature object to reference these configs for a feature. Can be distinct from topic name
- Provider
Config GetFeature Engineering Kafka Config Provider Config - Configure the provider for management through account provider.
- name string
- Name that uniquely identifies this Kafka config within the metastore. This will be the identifier used from the Feature object to reference these configs for a feature. Can be distinct from topic name
- provider_
config object - Configure the provider for management through account provider.
- name String
- Name that uniquely identifies this Kafka config within the metastore. This will be the identifier used from the Feature object to reference these configs for a feature. Can be distinct from topic name
- provider
Config GetFeature Engineering Kafka Config Provider Config - Configure the provider for management through account provider.
- name string
- Name that uniquely identifies this Kafka config within the metastore. This will be the identifier used from the Feature object to reference these configs for a feature. Can be distinct from topic name
- provider
Config GetFeature Engineering Kafka Config Provider Config - Configure the provider for management through account provider.
- name str
- Name that uniquely identifies this Kafka config within the metastore. This will be the identifier used from the Feature object to reference these configs for a feature. Can be distinct from topic name
- provider_
config GetFeature Engineering Kafka Config Provider Config - Configure the provider for management through account provider.
- name String
- Name that uniquely identifies this Kafka config within the metastore. This will be the identifier used from the Feature object to reference these configs for a feature. Can be distinct from topic name
- provider
Config Property Map - Configure the provider for management through account provider.
getFeatureEngineeringKafkaConfig Result
The following output properties are available:
- Auth
Config GetFeature Engineering Kafka Config Auth Config - (AuthConfig) - Authentication configuration for connection to topics
- Backfill
Source GetFeature Engineering Kafka Config Backfill Source - (BackfillSource) - A user-provided source for backfilling data. Historical data is used when creating a training set from streaming features linked to this Stream. The backfill data stored in this location will be copied into the ingestion table for offline querying and training. The schema for this source must match exactly that of the key and payload schemas specified for this Stream
- Bootstrap
Servers string - (string) - A comma-separated list of host/port pairs pointing to Kafka cluster
- Extra
Options Dictionary<string, string> - (object) - Catch-all for miscellaneous options. Keys should be source options or Kafka consumer options (kafka.*)
- Id string
- The provider-assigned unique ID for this managed resource.
- Ingestion
Config GetFeature Engineering Kafka Config Ingestion Config - (IngestionConfig) - Configuration for ingesting Kafka data into a Databricks-managed Delta table
- Key
Schema GetFeature Engineering Kafka Config Key Schema - (SchemaConfig) - Schema configuration for extracting message keys from topics. At least one of keySchema and valueSchema must be provided
- Name string
- (string) - Name that uniquely identifies this Kafka config within the metastore. This will be the identifier used from the Feature object to reference these configs for a feature. Can be distinct from topic name
- Subscription
Mode GetFeature Engineering Kafka Config Subscription Mode - (SubscriptionMode) - Options to configure which Kafka topics to pull data from
- Value
Schema GetFeature Engineering Kafka Config Value Schema - (SchemaConfig) - Schema configuration for extracting message values from topics. At least one of keySchema and valueSchema must be provided
- Provider
Config GetFeature Engineering Kafka Config Provider Config
- Auth
Config GetFeature Engineering Kafka Config Auth Config - (AuthConfig) - Authentication configuration for connection to topics
- Backfill
Source GetFeature Engineering Kafka Config Backfill Source - (BackfillSource) - A user-provided source for backfilling data. Historical data is used when creating a training set from streaming features linked to this Stream. The backfill data stored in this location will be copied into the ingestion table for offline querying and training. The schema for this source must match exactly that of the key and payload schemas specified for this Stream
- Bootstrap
Servers string - (string) - A comma-separated list of host/port pairs pointing to Kafka cluster
- Extra
Options map[string]string - (object) - Catch-all for miscellaneous options. Keys should be source options or Kafka consumer options (kafka.*)
- Id string
- The provider-assigned unique ID for this managed resource.
- Ingestion
Config GetFeature Engineering Kafka Config Ingestion Config - (IngestionConfig) - Configuration for ingesting Kafka data into a Databricks-managed Delta table
- Key
Schema GetFeature Engineering Kafka Config Key Schema - (SchemaConfig) - Schema configuration for extracting message keys from topics. At least one of keySchema and valueSchema must be provided
- Name string
- (string) - Name that uniquely identifies this Kafka config within the metastore. This will be the identifier used from the Feature object to reference these configs for a feature. Can be distinct from topic name
- Subscription
Mode GetFeature Engineering Kafka Config Subscription Mode - (SubscriptionMode) - Options to configure which Kafka topics to pull data from
- Value
Schema GetFeature Engineering Kafka Config Value Schema - (SchemaConfig) - Schema configuration for extracting message values from topics. At least one of keySchema and valueSchema must be provided
- Provider
Config GetFeature Engineering Kafka Config Provider Config
- auth_
config object - (AuthConfig) - Authentication configuration for connection to topics
- backfill_
source object - (BackfillSource) - A user-provided source for backfilling data. Historical data is used when creating a training set from streaming features linked to this Stream. The backfill data stored in this location will be copied into the ingestion table for offline querying and training. The schema for this source must match exactly that of the key and payload schemas specified for this Stream
- bootstrap_
servers string - (string) - A comma-separated list of host/port pairs pointing to Kafka cluster
- extra_
options map(string) - (object) - Catch-all for miscellaneous options. Keys should be source options or Kafka consumer options (kafka.*)
- id string
- The provider-assigned unique ID for this managed resource.
- ingestion_
config object - (IngestionConfig) - Configuration for ingesting Kafka data into a Databricks-managed Delta table
- key_
schema object - (SchemaConfig) - Schema configuration for extracting message keys from topics. At least one of keySchema and valueSchema must be provided
- name string
- (string) - Name that uniquely identifies this Kafka config within the metastore. This will be the identifier used from the Feature object to reference these configs for a feature. Can be distinct from topic name
- subscription_
mode object - (SubscriptionMode) - Options to configure which Kafka topics to pull data from
- value_
schema object - (SchemaConfig) - Schema configuration for extracting message values from topics. At least one of keySchema and valueSchema must be provided
- provider_
config object
- auth
Config GetFeature Engineering Kafka Config Auth Config - (AuthConfig) - Authentication configuration for connection to topics
- backfill
Source GetFeature Engineering Kafka Config Backfill Source - (BackfillSource) - A user-provided source for backfilling data. Historical data is used when creating a training set from streaming features linked to this Stream. The backfill data stored in this location will be copied into the ingestion table for offline querying and training. The schema for this source must match exactly that of the key and payload schemas specified for this Stream
- bootstrap
Servers String - (string) - A comma-separated list of host/port pairs pointing to Kafka cluster
- extra
Options Map<String,String> - (object) - Catch-all for miscellaneous options. Keys should be source options or Kafka consumer options (kafka.*)
- id String
- The provider-assigned unique ID for this managed resource.
- ingestion
Config GetFeature Engineering Kafka Config Ingestion Config - (IngestionConfig) - Configuration for ingesting Kafka data into a Databricks-managed Delta table
- key
Schema GetFeature Engineering Kafka Config Key Schema - (SchemaConfig) - Schema configuration for extracting message keys from topics. At least one of keySchema and valueSchema must be provided
- name String
- (string) - Name that uniquely identifies this Kafka config within the metastore. This will be the identifier used from the Feature object to reference these configs for a feature. Can be distinct from topic name
- subscription
Mode GetFeature Engineering Kafka Config Subscription Mode - (SubscriptionMode) - Options to configure which Kafka topics to pull data from
- value
Schema GetFeature Engineering Kafka Config Value Schema - (SchemaConfig) - Schema configuration for extracting message values from topics. At least one of keySchema and valueSchema must be provided
- provider
Config GetFeature Engineering Kafka Config Provider Config
- auth
Config GetFeature Engineering Kafka Config Auth Config - (AuthConfig) - Authentication configuration for connection to topics
- backfill
Source GetFeature Engineering Kafka Config Backfill Source - (BackfillSource) - A user-provided source for backfilling data. Historical data is used when creating a training set from streaming features linked to this Stream. The backfill data stored in this location will be copied into the ingestion table for offline querying and training. The schema for this source must match exactly that of the key and payload schemas specified for this Stream
- bootstrap
Servers string - (string) - A comma-separated list of host/port pairs pointing to Kafka cluster
- extra
Options {[key: string]: string} - (object) - Catch-all for miscellaneous options. Keys should be source options or Kafka consumer options (kafka.*)
- id string
- The provider-assigned unique ID for this managed resource.
- ingestion
Config GetFeature Engineering Kafka Config Ingestion Config - (IngestionConfig) - Configuration for ingesting Kafka data into a Databricks-managed Delta table
- key
Schema GetFeature Engineering Kafka Config Key Schema - (SchemaConfig) - Schema configuration for extracting message keys from topics. At least one of keySchema and valueSchema must be provided
- name string
- (string) - Name that uniquely identifies this Kafka config within the metastore. This will be the identifier used from the Feature object to reference these configs for a feature. Can be distinct from topic name
- subscription
Mode GetFeature Engineering Kafka Config Subscription Mode - (SubscriptionMode) - Options to configure which Kafka topics to pull data from
- value
Schema GetFeature Engineering Kafka Config Value Schema - (SchemaConfig) - Schema configuration for extracting message values from topics. At least one of keySchema and valueSchema must be provided
- provider
Config GetFeature Engineering Kafka Config Provider Config
- auth_
config GetFeature Engineering Kafka Config Auth Config - (AuthConfig) - Authentication configuration for connection to topics
- backfill_
source GetFeature Engineering Kafka Config Backfill Source - (BackfillSource) - A user-provided source for backfilling data. Historical data is used when creating a training set from streaming features linked to this Stream. The backfill data stored in this location will be copied into the ingestion table for offline querying and training. The schema for this source must match exactly that of the key and payload schemas specified for this Stream
- bootstrap_
servers str - (string) - A comma-separated list of host/port pairs pointing to Kafka cluster
- extra_
options Mapping[str, str] - (object) - Catch-all for miscellaneous options. Keys should be source options or Kafka consumer options (kafka.*)
- id str
- The provider-assigned unique ID for this managed resource.
- ingestion_
config GetFeature Engineering Kafka Config Ingestion Config - (IngestionConfig) - Configuration for ingesting Kafka data into a Databricks-managed Delta table
- key_
schema GetFeature Engineering Kafka Config Key Schema - (SchemaConfig) - Schema configuration for extracting message keys from topics. At least one of keySchema and valueSchema must be provided
- name str
- (string) - Name that uniquely identifies this Kafka config within the metastore. This will be the identifier used from the Feature object to reference these configs for a feature. Can be distinct from topic name
- subscription_
mode GetFeature Engineering Kafka Config Subscription Mode - (SubscriptionMode) - Options to configure which Kafka topics to pull data from
- value_
schema GetFeature Engineering Kafka Config Value Schema - (SchemaConfig) - Schema configuration for extracting message values from topics. At least one of keySchema and valueSchema must be provided
- provider_
config GetFeature Engineering Kafka Config Provider Config
- auth
Config Property Map - (AuthConfig) - Authentication configuration for connection to topics
- backfill
Source Property Map - (BackfillSource) - A user-provided source for backfilling data. Historical data is used when creating a training set from streaming features linked to this Stream. The backfill data stored in this location will be copied into the ingestion table for offline querying and training. The schema for this source must match exactly that of the key and payload schemas specified for this Stream
- bootstrap
Servers String - (string) - A comma-separated list of host/port pairs pointing to Kafka cluster
- extra
Options Map<String> - (object) - Catch-all for miscellaneous options. Keys should be source options or Kafka consumer options (kafka.*)
- id String
- The provider-assigned unique ID for this managed resource.
- ingestion
Config Property Map - (IngestionConfig) - Configuration for ingesting Kafka data into a Databricks-managed Delta table
- key
Schema Property Map - (SchemaConfig) - Schema configuration for extracting message keys from topics. At least one of keySchema and valueSchema must be provided
- name String
- (string) - Name that uniquely identifies this Kafka config within the metastore. This will be the identifier used from the Feature object to reference these configs for a feature. Can be distinct from topic name
- subscription
Mode Property Map - (SubscriptionMode) - Options to configure which Kafka topics to pull data from
- value
Schema Property Map - (SchemaConfig) - Schema configuration for extracting message values from topics. At least one of keySchema and valueSchema must be provided
- provider
Config Property Map
Supporting Types
GetFeatureEngineeringKafkaConfigAuthConfig
- Mtls
Config GetFeature Engineering Kafka Config Auth Config Mtls Config - (MtlsConfig) - Mutual-TLS authentication. See MtlsConfig
- Uc
Service stringCredential Name - (string) - Name of the Unity Catalog service credential. This value will be set under the option databricks.serviceCredential
- Mtls
Config GetFeature Engineering Kafka Config Auth Config Mtls Config - (MtlsConfig) - Mutual-TLS authentication. See MtlsConfig
- Uc
Service stringCredential Name - (string) - Name of the Unity Catalog service credential. This value will be set under the option databricks.serviceCredential
- mtls_
config object - (MtlsConfig) - Mutual-TLS authentication. See MtlsConfig
- uc_
service_ stringcredential_ name - (string) - Name of the Unity Catalog service credential. This value will be set under the option databricks.serviceCredential
- mtls
Config GetFeature Engineering Kafka Config Auth Config Mtls Config - (MtlsConfig) - Mutual-TLS authentication. See MtlsConfig
- uc
Service StringCredential Name - (string) - Name of the Unity Catalog service credential. This value will be set under the option databricks.serviceCredential
- mtls
Config GetFeature Engineering Kafka Config Auth Config Mtls Config - (MtlsConfig) - Mutual-TLS authentication. See MtlsConfig
- uc
Service stringCredential Name - (string) - Name of the Unity Catalog service credential. This value will be set under the option databricks.serviceCredential
- mtls_
config GetFeature Engineering Kafka Config Auth Config Mtls Config - (MtlsConfig) - Mutual-TLS authentication. See MtlsConfig
- uc_
service_ strcredential_ name - (string) - Name of the Unity Catalog service credential. This value will be set under the option databricks.serviceCredential
- mtls
Config Property Map - (MtlsConfig) - Mutual-TLS authentication. See MtlsConfig
- uc
Service StringCredential Name - (string) - Name of the Unity Catalog service credential. This value will be set under the option databricks.serviceCredential
GetFeatureEngineeringKafkaConfigAuthConfigMtlsConfig
- Key
Password GetRef Feature Engineering Kafka Config Auth Config Mtls Config Key Password Ref - (SecretScopeReference) - Secret-scope reference for the private key password. Often the same value as the keystore password (keytool's default), but provided as a separate field because Apache Kafka requires it as a distinct option (kafka.ssl.key.password)
- Keystore
Location string - (string) - Unity Catalog volume path to the JKS keystore file containing the client certificate and private key. e.g. "/Volumes////client.jks". The materialization compute must have read permission on this volume
- Keystore
Password GetRef Feature Engineering Kafka Config Auth Config Mtls Config Keystore Password Ref - (SecretScopeReference) - Secret-scope reference for the JKS keystore password
- Truststore
Location string - (string) - Unity Catalog volume path to the JKS truststore file containing the CA certificate(s) trusted to verify the Kafka broker's server certificate. e.g. "/Volumes////truststore.jks"
- Truststore
Password GetRef Feature Engineering Kafka Config Auth Config Mtls Config Truststore Password Ref - (SecretScopeReference) - Secret-scope reference for the JKS truststore password
- Disable
Hostname boolVerification - (boolean) - Set to true only when the broker certificate's SAN intentionally does not match the connection endpoint — for example when reaching the cluster through a PrivateLink endpoint whose DNS name is not in the broker certificate. Skipping the hostname check removes a defense against man-in-the-middle attacks; do not enable casually. mTLS client authentication is unaffected by this option.
- Key
Password GetRef Feature Engineering Kafka Config Auth Config Mtls Config Key Password Ref - (SecretScopeReference) - Secret-scope reference for the private key password. Often the same value as the keystore password (keytool's default), but provided as a separate field because Apache Kafka requires it as a distinct option (kafka.ssl.key.password)
- Keystore
Location string - (string) - Unity Catalog volume path to the JKS keystore file containing the client certificate and private key. e.g. "/Volumes////client.jks". The materialization compute must have read permission on this volume
- Keystore
Password GetRef Feature Engineering Kafka Config Auth Config Mtls Config Keystore Password Ref - (SecretScopeReference) - Secret-scope reference for the JKS keystore password
- Truststore
Location string - (string) - Unity Catalog volume path to the JKS truststore file containing the CA certificate(s) trusted to verify the Kafka broker's server certificate. e.g. "/Volumes////truststore.jks"
- Truststore
Password GetRef Feature Engineering Kafka Config Auth Config Mtls Config Truststore Password Ref - (SecretScopeReference) - Secret-scope reference for the JKS truststore password
- Disable
Hostname boolVerification - (boolean) - Set to true only when the broker certificate's SAN intentionally does not match the connection endpoint — for example when reaching the cluster through a PrivateLink endpoint whose DNS name is not in the broker certificate. Skipping the hostname check removes a defense against man-in-the-middle attacks; do not enable casually. mTLS client authentication is unaffected by this option.
- key_
password_ objectref - (SecretScopeReference) - Secret-scope reference for the private key password. Often the same value as the keystore password (keytool's default), but provided as a separate field because Apache Kafka requires it as a distinct option (kafka.ssl.key.password)
- keystore_
location string - (string) - Unity Catalog volume path to the JKS keystore file containing the client certificate and private key. e.g. "/Volumes////client.jks". The materialization compute must have read permission on this volume
- keystore_
password_ objectref - (SecretScopeReference) - Secret-scope reference for the JKS keystore password
- truststore_
location string - (string) - Unity Catalog volume path to the JKS truststore file containing the CA certificate(s) trusted to verify the Kafka broker's server certificate. e.g. "/Volumes////truststore.jks"
- truststore_
password_ objectref - (SecretScopeReference) - Secret-scope reference for the JKS truststore password
- disable_
hostname_ boolverification - (boolean) - Set to true only when the broker certificate's SAN intentionally does not match the connection endpoint — for example when reaching the cluster through a PrivateLink endpoint whose DNS name is not in the broker certificate. Skipping the hostname check removes a defense against man-in-the-middle attacks; do not enable casually. mTLS client authentication is unaffected by this option.
- key
Password GetRef Feature Engineering Kafka Config Auth Config Mtls Config Key Password Ref - (SecretScopeReference) - Secret-scope reference for the private key password. Often the same value as the keystore password (keytool's default), but provided as a separate field because Apache Kafka requires it as a distinct option (kafka.ssl.key.password)
- keystore
Location String - (string) - Unity Catalog volume path to the JKS keystore file containing the client certificate and private key. e.g. "/Volumes////client.jks". The materialization compute must have read permission on this volume
- keystore
Password GetRef Feature Engineering Kafka Config Auth Config Mtls Config Keystore Password Ref - (SecretScopeReference) - Secret-scope reference for the JKS keystore password
- truststore
Location String - (string) - Unity Catalog volume path to the JKS truststore file containing the CA certificate(s) trusted to verify the Kafka broker's server certificate. e.g. "/Volumes////truststore.jks"
- truststore
Password GetRef Feature Engineering Kafka Config Auth Config Mtls Config Truststore Password Ref - (SecretScopeReference) - Secret-scope reference for the JKS truststore password
- disable
Hostname BooleanVerification - (boolean) - Set to true only when the broker certificate's SAN intentionally does not match the connection endpoint — for example when reaching the cluster through a PrivateLink endpoint whose DNS name is not in the broker certificate. Skipping the hostname check removes a defense against man-in-the-middle attacks; do not enable casually. mTLS client authentication is unaffected by this option.
- key
Password GetRef Feature Engineering Kafka Config Auth Config Mtls Config Key Password Ref - (SecretScopeReference) - Secret-scope reference for the private key password. Often the same value as the keystore password (keytool's default), but provided as a separate field because Apache Kafka requires it as a distinct option (kafka.ssl.key.password)
- keystore
Location string - (string) - Unity Catalog volume path to the JKS keystore file containing the client certificate and private key. e.g. "/Volumes////client.jks". The materialization compute must have read permission on this volume
- keystore
Password GetRef Feature Engineering Kafka Config Auth Config Mtls Config Keystore Password Ref - (SecretScopeReference) - Secret-scope reference for the JKS keystore password
- truststore
Location string - (string) - Unity Catalog volume path to the JKS truststore file containing the CA certificate(s) trusted to verify the Kafka broker's server certificate. e.g. "/Volumes////truststore.jks"
- truststore
Password GetRef Feature Engineering Kafka Config Auth Config Mtls Config Truststore Password Ref - (SecretScopeReference) - Secret-scope reference for the JKS truststore password
- disable
Hostname booleanVerification - (boolean) - Set to true only when the broker certificate's SAN intentionally does not match the connection endpoint — for example when reaching the cluster through a PrivateLink endpoint whose DNS name is not in the broker certificate. Skipping the hostname check removes a defense against man-in-the-middle attacks; do not enable casually. mTLS client authentication is unaffected by this option.
- key_
password_ Getref Feature Engineering Kafka Config Auth Config Mtls Config Key Password Ref - (SecretScopeReference) - Secret-scope reference for the private key password. Often the same value as the keystore password (keytool's default), but provided as a separate field because Apache Kafka requires it as a distinct option (kafka.ssl.key.password)
- keystore_
location str - (string) - Unity Catalog volume path to the JKS keystore file containing the client certificate and private key. e.g. "/Volumes////client.jks". The materialization compute must have read permission on this volume
- keystore_
password_ Getref Feature Engineering Kafka Config Auth Config Mtls Config Keystore Password Ref - (SecretScopeReference) - Secret-scope reference for the JKS keystore password
- truststore_
location str - (string) - Unity Catalog volume path to the JKS truststore file containing the CA certificate(s) trusted to verify the Kafka broker's server certificate. e.g. "/Volumes////truststore.jks"
- truststore_
password_ Getref Feature Engineering Kafka Config Auth Config Mtls Config Truststore Password Ref - (SecretScopeReference) - Secret-scope reference for the JKS truststore password
- disable_
hostname_ boolverification - (boolean) - Set to true only when the broker certificate's SAN intentionally does not match the connection endpoint — for example when reaching the cluster through a PrivateLink endpoint whose DNS name is not in the broker certificate. Skipping the hostname check removes a defense against man-in-the-middle attacks; do not enable casually. mTLS client authentication is unaffected by this option.
- key
Password Property MapRef - (SecretScopeReference) - Secret-scope reference for the private key password. Often the same value as the keystore password (keytool's default), but provided as a separate field because Apache Kafka requires it as a distinct option (kafka.ssl.key.password)
- keystore
Location String - (string) - Unity Catalog volume path to the JKS keystore file containing the client certificate and private key. e.g. "/Volumes////client.jks". The materialization compute must have read permission on this volume
- keystore
Password Property MapRef - (SecretScopeReference) - Secret-scope reference for the JKS keystore password
- truststore
Location String - (string) - Unity Catalog volume path to the JKS truststore file containing the CA certificate(s) trusted to verify the Kafka broker's server certificate. e.g. "/Volumes////truststore.jks"
- truststore
Password Property MapRef - (SecretScopeReference) - Secret-scope reference for the JKS truststore password
- disable
Hostname BooleanVerification - (boolean) - Set to true only when the broker certificate's SAN intentionally does not match the connection endpoint — for example when reaching the cluster through a PrivateLink endpoint whose DNS name is not in the broker certificate. Skipping the hostname check removes a defense against man-in-the-middle attacks; do not enable casually. mTLS client authentication is unaffected by this option.
GetFeatureEngineeringKafkaConfigAuthConfigMtlsConfigKeyPasswordRef
GetFeatureEngineeringKafkaConfigAuthConfigMtlsConfigKeystorePasswordRef
GetFeatureEngineeringKafkaConfigAuthConfigMtlsConfigTruststorePasswordRef
GetFeatureEngineeringKafkaConfigBackfillSource
- Delta
Table stringName - (string) - The full three-part name (catalog, schema, name) of the Delta table to be created for ingestion
- Delta
Table GetSource Feature Engineering Kafka Config Backfill Source Delta Table Source - (DeltaTableSource, deprecated) - Deprecated: Use deltaTableName instead. Kept for backwards compatibility. The Delta table source containing the historical data to backfill. Only the delta table name is used for backfill, other fields are ignored
- Delta
Table stringName - (string) - The full three-part name (catalog, schema, name) of the Delta table to be created for ingestion
- Delta
Table GetSource Feature Engineering Kafka Config Backfill Source Delta Table Source - (DeltaTableSource, deprecated) - Deprecated: Use deltaTableName instead. Kept for backwards compatibility. The Delta table source containing the historical data to backfill. Only the delta table name is used for backfill, other fields are ignored
- delta_
table_ stringname - (string) - The full three-part name (catalog, schema, name) of the Delta table to be created for ingestion
- delta_
table_ objectsource - (DeltaTableSource, deprecated) - Deprecated: Use deltaTableName instead. Kept for backwards compatibility. The Delta table source containing the historical data to backfill. Only the delta table name is used for backfill, other fields are ignored
- delta
Table StringName - (string) - The full three-part name (catalog, schema, name) of the Delta table to be created for ingestion
- delta
Table GetSource Feature Engineering Kafka Config Backfill Source Delta Table Source - (DeltaTableSource, deprecated) - Deprecated: Use deltaTableName instead. Kept for backwards compatibility. The Delta table source containing the historical data to backfill. Only the delta table name is used for backfill, other fields are ignored
- delta
Table stringName - (string) - The full three-part name (catalog, schema, name) of the Delta table to be created for ingestion
- delta
Table GetSource Feature Engineering Kafka Config Backfill Source Delta Table Source - (DeltaTableSource, deprecated) - Deprecated: Use deltaTableName instead. Kept for backwards compatibility. The Delta table source containing the historical data to backfill. Only the delta table name is used for backfill, other fields are ignored
- delta_
table_ strname - (string) - The full three-part name (catalog, schema, name) of the Delta table to be created for ingestion
- delta_
table_ Getsource Feature Engineering Kafka Config Backfill Source Delta Table Source - (DeltaTableSource, deprecated) - Deprecated: Use deltaTableName instead. Kept for backwards compatibility. The Delta table source containing the historical data to backfill. Only the delta table name is used for backfill, other fields are ignored
- delta
Table StringName - (string) - The full three-part name (catalog, schema, name) of the Delta table to be created for ingestion
- delta
Table Property MapSource - (DeltaTableSource, deprecated) - Deprecated: Use deltaTableName instead. Kept for backwards compatibility. The Delta table source containing the historical data to backfill. Only the delta table name is used for backfill, other fields are ignored
GetFeatureEngineeringKafkaConfigBackfillSourceDeltaTableSource
- Full
Name string - (string) - The full three-part (catalog, schema, table) name of the Delta table
- Dataframe
Schema string - (string) - Schema of the resulting dataframe after transformations, in Spark StructType JSON format (from df.schema.json()). Required if transformationSql is specified. Example: {"type":"struct","fields":[{"name":"colA","type":"integer","nullable":true,"metadata":{}},{"name":"colC","type":"integer","nullable":true,"metadata":{}}]}
- Entity
Columns List<string> - (list of string, deprecated) - Deprecated: Use Feature.entity instead. Kept for backwards compatibility. The entity columns of the Delta table
- Filter
Condition string - (string) - Single WHERE clause to filter delta table before applying transformations. Will be row-wise evaluated, so should only include conditionals and projections
- Timeseries
Column string - (string, deprecated) - Deprecated: Use Feature.timeseries_column instead. Kept for backwards compatibility. The timeseries column of the Delta table
- Transformation
Sql string - (string) - A single SQL SELECT expression applied after filter_condition.
Should contains all the columns needed (eg. "SELECT , colA + colB AS colC FROM x.y.z WHERE colA > 0" would have
transformationSql", colA + colB AS colC") If transformationSql is not provided, all columns of the delta table are present in the DataSource dataframe
- Full
Name string - (string) - The full three-part (catalog, schema, table) name of the Delta table
- Dataframe
Schema string - (string) - Schema of the resulting dataframe after transformations, in Spark StructType JSON format (from df.schema.json()). Required if transformationSql is specified. Example: {"type":"struct","fields":[{"name":"colA","type":"integer","nullable":true,"metadata":{}},{"name":"colC","type":"integer","nullable":true,"metadata":{}}]}
- Entity
Columns []string - (list of string, deprecated) - Deprecated: Use Feature.entity instead. Kept for backwards compatibility. The entity columns of the Delta table
- Filter
Condition string - (string) - Single WHERE clause to filter delta table before applying transformations. Will be row-wise evaluated, so should only include conditionals and projections
- Timeseries
Column string - (string, deprecated) - Deprecated: Use Feature.timeseries_column instead. Kept for backwards compatibility. The timeseries column of the Delta table
- Transformation
Sql string - (string) - A single SQL SELECT expression applied after filter_condition.
Should contains all the columns needed (eg. "SELECT , colA + colB AS colC FROM x.y.z WHERE colA > 0" would have
transformationSql", colA + colB AS colC") If transformationSql is not provided, all columns of the delta table are present in the DataSource dataframe
- full_
name string - (string) - The full three-part (catalog, schema, table) name of the Delta table
- dataframe_
schema string - (string) - Schema of the resulting dataframe after transformations, in Spark StructType JSON format (from df.schema.json()). Required if transformationSql is specified. Example: {"type":"struct","fields":[{"name":"colA","type":"integer","nullable":true,"metadata":{}},{"name":"colC","type":"integer","nullable":true,"metadata":{}}]}
- entity_
columns list(string) - (list of string, deprecated) - Deprecated: Use Feature.entity instead. Kept for backwards compatibility. The entity columns of the Delta table
- filter_
condition string - (string) - Single WHERE clause to filter delta table before applying transformations. Will be row-wise evaluated, so should only include conditionals and projections
- timeseries_
column string - (string, deprecated) - Deprecated: Use Feature.timeseries_column instead. Kept for backwards compatibility. The timeseries column of the Delta table
- transformation_
sql string - (string) - A single SQL SELECT expression applied after filter_condition.
Should contains all the columns needed (eg. "SELECT , colA + colB AS colC FROM x.y.z WHERE colA > 0" would have
transformationSql", colA + colB AS colC") If transformationSql is not provided, all columns of the delta table are present in the DataSource dataframe
- full
Name String - (string) - The full three-part (catalog, schema, table) name of the Delta table
- dataframe
Schema String - (string) - Schema of the resulting dataframe after transformations, in Spark StructType JSON format (from df.schema.json()). Required if transformationSql is specified. Example: {"type":"struct","fields":[{"name":"colA","type":"integer","nullable":true,"metadata":{}},{"name":"colC","type":"integer","nullable":true,"metadata":{}}]}
- entity
Columns List<String> - (list of string, deprecated) - Deprecated: Use Feature.entity instead. Kept for backwards compatibility. The entity columns of the Delta table
- filter
Condition String - (string) - Single WHERE clause to filter delta table before applying transformations. Will be row-wise evaluated, so should only include conditionals and projections
- timeseries
Column String - (string, deprecated) - Deprecated: Use Feature.timeseries_column instead. Kept for backwards compatibility. The timeseries column of the Delta table
- transformation
Sql String - (string) - A single SQL SELECT expression applied after filter_condition.
Should contains all the columns needed (eg. "SELECT , colA + colB AS colC FROM x.y.z WHERE colA > 0" would have
transformationSql", colA + colB AS colC") If transformationSql is not provided, all columns of the delta table are present in the DataSource dataframe
- full
Name string - (string) - The full three-part (catalog, schema, table) name of the Delta table
- dataframe
Schema string - (string) - Schema of the resulting dataframe after transformations, in Spark StructType JSON format (from df.schema.json()). Required if transformationSql is specified. Example: {"type":"struct","fields":[{"name":"colA","type":"integer","nullable":true,"metadata":{}},{"name":"colC","type":"integer","nullable":true,"metadata":{}}]}
- entity
Columns string[] - (list of string, deprecated) - Deprecated: Use Feature.entity instead. Kept for backwards compatibility. The entity columns of the Delta table
- filter
Condition string - (string) - Single WHERE clause to filter delta table before applying transformations. Will be row-wise evaluated, so should only include conditionals and projections
- timeseries
Column string - (string, deprecated) - Deprecated: Use Feature.timeseries_column instead. Kept for backwards compatibility. The timeseries column of the Delta table
- transformation
Sql string - (string) - A single SQL SELECT expression applied after filter_condition.
Should contains all the columns needed (eg. "SELECT , colA + colB AS colC FROM x.y.z WHERE colA > 0" would have
transformationSql", colA + colB AS colC") If transformationSql is not provided, all columns of the delta table are present in the DataSource dataframe
- full_
name str - (string) - The full three-part (catalog, schema, table) name of the Delta table
- dataframe_
schema str - (string) - Schema of the resulting dataframe after transformations, in Spark StructType JSON format (from df.schema.json()). Required if transformationSql is specified. Example: {"type":"struct","fields":[{"name":"colA","type":"integer","nullable":true,"metadata":{}},{"name":"colC","type":"integer","nullable":true,"metadata":{}}]}
- entity_
columns Sequence[str] - (list of string, deprecated) - Deprecated: Use Feature.entity instead. Kept for backwards compatibility. The entity columns of the Delta table
- filter_
condition str - (string) - Single WHERE clause to filter delta table before applying transformations. Will be row-wise evaluated, so should only include conditionals and projections
- timeseries_
column str - (string, deprecated) - Deprecated: Use Feature.timeseries_column instead. Kept for backwards compatibility. The timeseries column of the Delta table
- transformation_
sql str - (string) - A single SQL SELECT expression applied after filter_condition.
Should contains all the columns needed (eg. "SELECT , colA + colB AS colC FROM x.y.z WHERE colA > 0" would have
transformationSql", colA + colB AS colC") If transformationSql is not provided, all columns of the delta table are present in the DataSource dataframe
- full
Name String - (string) - The full three-part (catalog, schema, table) name of the Delta table
- dataframe
Schema String - (string) - Schema of the resulting dataframe after transformations, in Spark StructType JSON format (from df.schema.json()). Required if transformationSql is specified. Example: {"type":"struct","fields":[{"name":"colA","type":"integer","nullable":true,"metadata":{}},{"name":"colC","type":"integer","nullable":true,"metadata":{}}]}
- entity
Columns List<String> - (list of string, deprecated) - Deprecated: Use Feature.entity instead. Kept for backwards compatibility. The entity columns of the Delta table
- filter
Condition String - (string) - Single WHERE clause to filter delta table before applying transformations. Will be row-wise evaluated, so should only include conditionals and projections
- timeseries
Column String - (string, deprecated) - Deprecated: Use Feature.timeseries_column instead. Kept for backwards compatibility. The timeseries column of the Delta table
- transformation
Sql String - (string) - A single SQL SELECT expression applied after filter_condition.
Should contains all the columns needed (eg. "SELECT , colA + colB AS colC FROM x.y.z WHERE colA > 0" would have
transformationSql", colA + colB AS colC") If transformationSql is not provided, all columns of the delta table are present in the DataSource dataframe
GetFeatureEngineeringKafkaConfigIngestionConfig
- Backfill
Job intId - (integer) - The ID of the Databricks Job that performs the historical backfill of the ingestion Delta table
- Ingestion
Destination GetFeature Engineering Kafka Config Ingestion Config Ingestion Destination - (IngestionDestination) - Destination for the Databricks-managed Delta table that holds an offline copy of the streaming data for querying and training. This table contains both 1) forward-filled data from the Stream and 2) backfilled data from the BackfillSource (if provided). This table is created and managed by Databricks and is deleted when the Stream is deleted
- Ingestion
Job intId - (integer) - The ID of the Databricks Job that performs the forward-fill ingestion
- Ingestion
Pipeline stringId - (string) - The ID of the SDP pipeline that continuously copies new events from the streaming source into the ingestion Delta table
- Backfill
Source GetFeature Engineering Kafka Config Ingestion Config Backfill Source - (BackfillSource) - A user-provided source for backfilling data. Historical data is used when creating a training set from streaming features linked to this Stream. The backfill data stored in this location will be copied into the ingestion table for offline querying and training. The schema for this source must match exactly that of the key and payload schemas specified for this Stream
- Deduplication
Columns List<string> - (list of string) - Column paths used to identify duplicate rows during ingestion; only one row per
distinct combination of these values is kept. Use dot notation for nested fields
(e.g.
value.user_id). Empty list means every column is compared
- Backfill
Job intId - (integer) - The ID of the Databricks Job that performs the historical backfill of the ingestion Delta table
- Ingestion
Destination GetFeature Engineering Kafka Config Ingestion Config Ingestion Destination - (IngestionDestination) - Destination for the Databricks-managed Delta table that holds an offline copy of the streaming data for querying and training. This table contains both 1) forward-filled data from the Stream and 2) backfilled data from the BackfillSource (if provided). This table is created and managed by Databricks and is deleted when the Stream is deleted
- Ingestion
Job intId - (integer) - The ID of the Databricks Job that performs the forward-fill ingestion
- Ingestion
Pipeline stringId - (string) - The ID of the SDP pipeline that continuously copies new events from the streaming source into the ingestion Delta table
- Backfill
Source GetFeature Engineering Kafka Config Ingestion Config Backfill Source - (BackfillSource) - A user-provided source for backfilling data. Historical data is used when creating a training set from streaming features linked to this Stream. The backfill data stored in this location will be copied into the ingestion table for offline querying and training. The schema for this source must match exactly that of the key and payload schemas specified for this Stream
- Deduplication
Columns []string - (list of string) - Column paths used to identify duplicate rows during ingestion; only one row per
distinct combination of these values is kept. Use dot notation for nested fields
(e.g.
value.user_id). Empty list means every column is compared
- backfill_
job_ numberid - (integer) - The ID of the Databricks Job that performs the historical backfill of the ingestion Delta table
- ingestion_
destination object - (IngestionDestination) - Destination for the Databricks-managed Delta table that holds an offline copy of the streaming data for querying and training. This table contains both 1) forward-filled data from the Stream and 2) backfilled data from the BackfillSource (if provided). This table is created and managed by Databricks and is deleted when the Stream is deleted
- ingestion_
job_ numberid - (integer) - The ID of the Databricks Job that performs the forward-fill ingestion
- ingestion_
pipeline_ stringid - (string) - The ID of the SDP pipeline that continuously copies new events from the streaming source into the ingestion Delta table
- backfill_
source object - (BackfillSource) - A user-provided source for backfilling data. Historical data is used when creating a training set from streaming features linked to this Stream. The backfill data stored in this location will be copied into the ingestion table for offline querying and training. The schema for this source must match exactly that of the key and payload schemas specified for this Stream
- deduplication_
columns list(string) - (list of string) - Column paths used to identify duplicate rows during ingestion; only one row per
distinct combination of these values is kept. Use dot notation for nested fields
(e.g.
value.user_id). Empty list means every column is compared
- backfill
Job IntegerId - (integer) - The ID of the Databricks Job that performs the historical backfill of the ingestion Delta table
- ingestion
Destination GetFeature Engineering Kafka Config Ingestion Config Ingestion Destination - (IngestionDestination) - Destination for the Databricks-managed Delta table that holds an offline copy of the streaming data for querying and training. This table contains both 1) forward-filled data from the Stream and 2) backfilled data from the BackfillSource (if provided). This table is created and managed by Databricks and is deleted when the Stream is deleted
- ingestion
Job IntegerId - (integer) - The ID of the Databricks Job that performs the forward-fill ingestion
- ingestion
Pipeline StringId - (string) - The ID of the SDP pipeline that continuously copies new events from the streaming source into the ingestion Delta table
- backfill
Source GetFeature Engineering Kafka Config Ingestion Config Backfill Source - (BackfillSource) - A user-provided source for backfilling data. Historical data is used when creating a training set from streaming features linked to this Stream. The backfill data stored in this location will be copied into the ingestion table for offline querying and training. The schema for this source must match exactly that of the key and payload schemas specified for this Stream
- deduplication
Columns List<String> - (list of string) - Column paths used to identify duplicate rows during ingestion; only one row per
distinct combination of these values is kept. Use dot notation for nested fields
(e.g.
value.user_id). Empty list means every column is compared
- backfill
Job numberId - (integer) - The ID of the Databricks Job that performs the historical backfill of the ingestion Delta table
- ingestion
Destination GetFeature Engineering Kafka Config Ingestion Config Ingestion Destination - (IngestionDestination) - Destination for the Databricks-managed Delta table that holds an offline copy of the streaming data for querying and training. This table contains both 1) forward-filled data from the Stream and 2) backfilled data from the BackfillSource (if provided). This table is created and managed by Databricks and is deleted when the Stream is deleted
- ingestion
Job numberId - (integer) - The ID of the Databricks Job that performs the forward-fill ingestion
- ingestion
Pipeline stringId - (string) - The ID of the SDP pipeline that continuously copies new events from the streaming source into the ingestion Delta table
- backfill
Source GetFeature Engineering Kafka Config Ingestion Config Backfill Source - (BackfillSource) - A user-provided source for backfilling data. Historical data is used when creating a training set from streaming features linked to this Stream. The backfill data stored in this location will be copied into the ingestion table for offline querying and training. The schema for this source must match exactly that of the key and payload schemas specified for this Stream
- deduplication
Columns string[] - (list of string) - Column paths used to identify duplicate rows during ingestion; only one row per
distinct combination of these values is kept. Use dot notation for nested fields
(e.g.
value.user_id). Empty list means every column is compared
- backfill_
job_ intid - (integer) - The ID of the Databricks Job that performs the historical backfill of the ingestion Delta table
- ingestion_
destination GetFeature Engineering Kafka Config Ingestion Config Ingestion Destination - (IngestionDestination) - Destination for the Databricks-managed Delta table that holds an offline copy of the streaming data for querying and training. This table contains both 1) forward-filled data from the Stream and 2) backfilled data from the BackfillSource (if provided). This table is created and managed by Databricks and is deleted when the Stream is deleted
- ingestion_
job_ intid - (integer) - The ID of the Databricks Job that performs the forward-fill ingestion
- ingestion_
pipeline_ strid - (string) - The ID of the SDP pipeline that continuously copies new events from the streaming source into the ingestion Delta table
- backfill_
source GetFeature Engineering Kafka Config Ingestion Config Backfill Source - (BackfillSource) - A user-provided source for backfilling data. Historical data is used when creating a training set from streaming features linked to this Stream. The backfill data stored in this location will be copied into the ingestion table for offline querying and training. The schema for this source must match exactly that of the key and payload schemas specified for this Stream
- deduplication_
columns Sequence[str] - (list of string) - Column paths used to identify duplicate rows during ingestion; only one row per
distinct combination of these values is kept. Use dot notation for nested fields
(e.g.
value.user_id). Empty list means every column is compared
- backfill
Job NumberId - (integer) - The ID of the Databricks Job that performs the historical backfill of the ingestion Delta table
- ingestion
Destination Property Map - (IngestionDestination) - Destination for the Databricks-managed Delta table that holds an offline copy of the streaming data for querying and training. This table contains both 1) forward-filled data from the Stream and 2) backfilled data from the BackfillSource (if provided). This table is created and managed by Databricks and is deleted when the Stream is deleted
- ingestion
Job NumberId - (integer) - The ID of the Databricks Job that performs the forward-fill ingestion
- ingestion
Pipeline StringId - (string) - The ID of the SDP pipeline that continuously copies new events from the streaming source into the ingestion Delta table
- backfill
Source Property Map - (BackfillSource) - A user-provided source for backfilling data. Historical data is used when creating a training set from streaming features linked to this Stream. The backfill data stored in this location will be copied into the ingestion table for offline querying and training. The schema for this source must match exactly that of the key and payload schemas specified for this Stream
- deduplication
Columns List<String> - (list of string) - Column paths used to identify duplicate rows during ingestion; only one row per
distinct combination of these values is kept. Use dot notation for nested fields
(e.g.
value.user_id). Empty list means every column is compared
GetFeatureEngineeringKafkaConfigIngestionConfigBackfillSource
- Delta
Table stringName - (string) - The full three-part name (catalog, schema, name) of the Delta table to be created for ingestion
- Delta
Table GetSource Feature Engineering Kafka Config Ingestion Config Backfill Source Delta Table Source - (DeltaTableSource, deprecated) - Deprecated: Use deltaTableName instead. Kept for backwards compatibility. The Delta table source containing the historical data to backfill. Only the delta table name is used for backfill, other fields are ignored
- Delta
Table stringName - (string) - The full three-part name (catalog, schema, name) of the Delta table to be created for ingestion
- Delta
Table GetSource Feature Engineering Kafka Config Ingestion Config Backfill Source Delta Table Source - (DeltaTableSource, deprecated) - Deprecated: Use deltaTableName instead. Kept for backwards compatibility. The Delta table source containing the historical data to backfill. Only the delta table name is used for backfill, other fields are ignored
- delta_
table_ stringname - (string) - The full three-part name (catalog, schema, name) of the Delta table to be created for ingestion
- delta_
table_ objectsource - (DeltaTableSource, deprecated) - Deprecated: Use deltaTableName instead. Kept for backwards compatibility. The Delta table source containing the historical data to backfill. Only the delta table name is used for backfill, other fields are ignored
- delta
Table StringName - (string) - The full three-part name (catalog, schema, name) of the Delta table to be created for ingestion
- delta
Table GetSource Feature Engineering Kafka Config Ingestion Config Backfill Source Delta Table Source - (DeltaTableSource, deprecated) - Deprecated: Use deltaTableName instead. Kept for backwards compatibility. The Delta table source containing the historical data to backfill. Only the delta table name is used for backfill, other fields are ignored
- delta
Table stringName - (string) - The full three-part name (catalog, schema, name) of the Delta table to be created for ingestion
- delta
Table GetSource Feature Engineering Kafka Config Ingestion Config Backfill Source Delta Table Source - (DeltaTableSource, deprecated) - Deprecated: Use deltaTableName instead. Kept for backwards compatibility. The Delta table source containing the historical data to backfill. Only the delta table name is used for backfill, other fields are ignored
- delta_
table_ strname - (string) - The full three-part name (catalog, schema, name) of the Delta table to be created for ingestion
- delta_
table_ Getsource Feature Engineering Kafka Config Ingestion Config Backfill Source Delta Table Source - (DeltaTableSource, deprecated) - Deprecated: Use deltaTableName instead. Kept for backwards compatibility. The Delta table source containing the historical data to backfill. Only the delta table name is used for backfill, other fields are ignored
- delta
Table StringName - (string) - The full three-part name (catalog, schema, name) of the Delta table to be created for ingestion
- delta
Table Property MapSource - (DeltaTableSource, deprecated) - Deprecated: Use deltaTableName instead. Kept for backwards compatibility. The Delta table source containing the historical data to backfill. Only the delta table name is used for backfill, other fields are ignored
GetFeatureEngineeringKafkaConfigIngestionConfigBackfillSourceDeltaTableSource
- Full
Name string - (string) - The full three-part (catalog, schema, table) name of the Delta table
- Dataframe
Schema string - (string) - Schema of the resulting dataframe after transformations, in Spark StructType JSON format (from df.schema.json()). Required if transformationSql is specified. Example: {"type":"struct","fields":[{"name":"colA","type":"integer","nullable":true,"metadata":{}},{"name":"colC","type":"integer","nullable":true,"metadata":{}}]}
- Entity
Columns List<string> - (list of string, deprecated) - Deprecated: Use Feature.entity instead. Kept for backwards compatibility. The entity columns of the Delta table
- Filter
Condition string - (string) - Single WHERE clause to filter delta table before applying transformations. Will be row-wise evaluated, so should only include conditionals and projections
- Timeseries
Column string - (string, deprecated) - Deprecated: Use Feature.timeseries_column instead. Kept for backwards compatibility. The timeseries column of the Delta table
- Transformation
Sql string - (string) - A single SQL SELECT expression applied after filter_condition.
Should contains all the columns needed (eg. "SELECT , colA + colB AS colC FROM x.y.z WHERE colA > 0" would have
transformationSql", colA + colB AS colC") If transformationSql is not provided, all columns of the delta table are present in the DataSource dataframe
- Full
Name string - (string) - The full three-part (catalog, schema, table) name of the Delta table
- Dataframe
Schema string - (string) - Schema of the resulting dataframe after transformations, in Spark StructType JSON format (from df.schema.json()). Required if transformationSql is specified. Example: {"type":"struct","fields":[{"name":"colA","type":"integer","nullable":true,"metadata":{}},{"name":"colC","type":"integer","nullable":true,"metadata":{}}]}
- Entity
Columns []string - (list of string, deprecated) - Deprecated: Use Feature.entity instead. Kept for backwards compatibility. The entity columns of the Delta table
- Filter
Condition string - (string) - Single WHERE clause to filter delta table before applying transformations. Will be row-wise evaluated, so should only include conditionals and projections
- Timeseries
Column string - (string, deprecated) - Deprecated: Use Feature.timeseries_column instead. Kept for backwards compatibility. The timeseries column of the Delta table
- Transformation
Sql string - (string) - A single SQL SELECT expression applied after filter_condition.
Should contains all the columns needed (eg. "SELECT , colA + colB AS colC FROM x.y.z WHERE colA > 0" would have
transformationSql", colA + colB AS colC") If transformationSql is not provided, all columns of the delta table are present in the DataSource dataframe
- full_
name string - (string) - The full three-part (catalog, schema, table) name of the Delta table
- dataframe_
schema string - (string) - Schema of the resulting dataframe after transformations, in Spark StructType JSON format (from df.schema.json()). Required if transformationSql is specified. Example: {"type":"struct","fields":[{"name":"colA","type":"integer","nullable":true,"metadata":{}},{"name":"colC","type":"integer","nullable":true,"metadata":{}}]}
- entity_
columns list(string) - (list of string, deprecated) - Deprecated: Use Feature.entity instead. Kept for backwards compatibility. The entity columns of the Delta table
- filter_
condition string - (string) - Single WHERE clause to filter delta table before applying transformations. Will be row-wise evaluated, so should only include conditionals and projections
- timeseries_
column string - (string, deprecated) - Deprecated: Use Feature.timeseries_column instead. Kept for backwards compatibility. The timeseries column of the Delta table
- transformation_
sql string - (string) - A single SQL SELECT expression applied after filter_condition.
Should contains all the columns needed (eg. "SELECT , colA + colB AS colC FROM x.y.z WHERE colA > 0" would have
transformationSql", colA + colB AS colC") If transformationSql is not provided, all columns of the delta table are present in the DataSource dataframe
- full
Name String - (string) - The full three-part (catalog, schema, table) name of the Delta table
- dataframe
Schema String - (string) - Schema of the resulting dataframe after transformations, in Spark StructType JSON format (from df.schema.json()). Required if transformationSql is specified. Example: {"type":"struct","fields":[{"name":"colA","type":"integer","nullable":true,"metadata":{}},{"name":"colC","type":"integer","nullable":true,"metadata":{}}]}
- entity
Columns List<String> - (list of string, deprecated) - Deprecated: Use Feature.entity instead. Kept for backwards compatibility. The entity columns of the Delta table
- filter
Condition String - (string) - Single WHERE clause to filter delta table before applying transformations. Will be row-wise evaluated, so should only include conditionals and projections
- timeseries
Column String - (string, deprecated) - Deprecated: Use Feature.timeseries_column instead. Kept for backwards compatibility. The timeseries column of the Delta table
- transformation
Sql String - (string) - A single SQL SELECT expression applied after filter_condition.
Should contains all the columns needed (eg. "SELECT , colA + colB AS colC FROM x.y.z WHERE colA > 0" would have
transformationSql", colA + colB AS colC") If transformationSql is not provided, all columns of the delta table are present in the DataSource dataframe
- full
Name string - (string) - The full three-part (catalog, schema, table) name of the Delta table
- dataframe
Schema string - (string) - Schema of the resulting dataframe after transformations, in Spark StructType JSON format (from df.schema.json()). Required if transformationSql is specified. Example: {"type":"struct","fields":[{"name":"colA","type":"integer","nullable":true,"metadata":{}},{"name":"colC","type":"integer","nullable":true,"metadata":{}}]}
- entity
Columns string[] - (list of string, deprecated) - Deprecated: Use Feature.entity instead. Kept for backwards compatibility. The entity columns of the Delta table
- filter
Condition string - (string) - Single WHERE clause to filter delta table before applying transformations. Will be row-wise evaluated, so should only include conditionals and projections
- timeseries
Column string - (string, deprecated) - Deprecated: Use Feature.timeseries_column instead. Kept for backwards compatibility. The timeseries column of the Delta table
- transformation
Sql string - (string) - A single SQL SELECT expression applied after filter_condition.
Should contains all the columns needed (eg. "SELECT , colA + colB AS colC FROM x.y.z WHERE colA > 0" would have
transformationSql", colA + colB AS colC") If transformationSql is not provided, all columns of the delta table are present in the DataSource dataframe
- full_
name str - (string) - The full three-part (catalog, schema, table) name of the Delta table
- dataframe_
schema str - (string) - Schema of the resulting dataframe after transformations, in Spark StructType JSON format (from df.schema.json()). Required if transformationSql is specified. Example: {"type":"struct","fields":[{"name":"colA","type":"integer","nullable":true,"metadata":{}},{"name":"colC","type":"integer","nullable":true,"metadata":{}}]}
- entity_
columns Sequence[str] - (list of string, deprecated) - Deprecated: Use Feature.entity instead. Kept for backwards compatibility. The entity columns of the Delta table
- filter_
condition str - (string) - Single WHERE clause to filter delta table before applying transformations. Will be row-wise evaluated, so should only include conditionals and projections
- timeseries_
column str - (string, deprecated) - Deprecated: Use Feature.timeseries_column instead. Kept for backwards compatibility. The timeseries column of the Delta table
- transformation_
sql str - (string) - A single SQL SELECT expression applied after filter_condition.
Should contains all the columns needed (eg. "SELECT , colA + colB AS colC FROM x.y.z WHERE colA > 0" would have
transformationSql", colA + colB AS colC") If transformationSql is not provided, all columns of the delta table are present in the DataSource dataframe
- full
Name String - (string) - The full three-part (catalog, schema, table) name of the Delta table
- dataframe
Schema String - (string) - Schema of the resulting dataframe after transformations, in Spark StructType JSON format (from df.schema.json()). Required if transformationSql is specified. Example: {"type":"struct","fields":[{"name":"colA","type":"integer","nullable":true,"metadata":{}},{"name":"colC","type":"integer","nullable":true,"metadata":{}}]}
- entity
Columns List<String> - (list of string, deprecated) - Deprecated: Use Feature.entity instead. Kept for backwards compatibility. The entity columns of the Delta table
- filter
Condition String - (string) - Single WHERE clause to filter delta table before applying transformations. Will be row-wise evaluated, so should only include conditionals and projections
- timeseries
Column String - (string, deprecated) - Deprecated: Use Feature.timeseries_column instead. Kept for backwards compatibility. The timeseries column of the Delta table
- transformation
Sql String - (string) - A single SQL SELECT expression applied after filter_condition.
Should contains all the columns needed (eg. "SELECT , colA + colB AS colC FROM x.y.z WHERE colA > 0" would have
transformationSql", colA + colB AS colC") If transformationSql is not provided, all columns of the delta table are present in the DataSource dataframe
GetFeatureEngineeringKafkaConfigIngestionConfigIngestionDestination
- Delta
Table stringName - (string) - The full three-part name (catalog, schema, name) of the Delta table to be created for ingestion
- Delta
Table stringName - (string) - The full three-part name (catalog, schema, name) of the Delta table to be created for ingestion
- delta_
table_ stringname - (string) - The full three-part name (catalog, schema, name) of the Delta table to be created for ingestion
- delta
Table StringName - (string) - The full three-part name (catalog, schema, name) of the Delta table to be created for ingestion
- delta
Table stringName - (string) - The full three-part name (catalog, schema, name) of the Delta table to be created for ingestion
- delta_
table_ strname - (string) - The full three-part name (catalog, schema, name) of the Delta table to be created for ingestion
- delta
Table StringName - (string) - The full three-part name (catalog, schema, name) of the Delta table to be created for ingestion
GetFeatureEngineeringKafkaConfigKeySchema
- Json
Schema string - (string) - Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
- Json
Schema string - (string) - Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
- json_
schema string - (string) - Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
- json
Schema String - (string) - Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
- json
Schema string - (string) - Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
- json_
schema str - (string) - Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
- json
Schema String - (string) - Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
GetFeatureEngineeringKafkaConfigProviderConfig
- Workspace
Id string - Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
- Workspace
Id string - Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
- workspace_
id string - Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
- workspace
Id String - Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
- workspace
Id string - Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
- workspace_
id str - Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
- workspace
Id String - Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
GetFeatureEngineeringKafkaConfigSubscriptionMode
- Assign string
- (string) - A JSON string that contains the specific topic-partitions to consume from. For example, for '{"topicA":[0,1],"topicB":[2,4]}', topicA's 0'th and 1st partitions will be consumed from
- Subscribe string
- (string) - A comma-separated list of Kafka topics to read from. For example, 'topicA,topicB,topicC'
- Subscribe
Pattern string - (string) - A regular expression matching topics to subscribe to. For example, 'topic.*' will subscribe to all topics starting with 'topic'
- Assign string
- (string) - A JSON string that contains the specific topic-partitions to consume from. For example, for '{"topicA":[0,1],"topicB":[2,4]}', topicA's 0'th and 1st partitions will be consumed from
- Subscribe string
- (string) - A comma-separated list of Kafka topics to read from. For example, 'topicA,topicB,topicC'
- Subscribe
Pattern string - (string) - A regular expression matching topics to subscribe to. For example, 'topic.*' will subscribe to all topics starting with 'topic'
- assign string
- (string) - A JSON string that contains the specific topic-partitions to consume from. For example, for '{"topicA":[0,1],"topicB":[2,4]}', topicA's 0'th and 1st partitions will be consumed from
- subscribe string
- (string) - A comma-separated list of Kafka topics to read from. For example, 'topicA,topicB,topicC'
- subscribe_
pattern string - (string) - A regular expression matching topics to subscribe to. For example, 'topic.*' will subscribe to all topics starting with 'topic'
- assign String
- (string) - A JSON string that contains the specific topic-partitions to consume from. For example, for '{"topicA":[0,1],"topicB":[2,4]}', topicA's 0'th and 1st partitions will be consumed from
- subscribe String
- (string) - A comma-separated list of Kafka topics to read from. For example, 'topicA,topicB,topicC'
- subscribe
Pattern String - (string) - A regular expression matching topics to subscribe to. For example, 'topic.*' will subscribe to all topics starting with 'topic'
- assign string
- (string) - A JSON string that contains the specific topic-partitions to consume from. For example, for '{"topicA":[0,1],"topicB":[2,4]}', topicA's 0'th and 1st partitions will be consumed from
- subscribe string
- (string) - A comma-separated list of Kafka topics to read from. For example, 'topicA,topicB,topicC'
- subscribe
Pattern string - (string) - A regular expression matching topics to subscribe to. For example, 'topic.*' will subscribe to all topics starting with 'topic'
- assign str
- (string) - A JSON string that contains the specific topic-partitions to consume from. For example, for '{"topicA":[0,1],"topicB":[2,4]}', topicA's 0'th and 1st partitions will be consumed from
- subscribe str
- (string) - A comma-separated list of Kafka topics to read from. For example, 'topicA,topicB,topicC'
- subscribe_
pattern str - (string) - A regular expression matching topics to subscribe to. For example, 'topic.*' will subscribe to all topics starting with 'topic'
- assign String
- (string) - A JSON string that contains the specific topic-partitions to consume from. For example, for '{"topicA":[0,1],"topicB":[2,4]}', topicA's 0'th and 1st partitions will be consumed from
- subscribe String
- (string) - A comma-separated list of Kafka topics to read from. For example, 'topicA,topicB,topicC'
- subscribe
Pattern String - (string) - A regular expression matching topics to subscribe to. For example, 'topic.*' will subscribe to all topics starting with 'topic'
GetFeatureEngineeringKafkaConfigValueSchema
- Json
Schema string - (string) - Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
- Json
Schema string - (string) - Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
- json_
schema string - (string) - Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
- json
Schema String - (string) - Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
- json
Schema string - (string) - Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
- json_
schema str - (string) - Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
- json
Schema String - (string) - Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
Package Details
- Repository
- databricks pulumi/pulumi-databricks
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
databricksTerraform Provider.
Viewing docs for Databricks v1.96.0
published on Thursday, Jun 18, 2026 by Pulumi
published on Thursday, Jun 18, 2026 by Pulumi