Ruben Helsloot

Results 4 comments of Ruben Helsloot

I'm having the same problem. I have a `.venv` folder in my directory with symlinks to python files, but from the source code, it seems `bellybutton lint` doesn't exclude anything....

I might be able to help here. I have been using dlt with MWAA successfully. I'm not writing to Snowflake, but have run into problems with the constraints multiple times....

@jtcohen6 I have the same issue, this is the output you asked for: ``` ❯ pip freeze | grep 'dbt' dbt-adapters==1.1.1 dbt-common==1.0.4 dbt-core==1.8.0 dbt-extractor==0.5.1 dbt-postgres==1.8.0 dbt-semantic-interfaces==0.5.1 sqlfluff-templater-dbt==3.0.6 ``` The issue...

Hi @rudolfix, I was able to fix the issue by switching to `arrow`, thanks! If I recall correctly, I avoided doing that because I got a different error in the...