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

DuckDB certificates errors ? #3

Open
djouallah opened this issue Jun 7, 2024 · 5 comments
Open

DuckDB certificates errors ? #3

djouallah opened this issue Jun 7, 2024 · 5 comments

Comments

@djouallah
Copy link

I am getting this error

InvalidInputException: Invalid Input Error: Attempting to execute an unsuccessful or closed pending query result
Error: IO Error: Curl Request to '${UC_ENDPOINT}/api/2.1/unity-catalog/schemas?catalog_name=testing' failed with error: 'URL using bad/illegal format or missing URL'
@samansmink
Copy link
Collaborator

hey @djouallah, there's no test infrastructure yet, so it will only work if you have a unity catalog yourself and provide the credentials to that in the UC secret

@djouallah
Copy link
Author

Haha, I run it inside Databricks, I thought It will automatically get the credentials:)

@samansmink
Copy link
Collaborator

yea sorry, it's manual labour for now!

It should probably pretty simple to set that up though

@Johannes-Vink
Copy link

It is not that easy or at least... not for me 😉

I am connecting with valid credentials, I checked in a similar requests what is returned and it is valid...
image

Same error if I try it in a slightly different way:
image

I've no clue what is different with that setup, I have ~4 hours of DuckDB behind me, that is it...

@djouallah
Copy link
Author

got is working using this

!mkdir -p /etc/pki/tls/certs
!ln -s /etc/ssl/certs/ca-certificates.crt /etc/pki/tls/certs/ca-bundle.crt

@djouallah djouallah changed the title Error: IO Error ? DuckDB certificates errors ? Jun 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants