Skip to content

Commit

Permalink
feat: show user email in dashboard API (#19004)
Browse files Browse the repository at this point in the history
* Feat: show user email in dashboard API

* Fix test
  • Loading branch information
betodealmeida authored Mar 3, 2022
1 parent 19eb73b commit be88cb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions superset/dashboards/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -143,6 +144,7 @@ def ensure_thumbnails_enabled(self) -> Optional[Response]:
"owners.username",
"owners.first_name",
"owners.last_name",
"owners.email",
"roles.id",
"roles.name",
]
Expand Down

0 comments on commit be88cb9

Please sign in to comment.