-
Notifications
You must be signed in to change notification settings - Fork 209
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
populate credentials field for loadTableResponse #1225
base: main
Are you sure you want to change the base?
populate credentials field for loadTableResponse #1225
Conversation
I think we must populate it, right? Or else how does credential vending work? |
hmm when we were testing the endpoint, the endpoint was returning an empty array. that's why we want to put up a PR to fix it! |
@wolflex888 can you share how you did that testing? |
@eric-maynard We are running an instance within our organization and the endpoint |
I see @wolflex888, that makes sense. Can you confirm that for the same table, you see vended credentials though? Are they in the |
@eric-maynard Yes, The vended credentials only lives in config right now and iceberg uses that field in Also iceberg also relies on Polaris to pass back a few more additional configs so it understands this table is using |
Previously, we are not populating the
Credentials
field forLoadTableResponse
and we are using that field to populate the result ofLoadCredentials
endpoint. This PR cleans up the code a bit and populate the configs and credentials.