Skip to content

Commit

Permalink
Temp fix
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
  • Loading branch information
kevjumba committed Apr 5, 2022
1 parent 1f16637 commit d98720c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
file_path = "driver_stats.parquet"
driver_hourly_stats = FileSource(
path=file_path,
timestamp_field="event_timestamp",
event_timestamp_column="event_timestamp",
created_timestamp_column="created",
)

Expand Down Expand Up @@ -68,7 +68,7 @@ def transformed_conv_rate(features_df: pd.DataFrame) -> pd.DataFrame:

generated_data_source = FileSource(
path="benchmark_data.parquet",
timestamp_field="event_timestamp",
event_timestamp_column="event_timestamp",
)

entity = Entity(
Expand Down

0 comments on commit d98720c

Please sign in to comment.