mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-19 06:38:04 +00:00
12 lines
287 B
YAML
12 lines
287 B
YAML
![]() |
source:
|
||
|
type: feast
|
||
|
config:
|
||
|
core_url: localhost:6565 # default
|
||
|
env: "PROD" # Optional, default is "PROD"
|
||
|
use_local_build: False # Whether to build Feast ingestion image locally, default is False
|
||
|
|
||
|
sink:
|
||
|
type: "datahub-rest"
|
||
|
config:
|
||
|
server: "http://localhost:8080"
|