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
For some users there is the possibility of encountering the below provided error. This is likely a result of the joins in either the greenhouse__interview_enhanced end model or an upstream intermediate model not being compatible and therefore throwing the no matching signature error.
Relevant error log or model output
Database Error in model greenhouse__interview_enhanced (models/greenhouse__interview_enhanced.sql)
No matching signature for operator = for argument types: STRING, INT64. Supported signature: ANY = ANY at [184:12]
compiled Code at greenhouse__interview_enhanced.sql
Expected behavior
The end models are all expected to complete successfully and the datatypes of fields we're joining on are expected to be compatible.
Is there an existing issue for this?
Describe the issue
For some users there is the possibility of encountering the below provided error. This is likely a result of the joins in either the
greenhouse__interview_enhanced
end model or an upstream intermediate model not being compatible and therefore throwing the no matching signature error.Relevant error log or model output
Expected behavior
The end models are all expected to complete successfully and the datatypes of fields we're joining on are expected to be compatible.
Possible solution
We can either:
dbt Project configurations
Default
Package versions
Latest
What database are you using dbt with?
postgres, redshift, snowflake, bigquery, databricks
How are you running this dbt package?
Fivetran Quickstart Data Model, Fivetran Transformations, dbt Core™, dbt Cloud™
dbt Version
Latest
Additional Context
No response
Are you willing to open a PR to help address this issue?
The text was updated successfully, but these errors were encountered: