feat: Adds option to disable drill to detail per database (#27536)

This commit is contained in:
Michael S. Molina
2024-03-21 15:51:09 -03:00
committed by GitHub
parent fcceaf081c
commit 6e528426dd
17 changed files with 170 additions and 106 deletions

View File

@@ -3613,6 +3613,9 @@
"disable_data_preview": {
"type": "boolean"
},
"disable_drill_to_detail": {
"type": "boolean"
},
"explore_database_id": {
"type": "integer"
},