django-snowflake icon indicating copy to clipboard operation
django-snowflake copied to clipboard

Support for Snowflake Hybrid Tables

Open davepaulsanders opened this issue 9 months ago • 1 comments

I see in the README under known issues:

"Snowflake doesn’t support last_insert_id to retrieve the ID of a newly created object. Instead, this backend issues the query SELECT MAX(pk_name) FROM table_name to retrieve the ID. "

I am currently struggling with this, and came across Snowflake hybrid tables. I'm wondering if this issue could be resolved by supporting Hybrid Tables creation?

https://docs.snowflake.com/user-guide/tables-hybrid

davepaulsanders avatar May 08 '24 16:05 davepaulsanders