z3z1ma / target-bigquery

target-bigquery is a Singer target for BigQuery. It supports storage write, GCS, streaming, and batch load methods. Built with the Meltano SDK.
MIT License
28 stars 38 forks source link

Fix "TypeError: unhashable type: 'list'" when `cluster_on_key_properties` is enabled #78

Closed buu-nguyen closed 10 months ago

buu-nguyen commented 10 months ago

Fixes #41 References: https://github.com/z3z1ma/target-bigquery/issues/41#issuecomment-1654973388

buu-nguyen commented 10 months ago

Hi @z3z1ma , can you please take a look at this PR? Thanks alot

z3z1ma commented 10 months ago

Interesting, probably a call to an @cache decorated func of some sort was getting a list arg. Thanks!

EDIT: just saw the comment in the thread mentioning the same