Skip to content

Commit

Permalink
Implement materialization for RedshiftOfflineStore & RedshiftRetrieva…
Browse files Browse the repository at this point in the history
…lJob (feast-dev#1680)

* Implement materialization for RedshiftOfflineStore

Signed-off-by: Tsotne Tabidze <tsotne@tecton.ai>

* Address Willem's comments

Signed-off-by: Tsotne Tabidze <tsotne@tecton.ai>

* Rename method

Signed-off-by: Tsotne Tabidze <tsotne@tecton.ai>
Signed-off-by: CS <2498638+charliec443@users.noreply.github.com>
  • Loading branch information
Tsotne Tabidze authored and SourdoughCat committed Jul 16, 2021
1 parent 07425ac commit e420c31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/python/feast/infra/offline_stores/redshift.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def get_historical_features_by_view(
):
pass


class RedshiftRetrievalJob(RetrievalJob):
def __init__(self, query: str, redshift_client, s3_resource, config: RepoConfig):
"""Initialize RedshiftRetrievalJob object.
Expand Down

0 comments on commit e420c31

Please sign in to comment.