Vitor Avila
Vitor Avila
### SUMMARY It's currently possible to create alerts and reports configured to be executed every minute. While it might be a suitable implementation for some use-cases, some users might create...
### SUMMARY The `sqlalchemy-databricks` package ([reference](https://github.com/crflynn/sqlalchemy-databricks)) was deprecated in favor of the updated version of `databricks-sql-python` ([reference](https://github.com/databricks/databricks-sql-python)). This new version allows users to connect to Databricks using: ``` databricks://token:dapi***@***.cloud.databricks.com?http_path=/sql/***&catalog=**&schema=** ```...
### SUMMARY It currently requires granting `can_expore on Superset` permission to users in order to enable D2D operations (Drill by and Drill to Detail). Some organizations might want to expose...
### SUMMARY Currently, if a change is made to the Tags configuration for an asset via the PropertiesModal, the modification is handled in a separate request. This causes two issues:...