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

SNOW-1524269: support put/get for GCP #738

Merged
merged 9 commits into from
Oct 22, 2024

Conversation

sfc-gh-ext-simba-hx
Copy link
Collaborator

@sfc-gh-ext-simba-hx sfc-gh-ext-simba-hx commented Aug 16, 2024

teamwork issue 1035
part 1 for GCP support, will have separated PR to support PUT/GET natively.
Draft for now as temporary changes included to fake the client to be ODBC to pass test. Without that we would get error of "gcs downscoped token not supported" from server.
We would need server change to enable PUT/GET on GCS for libsnowflakeclient (maybe for PHP as well).

@sfc-gh-ext-simba-hx sfc-gh-ext-simba-hx force-pushed the SNOW-1524269-put-get-with-gcp branch from 5f1348c to 4ace536 Compare August 19, 2024 23:38
@sfc-gh-ext-simba-hx sfc-gh-ext-simba-hx marked this pull request as ready for review October 3, 2024 17:02
@sfc-gh-ext-simba-hx sfc-gh-ext-simba-hx changed the base branch from master to master-2.0.0 October 3, 2024 17:02
Copy link
Collaborator

@sfc-gh-dprzybysz sfc-gh-dprzybysz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we need to merge this feature to master 2.0? there are no incompatible changes with the current 1.x

cpp/StatementPutGet.cpp Show resolved Hide resolved
include/snowflake/client.h Show resolved Hide resolved
lib/client.c Outdated Show resolved Hide resolved
cpp/StatementPutGet.cpp Outdated Show resolved Hide resolved
@sfc-gh-ext-simba-hx
Copy link
Collaborator Author

why do we need to merge this feature to master 2.0? there are no incompatible changes with the current 1.x

Noted down in the ticket discussed about that with @sfc-gh-dstempniak before.

Copy link
Collaborator

@sfc-gh-dprzybysz sfc-gh-dprzybysz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's remove presigned url related code

@sfc-gh-ext-simba-hx sfc-gh-ext-simba-hx merged commit e3e1b88 into master-2.0.0 Oct 22, 2024
41 checks passed
@sfc-gh-ext-simba-hx sfc-gh-ext-simba-hx deleted the SNOW-1524269-put-get-with-gcp branch October 22, 2024 16:31
@github-actions github-actions bot locked and limited conversation to collaborators Oct 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants