Leo Folsom

Results 10 comments of Leo Folsom

I've run into this error when trying to build a test for `compare_all_columns`. It's not surprising to me that dbt won't allow me to have two seeds with the same...

@joellabes I think I've addressed everything you raised--would appreciate another look when you have a chance! I held off on additional attempts at test-writing until the proposed code has hardened...

@joellabes I think the tests are failing because of [this](https://github.com/dbt-labs/dbt-audit-helper/pull/50#issuecomment-1187462352)! Tomorrow a.m. (PST) I'll remove the offending test, see if I can get CI to pass, and then we can...

@joellabes scratch my comment above, that's a new issue that I hadn't noticed, I'll look tomorrow morning!

@joellabes tests passing! 🥳 see the hacky workaround for bigquery ... maybe there's a better approach, I can look into that

Got one test error to sort out, and a few more tests / error states to write. Sorry about all the commits. Current CI test error: ``` 07:31:54 Completed with...

A similar issue has cropped up related to Databricks `Date` PKs: ``` ERROR - Cannot use a column of type UnknownColType(text='DATE') as a key ```

I think `Skipped Rows` makes sense in this context. The key is that we should never have a value for `Updated Rows` be `>0` if none of the column-level `Values...

Hi @srik1981, any chance you could share the column type of the key column?

In case helpful, when I upgraded to dbt-core 1.8, I had the same issue on Python 3.9.6 (OS: Mac Ventura 13.4.1), and it was resolved on upgrade to Python 3.12.3.