James Anderson

Results 5 comments of James Anderson

For anyone else looking to fix this issue when using an ORM (I'm using SQLAlchemy), switching the driver from 'SQL+Server+Native+Client+11.0' to the ancient 'SQL+Server' seems to have worked. I'm not...

Wow I have just spent the last two days trying to figure out how to do just this! I ended up overriding the dbt_expectations tests with slightly modified versions that...

Just found this bug in the version I installed from the Gallery. Any ideas when this fix will make it into the version on the gallery?

I having a related issue with this in my CI when running Composer commands to delete AirFlow DAGs: ![image](https://user-images.githubusercontent.com/9053786/208422139-d820430c-3e05-4736-b785-5f3a467e8c05.png) The deletion of the DAG from storage works, but I guess...

Thanks @twistedpair, I was already using `install_components: 'gke-gcloud-auth-plugin'` in my setup cloud SDK step and after reading that doc I have added the following to the top of my yaml:...