Ashish Alex

Results 12 comments of Ashish Alex

You can try changing `~/.vim/plugged/onehalf/vim/colors/onehalfdark.vim` based on this pull request - https://github.com/sonph/onehalf/pull/106/files

I am having this same issue. I have the query parser installed too.

Hi, Is the special character issue still there in the current version of the package. I am getting a similar error along the lines of ``` cIndexError: list index out...

Having the same issue when trying to build using Bazel on M2 Mac. I tried updating the config but ended up in dependancy hell ![CleanShot 2024-02-22 at 13 07 55@2x](https://github.com/dataform-co/dataform/assets/34306898/04d3ec62-7021-4367-babf-b4fa8dfadd7d)...

+1 on the above issue. The query is definitely being executed on BigQuery but not able to render the results

> UPDATE: I tried running `gcloud auth login --enable-gdrive-access --update-adc` and it worked. I got this suggestion from this [dbt FAQ](https://docs.getdbt.com/faqs/Troubleshooting/access-gdrive-credential).

I have attempted to build subdirectory support in my own VSCode extension ([see these lines](https://github.com/ashish10alex/vscode-dataform-tools/blob/fe3cd7eedb2a06d0cc27334eba1a922162424a9d/src/utils.ts#L390-L411)) by searching for the first instance where I can find `workflow_settings.yaml` going backward from the...

Bit of a self plug but if you use vscode, you can use [Dataform tools extension](https://marketplace.visualstudio.com/items?itemName=ashishalex.dataform-lsp-vscode) and pass compiler options similar to how @HHammond has suggested 🙂 ![Image](https://github.com/user-attachments/assets/f7add0f0-2e48-45d5-8979-fd0e68a5f86f)

I have noticed that it does not throw a runtime error when using the cli with this option. I personally am using the Dataform api to execute the current file...