David Howell
David Howell
I've done this previously and it works well. In CF or Terraform specify the glue database, table and also the crawler that depends on that table, then at the end...
I thought the "`ctrl/cmd+click` takes you to docs" feature already existed in this extension, and indeed there is an old closed issue where this was added years ago https://github.com/hashicorp/vscode-terraform/issues/68 I...
Hi @jbeemster here is another small one
I signed it!
@jbeemster I would appreciate your review
Community drivers can be created and there are [useful docs to support this](https://vscode-sqltools.mteixeira.dev/contributing/support-new-drivers) as well as a [github template repository](https://github.com/mtxr/vsc-sqltools-driver-template) to start from. The README.md also has this message: >...
@gjsjohnmurray hey thanks for following up on this. It's in progress https://github.com/davehowell/sqltools-databricks-driver/tree/databricks-driver . I tried to do some async await all for the query execution then realized that queries on...
That issue #988 is exactly the same width value error I was seeing. Glad that it's not something caused by me doing it wrong. Using a single query-per-block is a...
This is not an issue with SQL Tools, you're going to run into this same issue no matter which SQL client you use. There is no strict limit in postgres...
Hi @KaduUlson I haven't published it, I think that without the metadata tree working it's a bit too raw. I am wondering, do you use "Unity Catalog"? Adding support just...