Skip to content

Commit

Permalink
fix spark source
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Chiao <[email protected]>
  • Loading branch information
adchia committed Mar 4, 2022
1 parent bdd220f commit 75b2cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/feast/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def update_data_sources_with_inferred_event_timestamp_col(
"DataSource",
f"""
DataSource inferencing of event_timestamp_column is currently only supported
for FileSource, SparkSource, BigQuerySource, RedshiftSource, and SnowflakeSource.
for FileSource, SparkSource, BigQuerySource, RedshiftSource, and SnowflakeSource.
Attempting to infer from {data_source}.
""",
)
Expand Down

0 comments on commit 75b2cc2

Please sign in to comment.