Fellow Reports -- April 2021

2021-04-20 Thread Carlton Gibson
Hi all. Calendar Week 13 -- ending 04 April. Triaged: https://code.djangoproject.com/ticket/32610 -- django.utils.version.get_git_changeset() always returns None. (Accepted) https://code.djangoproject.com/ticket/32604 -- File uploads larger than FILE_UPLOAD_MAX_MEMORY_SIZE get wrong unix g

Paid Contributions for specific feature in Django

2021-04-20 Thread 'Taylor' via Django developers (Contributions to Django itself)
Hi All, I am not sure if this is the place to ask this question, so sorry in advance, but I am looking to pay for a feature request. I would like for someone to build a Django DB adapter for Snowflake DB. https://www.snowflake.com/ It would be happy if it was a part of Django core or a separate

Re: Paid Contributions for specific feature in Django

2021-04-20 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Hi Taylor FYI Disney have already made a snowflake backend - they were asking about open sourcing it in this thread: https://groups.google.com/g/django-developers/c/po9dS-2h4lg/m/Qa8H2h_6AwAJ . You might want to get in touch with them. Otherwise, if you wanted this developed, it would probably be

Re: Paid Contributions for specific feature in Django

2021-04-20 Thread Tim Graham
Hi Taylor, As Adam said, it would be nice not to duplicate work that Disney's already done, but if I can help, I'm open to consulting and have written backends for CockroachDB (https://github.com/cockroachdb/django-cockroachdb) and Google Cloud Spanner (https://github.com/googleapis/python-spa

Re: Paid Contributions for specific feature in Django

2021-04-20 Thread 'Taylor Hakes' via Django developers (Contributions to Django itself)
Thanks Adam for linking to that thread and thanks Tim for offering to write the backend. It would be great if we can open source what Disney has already done (to avoid duplicate work). I will continue the discussion over on that thread and see where it goes. On Tue, Apr 20, 2021 at 4:02 PM Tim Gra

Re: Snowflake db backend

2021-04-20 Thread 'Taylor' via Django developers (Contributions to Django itself)
Hey Everyone, Sorry to open up an old thread. Tim - were you ever able to open source your Snowflake backend? We would love to use it and even devote resources (developers or funding for contractors) to improving it and getting the tests passing. At Cedar, we were planning on creating our own

Re: Snowflake db backend

2021-04-20 Thread 'Taylor' via Django developers (Contributions to Django itself)
Sorry, I meant to write Scott, not Tim. I shouldn't write emails late at night. - Taylor On Tuesday, April 20, 2021 at 10:29:46 PM UTC-7 Taylor wrote: > Hey Everyone, > > Sorry to open up an old thread. > > Tim - were you ever able to open source your Snowflake backend? We would > love to use