Skip to content

RedshiftSource.__init__() got an unexpected keyword argument 'event_timestamp_column' #7

@oonisim

Description

@oonisim

There is no more argument event_timestamp_column in RedshiftSource as in the latest FEAST.

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions