tecton repo-config
Usage​
tecton repo-config COMMAND [ARGS]
Description​
Manage the Tecton Repo Config, a YAML config used to configure how Tecton builds
and applies your feature definitions during tecton plan/apply/test
.
Commands​
Command | Description |
---|---|
init | Initialize a template repo config. |
show | Parse and print the repo config. |
Repo Config Schema​
# Specify Tecton object defaults. All fields are optional. See the documentation for each Tecton object for more
# documentation about each parameter.
defaults:
# Configure default values for these Batch Feature View parameters.
batch_feature_view:
online_store: # Choose one: DynamoConfig, RedisConfig, BigtableConfig
offline_store: # Choose one: OfflineStoreConfig, DeltaConfig, ParquetConfig
batch_compute: # Choose one: DatabricksClusterConfig, EMRClusterConfig, etc.
tecton_materialization_runtime: # (Spark-only) E.g., '0.9.0'
environment: # (Rift-only) E.g., 'tecton-rift-core-0.9.0'
# Configure default values for these Batch Feature View parameters.
stream_feature_view:
# Inherit all fields from batch_feature_view, plus:
stream_compute: # Choose one: DatabricksClusterConfig, EMRClusterConfig, etc.
# Configure default values for these Feature Table parameters.
feature_table:
# Inherit all fields from batch_feature_view.
# Configure default values for these Feature Service parameters.
feature_service:
on_demand_environment: # E.g., 'my-environment'