-
Notifications
You must be signed in to change notification settings - Fork 1.2k
fix: Add possibility to overwrite send_receive_timeout for clickhouse offline store #5792
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
fix: Add possibility to overwrite send_receive_timeout for clickhouse offline store #5792
Conversation
|
@franciscojavierarceo @ntkathole A small improvement to Clickhouse offline store. |
a9c9902 to
508bf0f
Compare
|
I'll additionally test how this more generic additional_args field works with feature_store.yaml config 🕐 . Will let you know in this thread @ntkathole . |
|
@ntkathole All ready from my end! |
|
@ntkathole Any ideas? can we retry? Unrelated to PR, it seems :/ Caching? |
|
It seems related to aws creds, looking |
Signed-off-by: lukas.valatka <lukas.valatka@cast.ai>
Signed-off-by: lukas.valatka <lukas.valatka@cast.ai>
Signed-off-by: lukas.valatka <lukas.valatka@cast.ai>
Signed-off-by: lukas.valatka <lukas.valatka@cast.ai>
15c6d7a to
a3b9977
Compare
ntkathole
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
What this PR does / why we need it:
We noticed that for some of our larger
get_historical_featuresjobs, we started getting:in essence, we need to be able to control some of the client-side timeouts within the clickhouse client used by the feature store. PR introduces such functionality.
Which issue(s) this PR fixes:
(inline issue within this PR)