GaryLiuTelus

Results 9 issues of GaryLiuTelus

- OS Version: win x86-64 - Browser Version: Firefox 88.0 - Browser Addon Version: 0.2.6 - Neovim Plugin Version: 0.2.6 - Neovim version 0.50 - What I tried to do:...

host:firefox
os:windows
blocked
cant-reproduce

**Describe the bug** A clear and concise description of what the bug is. When I use the following code to open a Hive managed table, it keeps running without returning...

**Describe the bug** The pyspark kernel worked fine in Conda jupyter notebook, but it is not showing in the vs code jupyter kernel list. But I can use %%spark to...

When saving spark dataframe to BQ table with code: ``` df.write.mode("overwrite").format("bigquery").option("writeMethod", "direct").save(".") ``` , it gave the following error if there are Decimal Type columns in spark dataframe: ``` Py4JJavaError:...

### Terraform CLI and Provider Versions Terraform 0.14.9 ### Terraform Configuration ```terraform The code is as below data "archive_file" "utilities_zip" { type = "zip" source_dir = "./source/utilities" output_path = "/tmp/utilities.zip"...

bug

Thank you very much for creating this amazing extension. Would you mind adding features? 1. Table search function Web console provide table search functions I have to work with multiple...

My company has policy that we are forced to switch to a new Google project for all personal development every 9 months. So I have a project A, which worked...

I installed sqllite3 and the extension, and every time I update the cache, I got the below error: ![image](https://github.com/user-attachments/assets/7c35a113-17a2-4b16-a742-e0c4680683b3) And the column/table name autocompletion does not work. What could be...

Bigquery now is mainly non-legacy SQL, so it should include `--use_legacy_sql=false` parameter (https://cloud.google.com/bigquery/docs/bq-command-line-tool). my current url is `bigquery:?project_id=xxx&dataset_id=xxxx&use_legacy_sql=false` currently, dadbod wrap the final command as `bq --project_id=xxx --dataset_id=xxxx --use_legacy_sql=false query...