SQL compilation error: Insert value list does not match column list expecting 15 but got 14 #291
-
dbt artifacts macro insert_into_metadata_table.sql is making any dbt command fail with the following error. Talking to dbt they had this to say: It looks like this error is stemming from the dbt-artifacts package, more particularly it may be related to the insert_into_metadata_table.sql macro. Insert value list does not match column list: the SQL statement consists of first a list of columns then a list of values, these two do not match. Macro:
Is this a known issue? This is our current env: Running with:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi Adrian, We apologize for this, we pushed a release that ended up having a bug not caught by our integration tests. We've rolled it back so if you rerun |
Beta Was this translation helpful? Give feedback.
-
Hi @jecolvin, First of all, we really appreciate the great work you are doing with this package. However, that didn't fix the issue, since we had already dbt artifacts models that where changed due to the 2.2.3 release. We had to manually drop the extra attributes that 2.2.3 added to the dbt artifact models. Costing us 1 day of development. |
Beta Was this translation helpful? Give feedback.
Hi @jecolvin,
First of all, we really appreciate the great work you are doing with this package.
However, that didn't fix the issue, since we had already dbt artifacts models that where changed due to the 2.2.3 release. We had to manually drop the extra attributes that 2.2.3 added to the dbt artifact models. Costing us 1 day of development.