Coder Social home page Coder Social logo

Comments (9)

javedsyedgithub avatar javedsyedgithub commented on July 28, 2024

@timgraham we need support added for variant, array list and last insert object for Snowflake in the django project. Our deployment is at standstill without these changes. Could you take this on priority?

from django-snowflake.

javedsyedgithub avatar javedsyedgithub commented on July 28, 2024

@timgraham we need this support added to build our connectors for Snowpark and to help our customers moved to Snowflake who are using Django. We can't move forward until this ticket is resolved and django community is a wide community that Snowflake can't afford to loose.

from django-snowflake.

javedsyedgithub avatar javedsyedgithub commented on July 28, 2024

@timgraham do you have any update on this request? We and our customers can't move forward with Snowflake onboarding as this is the blocker. We need this issue fix ASAP for us to keep moving for building our app on the Snowflake platform. We are building our connectors on Snowpark and need to host our app through django with Snowflake as a database and this will help our customers have Snowflake as the underline database for all of our subscription. We really need to get this done sooner than later. Would you able to provide an ETA on this? We need this by next week otherwise unfortunately we need to switch our tech stack from Snowflake as it seems we are not getting the support that we should have.

from django-snowflake.

timgraham avatar timgraham commented on July 28, 2024

I'm not sure it's possible to implement without snowflakedb/snowflake-connector-python#244 which requires non-trivial server-side changes according to @sfc-gh-mkeller. I'll post an update if I find a workaround for this project or hear an ETA on snowflakedb/snowflake-connector-python#244.

from django-snowflake.

timgraham avatar timgraham commented on July 28, 2024

There appears to be hope to implement this without changes in Snowflake and Snowflake Connector Python.

As suggested in snowflakedb/snowflake-connector-python#244 (comment), I'm overriding Django's SQLInsertCompiler to generate queries of the form
insert into t(c1,c2,c3) select column1, column2, parse_json(column3) from values(%s, %s, %s) when JSONField is involved.

Now I'm working through Django's model_fields.test_jsonfield, implementing the various query lookups. I'll update on the progress sometime next week.

from django-snowflake.

javedsyedgithub avatar javedsyedgithub commented on July 28, 2024

@timgraham thanks for the information, I am looking forward for a fix on this

from django-snowflake.

javedsyedgithub avatar javedsyedgithub commented on July 28, 2024

@timgraham do you have any update on this?

from django-snowflake.

timgraham avatar timgraham commented on July 28, 2024

The pull request linked above your comment is mostly completed. I've been waiting for some feedback from Snowflake engineering on a few remaining questions.

from django-snowflake.

javedsyedgithub avatar javedsyedgithub commented on July 28, 2024

from django-snowflake.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.