Volker Hartmann

Results 14 comments of Volker Hartmann

I enabled coverage by using `serverless-bundle test --collectCoverage`

I found a way to get it working again: - Create a `layout.server.ts` file: This contains contains logic to get the language of the user (e.g. by looking at `accept-language`...

We are running into the same issue. We are trying to create the dbt output in an other database than the source data is located. `adapter.get_columns_in_relation` is not returning any...

> > We are running into the same issue > > @VolkerSchiewe are you also using RA3 nodes? yes

We are trying to run a container job on a self-hosted runner without docker. Instead of docker we are having podman with an alias to docker. Unfortunately the job fails...

I would love to see this change 👍 my pipeline just broke, because terragrunt updated in the background 😬

> 4. Is it correct to assume that svv_all_columns includes the results of svv_external_columns? I can confirm that `svv_all_columns` contains column information of external schemas as well.

@dataders any update on that topic? Have you talked to the redshift team?

> Thanks for the contribution, @VolkerSchiewe ! Please, could you address the tests currently failing? Hi @tatiana thanks for getting back to me! I was already working on it, but...

Looking in to the failing tests I'm not sure where the problems are coming from 🤔 **Unit tests**: Seem to be mostly fine. The 1-2 tests that are failing might...