-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Multiple tiny AWS related fixes #1083
Conversation
/kind bug |
@@ -912,7 +912,7 @@ def get_historical_features( | |||
else entity_staging_uri.netloc | |||
) | |||
staging_client.upload_file( | |||
df_export_path.name, bucket, entity_staging_uri.path | |||
df_export_path.name, bucket, entity_staging_uri.path.lstrip("/") |
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.
shouldn't that strip
be part of implementation (GS, s3)?
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.
We can put strip
into both implementations too (gcp actually has it already). It just goes a bit against S3 (and i suspect GCP) semantics where /a
and a
are separate objects
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 will look into the GCP part again.
a8a4eff
to
2b79209
Compare
/retest |
ea71985
to
4420fce
Compare
/retest |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: khorshuheng, oavdeev 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 |
* Fix object path math in client staging uploader * Add random suffix to the historical retrieval output location * EMR job now actually checks for status * add boto3 dep Signed-off-by: Oleg Avdeev <oleg.v.avdeev@gmail.com>
Signed-off-by: Oleg Avdeev <oleg.v.avdeev@gmail.com>
4420fce
to
1102f04
Compare
/lgtm |
/test test-end-to-end-auth |
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Does this PR introduce a user-facing change?: