vscode-dbt-power-user icon indicating copy to clipboard operation
vscode-dbt-power-user copied to clipboard

max recursion depth exceeds error

Open darkcofy opened this issue 1 year ago • 3 comments

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!

darkcofy avatar Aug 09 '23 15:08 darkcofy

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.

jessedobbelaere avatar Sep 13 '23 17:09 jessedobbelaere

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.

wtfzambo avatar Oct 30 '23 09:10 wtfzambo

Facing the same issue here.

lydialimlh avatar Jan 18 '24 14:01 lydialimlh