Ashish Alex
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 ...
+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).
thanks for the quick fix !
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 🙂 
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...