We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a93152 commit e7a3b3fCopy full SHA for e7a3b3f
sdk/python/feast/templates/spark/example.py
@@ -23,12 +23,14 @@
23
24
# Sources
25
driver_hourly_stats = SparkSource(
26
+ name="driver_hourly_stats",
27
path=f"{CURRENT_DIR}/data/driver_hourly_stats",
28
file_format="parquet",
29
event_timestamp_column="event_timestamp",
30
created_timestamp_column="created",
31
)
32
customer_daily_profile = SparkSource(
33
+ name="customer_daily_profile",
34
path=f"{CURRENT_DIR}/data/customer_daily_profile",
35
36
0 commit comments