Zigfrid Zvezdin

Results 11 comments of Zigfrid Zvezdin

@Mojtaba-saf I installed your version with pip install https://github.com/Mojtaba-saf/django-jet/archive/dev.zip and I still get the problem with `search_help_text`. Did your fix work for you?

My bad, I had Django 3. I upgraded to Django 4.0.1 and it works fine now!

Btw just stumbled upon https://github.com/assem-ch/django-jet-reboot

Yes, or, more generally, by any condition, i.e. `A.city = B.city AND A.date = B.date`. And insert, if no match by primary key / condition.

@tswast any news on this? Do you want me to have a look at this and open a PR?

I'm not yet familiar with pandas-gbq codebase, so it will take me a while. In my projects, I split data into batches and merge them into the main using temporary...

@dsantiago I built a lib that does this and has a couple other handy functionalities - https://pypi.org/project/pygbq/ Code quality could be better but it does the job

For those who need this as well: I ended up copying `index.js` to my project and replacing lines 523-525 by ```js if (query.toUpperCase().startsWith('CREATE USER') || query.toUpperCase().startsWith('GRANT SELECT') || query.toUpperCase().startsWith('CREATE ROW...

Thanks @eyalk11! I'll have a look have i can tweak the logic to put it into a plug-in

As a separate note: I managed to modify server.js and Dockerfile to deploy the project on Heroku, I could add instructions to the docs about deploying on Heroku.