diff --git a/metadata-ingestion/docs/sources/feast/feast-legacy_recipe.yml b/metadata-ingestion/docs/sources/feast/feast-legacy_recipe.yml new file mode 100644 index 0000000000..96b6eeaea9 --- /dev/null +++ b/metadata-ingestion/docs/sources/feast/feast-legacy_recipe.yml @@ -0,0 +1,8 @@ +source: + type: feast-legacy + config: + # Coordinates + core_url: "localhost:6565" + +sink: + # sink configs diff --git a/metadata-ingestion/docs/sources/feast/feast_recipe.yml b/metadata-ingestion/docs/sources/feast/feast_recipe.yml index 8da4825ad8..6974d99b5f 100644 --- a/metadata-ingestion/docs/sources/feast/feast_recipe.yml +++ b/metadata-ingestion/docs/sources/feast/feast_recipe.yml @@ -2,7 +2,9 @@ source: type: feast config: # Coordinates - core_url: "localhost:6565" + path: "/path/to/repository/" + # Options + environment: "PROD" sink: - # sink configs \ No newline at end of file + # sink configs