vscode-dbt-power-user
vscode-dbt-power-user copied to clipboard
max recursion depth exceeds error
Expected behavior
Should be able to generate models from sources
Actual behavior
An error occured while trying to generate the model maximum recursion depth exceeded in comparison
Steps To Reproduce
setup dbt project in vscode add a source in a folder two levels deep in models click generate model
Log output/Screenshots
Screencast from 09-08-23 16:54:56.webm
Operating System
Ubuntu 22.04.3 LTS
dbt version
1.5.4
dbt Adapter
dbt-athena
dbt Power User version
0.15.0
Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
I also run into this issue when clicking "Synchronize columns with database" in the Documentation editor
An error occured while fetching metadata for product_ideas from the database: maximum recursion depth exceeded while calling a Python object
Operating system: MacOS Ventura 13.5.2 (22G91)
Adapter: dbt-athena
dbt Power User version: v0.17.6
I'm thinking it might be related to the dbt-athena adapter then? I'm one of the adapter maintainers so I could help investigate if needed.
I'm thinking it might be related to the dbt-athena adapter then? I'm one of the adapter maintainers so I could help investigate if needed.
I ran into this issue using dbt-athena adapter, but never when using BigQuery adapter, for instance.
Facing the same issue here.