steven-luabase
steven-luabase
# Thank you for contributing an eval! ♥️ 🚨 Please make sure your PR follows these guidelines, __failure to follow the guidelines below will result in the PR being closed...
## What * `height` field in `conversation_parts` stream can be returned as string by intercom api. This PR adds `string` as possible type in the json schema for this field....
I was testing out some UPDATE statements, for example this one: ``` UPDATE my_ducklake.customer AS c1 SET c_comment = c2.c_comment FROM main.customer AS c2 WHERE c1.c_custkey = c2.c_custkey; ``` and...
I recently upgraded ducklake from 0.1 to 0.2, as suggested in this issue to get partitions working: https://github.com/duckdb/ducklake/issues/231 However I'm hitting this error when the process is trying alter some...
### Connector Name source-shoppify ### Connector Version 2.5.17 ### What step the error happened? During the sync ### Relevant information Started hitting an error when trying to retrieve products from...