Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redshift does not support multiple entities #1816

Closed
woop opened this issue Aug 30, 2021 · 0 comments · Fixed by #1850
Closed

Redshift does not support multiple entities #1816

woop opened this issue Aug 30, 2021 · 0 comments · Fixed by #1850
Labels
priority/p0 Highest priority

Comments

@woop
Copy link
Member

woop commented Aug 30, 2021

Expected Behavior

Feast supports multiple entities with Redshift sources

Current Behavior

When a feature requires more than 1 entities, Feast will throw error upon retrieving feature. It throws the follow error:

ERROR: function concat(character varying, character varying, character varying) does not exist\n  Hint: No function matches the given name and argument types. You may need to add explicit type casts.

The reason is, redshift CONCAT only support 2 arguments. you might want consider the concat operator or nested concat

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority/p0 Highest priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant