mtxr / vscode-sqltools

Database management for VSCode

Home Page:https://vscode-sqltools.mteixeira.dev?utm_source=github&utm_medium=homepage-link

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

query output returns no data

cwadedh opened this issue · comments

I am doing a simple select statement to pull data from a table with one of the column having a pretty long json entry. When I run this query in VScode, that particular column return and empty cell ("[]"). However, I do know that there is data in this column because when I run it in Databricks (using Databricks UI), it returns the data as intended. My data is currently hosted in Databricks and I use VScode and SQLTools to connect to Databricks. I looked over the SQLTools setting and there doesn't seem anything to address this. Could it be a bug?

Hi. Faced a similar issue. Have you figured it out?