nitishxp
nitishxp
[42883] ERROR: operator does not exist: cube cube Hi i am getting this error My query is **SELECT name FROM vectors WHERE (cube(array[-0.15382039546966553,0.01020173728466034]) vec_low ) **
* Django better admin ArrayField version: Latest Version * Django version: 2.2.10 * Python version: 3.7 * Operating System: Ubuntu ### Description I was using an array field on normal...
Getting duplicated entry using update_or_create #### Python script ``` class Contacts(models.Model): user = models.ForeignKey(User, on_delete=models.CASCADE) other_user = models.ForeignKey( User, on_delete=models.CASCADE, related_name='other_user') is_active = models.BooleanField(default=False) class Meta: db_table = 'contacts' ```...
Hi, I want to pass secret credential file in wrapper any way to do so
### Summary: Include a *brief* descrioption of the problem here, and fill out the version info below. * Celery Version: 5.1.2 * Celery-Beat Version: 2.2.1 ### Exact steps to reproduce...
Hi, Can you also add logging for python38 cloud functions since by using default logger all logs are mapped without any severity level.
Hi, I am using this lib to print the logs in CF but some of the logs are not being printed in Google Cloud logs. Google says to give log...
Hi, I am using celery==5.1.2 redis==3.5.3 django-celery-beat==2.2.1 I have schedule a task to run at every 60 seconds. The task role is just to generate a pub sub message. The...
Hi , I am trying to run the gke-deploy image outside the cloud build how can I pass the cluster credentials to get it work.
Hi team, Using google-cloud-bigquery==3.24.0 on python 3.11 cloud function runtime I am finding the impersonation credentials don't get retried when there is 502 from server side ``` File "/layers/google.python.pip/pip/lib/python3.11/site-packages/google/cloud/bigquery/client.py", line...