feat: show user email in dashboard API (#19004)

* Feat: show user email in dashboard API

* Fix test
This commit is contained in:
Beto Dealmeida 2022-03-02 17:02:26 -08:00 committed by GitHub
parent 19eb73b316
commit be88cb9ba0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
# pylint: disable=too-many-lines
import json
import logging
from datetime import datetime
@ -143,6 +144,7 @@ class DashboardRestApi(BaseSupersetModelRestApi):
"owners.username",
"owners.first_name",
"owners.last_name",
"owners.email",
"roles.id",
"roles.name",
]