-
Notifications
You must be signed in to change notification settings - Fork 29
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
Bigquery connection failing #143
Comments
hi @Navrooz , thanks for your issue report. We'll check out your attached files and see what's going on. |
Hi @Navrooz, based on your configuration in Please create a |
@JSYOU -Hi, Thank you for your reply ! |
Hi @Navrooz , |
I tried but as I shared in the screenshots, I get an error 'Not Found' and blank 'localhost:3000/doc' page. It seems like Vulcan is not parsing the endpoint. |
Hi @Navrooz , We recommend that the working directory be in the same location as the If you want to use the |
Hi @JSYOU , Thank you for your valuable suggestion. I am executing the |
hi @Navrooz
|
It looks like a file listing issue on Windows, we handled it when initializing projects but not for searching sql files. |
So, is there any workaround for sqls in Windows ? |
You are right, the problem is with listing issue .I tried to reproduce the issue and below are my findings. 1.The demo project https://vulcansql.com/docs/quickstart runs fine. However, if I modify the sql path in vulcan.yaml then I am encountering the same issue as with my project i.e. no endpoints appearing in localhost:3000/doc 2. I changed code as described in your above comment and tried executing the project but no luck. 3.Tried running the project in Linux environment on Windows using WSL. It's not able to install dependencies and fails at building project stage. |
hi @Navrooz thanks for your patience. This windows path issues has been fixed at release v0.3.2. Please upgrade your version and let us know if it resolves your issues. We'll close this issue in a few days if it's resolved or other issues come up unrelated to this windows path parsing issue. If there are other windows development issues, please do share with us at our discussion thread: #148 |
@wwwy3y3 Thank you for the update! I am able to establish the connection and receive response now. |
I have been trying to connect VulcanSQL with BigQuery but receive an error 'Not found'.
Also, not getting any endpoints in /localhost/doc
The credentials file is working fine as I tested the connection with DBeaver.
Files: https://drive.google.com/drive/folders/1g1lyEG32x63hAzrIo2JK8vFAk5GpNC1U?usp=sharing
The text was updated successfully, but these errors were encountered: