Ashish Alex

Results 8 issues of Ashish Alex

Use [prettier-plugin-sql](https://www.npmjs.com/package/prettier-plugin-sql) plugin to format sql queries.

Hi, In the current python implementation, a separate model is generated for each SNR value. Are the results reported in the paper for different SNR test data, computed against a...

Hi, The ChatGPT plugin has all of a sudden stopped working. It gives the following error when I give it a prompt Neovim version details ``` ➜ ~/.config/nvim nvim --version...

There are two possible errors relating to dry run: #### Tables / views 1. If the table created by a .sqlx file is not already materialised on BigQuery the dry...

bug

Solves https://github.com/dataform-co/dataform/issues/1805 1. **Tables/views:** For a view / table the metadata need not be set when doing a dry run only query validation is sufficient as metadata cannot be set...

### Issue description When using javascript function that supports variables as input if we explicitly assign variables when calling the function it is causes a compilation error when using Dataform...

Hi, firstly thanks for creating this plugin. I was using the following command to use the extension, it works as expected however, it adds a prefix to show the directory...

Fixes: https://github.com/dataform-co/dataform/issues/2000 **Solution:** Update [@google-cloud/bigquery](https://www.npmjs.com/package/@google-cloud/bigquery?activeTab=readme) to a newer version which supports service account impersonation. The version number (~7.1.1) was set from finding the maximum version of @google-cloud/bigquery such that current...