Agreed - I am another of the trouble makers - but the smooth release has definitely helped build confidence in the product
Thanks Louisa - appreciate the quick revert
RunLLM I have added duckdb metabase plugin but am unsure how to pass the token from md to metabase
How have folks handled upserts esp if there are no primary keys defined?
RunLLM
is it recommended to have a primary key in duckdb?
RunLLM If i understand correctly, for frequent loads , we should not declare primary keys in tables as we might run into known issues when it comes to updates (duckdb delete and then inserts a row in parallel). Is this correct?