Amzar
Amzar
 Here is my code when using PyExcelerate ```python from pyexcelerate import Workbook def to_excel(df, path, sheet_name="Documents"): data = [ df.columns.tolist(), ] + df.values.tolist() wb = Workbook() wb.new_sheet(sheet_name, data=data)...
# Background I want to get my Facebook page insight. But, the metrics always change without notice in the changelog. Now I am not sure which metrics is not available....
### How do you use Sentry? Sentry Saas (sentry.io) ### Version 1.40.3 ### Steps to Reproduce 1. Create celery task in the django 2. Trigger the endpoint that containt the...
### Summary Hi, I am looking for a sample of s3setting JSON to create an S3 endpoint as the target. But, there is none in the documentation. https://docs.ansible.com/ansible/latest/collections/community/aws/dms_endpoint_module.html#ansible-collections-community-aws-dms-endpoint-module ### Issue...
Hi, I am using `get_user_media()` but not sure if is it possible to get the post location. FYI, the post got the location.
Error message: ```bash ERROR: Traceback (most recent call last): File "/app/.venv/lib/python3.12/site-packages/starlette/routing.py", line 692, in lifespan async with self.lifespan_context(app) as maybe_state: File "/usr/local/lib/python3.12/contextlib.py", line 204, in __aenter__ return await anext(self.gen) ^^^^^^^^^^^^^^^^^^^^^...
hi, i face one issue `no pg_hba.conf entry for host "10.x.xx.xxx", user "postgres", database "admin_ui", no encryption` when trying to deploy to k8s using kustomize. what could be the reason...
There is no table populated in the admin UI database URL - `postgres://postgres:postgres@wrenai-postgresql:5432/admin_ui` value in the configmap `WREN_UI_DB_TYPE: postgres` Another one, how to ensure i am no longer using **sqlite**...
Hi, I don't know if this is an issue or a limitation. At first, I am facing an issue generating column lineage in which no field appears in the facets....
Hi, Can I create the premake and future partition table in another schema? I know we can set retention schema but cannot find how to specify the partition schema.