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

Column list isn't showing up in the Databricks session.sql file #73

Open
tmargarian opened this issue Nov 14, 2023 · 0 comments
Open

Column list isn't showing up in the Databricks session.sql file #73

tmargarian opened this issue Nov 14, 2023 · 0 comments

Comments

@tmargarian
Copy link

tmargarian commented Nov 14, 2023

After configuring the connection I can see the schemas/tables/columns in the tree. However, the code completion only appears for schemas and table names but NOT for columns in my case. I found nothing online. Here's the SQLTools console output after attempting autocomplete for columns

[1699950743860] INFO  (ls): completion requested {"line":1,"character":9}
    ns: "intellisense"
searchItems connection.column  {
  tables: [
    {
      label: '<table_name>',
      database: '<schema_name>'
    }
  ]
}


[1699950743864] INFO  (ls): got 0 column completions
    ns: "intellisense"
(node:42781) Warning: Label 'get columns' already exists for console.time()
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

1 participant