EugeneTorap
EugeneTorap
### SUMMARY Move Welcome (Home) page into SPA. Use `GenericLink` for Welcome page. If `LOGO_TARGET_PATH` is None we use React `Link` for it otherwise we html ` ` ### BEFORE...
fix #20873 issues. ### SUMMARY sql_json API has two required fields: - sql: string - database_id: integer We need to validate these fields if they are `None` and send user...
We use postman/insomnia http client to call/test all superset API. And we found that `/superset/sql_json/` API don't have validation for required fields. For example if we don't provide `sql` field...
Fix #19986 issue when a user tries to install superset using Python 3.10 because pyarrow 5.0.0 doesn't have a wheel for Python 3.10 ### SUMMARY In order to use Python...
Fix wrong scroll behaviour in `CHARTS` tab on DashboardBuilder ### BEFORE https://user-images.githubusercontent.com/29536522/182790268-5a25504a-db20-4658-94cc-147e89698346.mov ### AFTER https://user-images.githubusercontent.com/29536522/182790485-6b356690-5d2b-40d5-b4d8-71498704adb7.mov ### TESTING INSTRUCTIONS ### ADDITIONAL INFORMATION - [ ] Has associated issue: - [ ]...
Hi, I'm using papermill for high load microservice to display html converted notebook in real time. 1) I don't need creating output notebooks because I just receive nb object, convert...
Hi everyoneđź‘‹ I'm contributing to a [Elastic Jupyter Operator](https://github.com/tkestack/elastic-jupyter-operator). This is open-source project written in Golang and based on Kubernetes and Enterprise Gateway. This operator is to allow: - Configure...
### SUMMARY Fix #21271 issue when we create a dataset and provide some name and then want to do it again with the same name. In second dataset creation we...
### SUMMARY Support Python 3.10 for bigquery libs. Replacing `pybigquery` with `sqlalchemy-bigquery` ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF ### TESTING INSTRUCTIONS ### ADDITIONAL INFORMATION - [ ] Has associated issue:...
### SUMMARY Add Python 3.11 support for superset which gives huge performance improvements (25% is the average number claimed) Bump next libs: - cffi==1.15.1 - numpy==1.23.5 - pandas==1.5.2 - pyarrow==10.0.1...