Multazim Deshmukh

Results 7 issues of Multazim Deshmukh

#### How to reproduce the bug Following methods to install prophet on docker image of Superset 1.5.1 fails with ModuleNotFoundError: No module named 'lunarcalendar' `docker pull apache/superset:1.5.1` `docker run -it...

#bug

I am using sqlalchemy + pyathena Here is an example code: from urllib.parse import quote_plus from sqlalchemy import create_engine, inspect conn_str = "awsathena+rest://@athena.{region_name}.amazonaws.com:443/{schema_name}?s3_staging_dir={s3_staging_dir}" engine = create_engine(conn_str.format(region_name="us-east-1", schema_name="default", s3_staging_dir=quote_plus("s3://aws-athena-query-results-bucket/"))) conn =...

## Driver version Redshift Python Driver 2.0.908 ## Redshift version 1.0.37493 ## Client Operating System Linux-4.14.281-212.502.amzn2.x86_64-x86_64-with-glibc2.2.5 ## Python version 3.8.12 ## Problem description I am trying to connect to redshift...

When multiple pages are present in a table chart and user clicks on Export full CSV, only the data from first page is getting exported in CSV. #### How to...

#bug

Which specific superset components actually need CloudMap to communicate with each other internally?

Add support in superset-api-client to authenticate to Superset API via oauth providers. Sample code snippet here that can be ported into this repository: https://github.com/opus-42/superset-api-client/issues/23#issuecomment-1207684446

enhancement

@thobbs please review. I have tested pure-sasl with python 3.11 & it works fine.