feast-dev / feast-dev/feast-aws-credit-scoring-tutorial
RedshiftSource.__init__() got an unexpected keyword argument 'event_timestamp_column'
- Dominant language
- Python
- Stars
- 76
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
There is no more argument event_timestamp_column in [RedshiftSource as in the latest FEAST](https://rtd.feast.dev/en/master/feast.html#feast.RedshiftSource).
Hence, ```feast apply``` step fails at feature_repo/features.py.
```
credit_history_source = RedshiftSource(
query="SELECT * FROM spectrum.credit_history",
# API changed
# RedshiftSource.__init__() got an unexpected keyword argument 'event_timestamp_column'
# event_timestamp_column="event_timestamp",
timestamp_field="event_timestamp", # <-----
created_timestamp_column="created_timestamp",
)
```
# Environment
FEAST 0.51
Python 3.11
MacOS (Apple Silicon)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.