Multazim Deshmukh

Results 67 comments of Multazim Deshmukh
trafficstars

@LahmerIlyas "Export Full CSV" feature is already there controlled via flag ALLOW_FULL_CSV_EXPORT but it doesn't work as expected. My understanding is, it should export full csv irrespective of what page...

I want to display bytes (how much size an s3 prefix is using) and now it is misleading when it format it in billion or trillion like 900B or 1.5T...

I found this formatter in customize tab of Line chart which helped me achieve byte conversion with right units. ![image](https://user-images.githubusercontent.com/57723564/184770334-b1f2e92d-ad04-4b85-8583-f72f3532c6a5.png) There are other options also available but they may not...

@GerbenvdHuizen I was able to show Terrabytes or Gigabytes in one of our line charts using Y-Axis format as shown in this snippet. Hope this helps. ![image](https://user-images.githubusercontent.com/57723564/196472722-96213ca0-dd4a-4362-a692-632c5f7cd0bd.png)

`SUPERSET_SECRET_KEY` environment variable is already supported https://github.com/apache/superset/blob/master/superset/config.py#L184 so those additional imports are not required. Just defining the environment variable is enough. I think the following is enough to add to...

Please fix pre-commit by running `pre-commit run --all-files`