You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tested with 3.8 and got a lot of errors from a bunch of related classes that we distinguish on the field "resource_type".
E TypeError: AnalysisNode.init() got multiple values for argument 'resource_type'
Description
dbt Core: https://github.com/dbt-labs/dbt-core
I tested with 3.8 and got a lot of errors from a bunch of related classes that we distinguish on the field "resource_type".
E TypeError: AnalysisNode.init() got multiple values for argument 'resource_type'
Because some of these classes only differ in the value of the resource_type field, we've had to use a _deserialize method to distinguish among them: https://github.com/dbt-labs/dbt-core/blob/main/core/dbt/contracts/graph/nodes.py#L381C16-L381C16
But now it's not even getting to that.
What I Did
If there's something that I can do to help diagnose, let me know.
The text was updated successfully, but these errors were encountered: