-
Notifications
You must be signed in to change notification settings - Fork 996
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
S3 endpoint configuration #1169 #1172
Conversation
Hi @mike0sv. Thanks for your PR. I'm waiting for a feast-dev member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Thanks for this @mike0sv! /ok-to-test |
/kind feature |
Hey, @woop, some tests failed because I provided |
I prefer |
Signed-off-by: mike0sv <mike0sv@gmail.com>
Signed-off-by: mike0sv <mike0sv@gmail.com>
Not sure, why this was closed and not sure why tests failed (seems to be not related to my changes). Please send help :) |
Can you please run @pyalex is trying to fix the other test here: https://github.com/feast-dev/feast/pull/1173/files |
|
Unfortunately, the |
/retest |
sdk/python/feast/config.py
Outdated
return self._config.get( | ||
CONFIG_FILE_SECTION, | ||
option, | ||
vars={**_get_feast_env_vars(), **self._options}, | ||
vars={ |
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.
By the way, I think you should submit this change as part of a separate PR please.
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.
Created new PR, it seems it needs to be merged before this one
Signed-off-by: mike0sv <mike0sv@gmail.com>
... |
Noted, didn't realize that. |
# Conflicts: # sdk/python/feast/staging/storage_client.py
@@ -166,7 +167,7 @@ def _read_table_from_source( | |||
|
|||
|
|||
def _upload_to_file_source( | |||
file_url: str, with_partitions: bool, dest_path: str | |||
file_url: str, with_partitions: bool, dest_path: str, config: Config |
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.
I think the arguments in the docstring is out of date. Would you mind updating?
Signed-off-by: mike0sv <mike0sv@gmail.com>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mike0sv, woop The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #1169
Does this PR introduce a user-facing change?: