diff --git a/sdk/python/feast/templates/spark/example.py b/sdk/python/feast/templates/spark/example.py index ddda73b7872..11a25e1be24 100644 --- a/sdk/python/feast/templates/spark/example.py +++ b/sdk/python/feast/templates/spark/example.py @@ -23,12 +23,14 @@ # Sources driver_hourly_stats = SparkSource( + name="driver_hourly_stats", path=f"{CURRENT_DIR}/data/driver_hourly_stats", file_format="parquet", event_timestamp_column="event_timestamp", created_timestamp_column="created", ) customer_daily_profile = SparkSource( + name="customer_daily_profile", path=f"{CURRENT_DIR}/data/customer_daily_profile", file_format="parquet", event_timestamp_column="event_timestamp",