Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/dashboards-created-by-me' i…
Browse files Browse the repository at this point in the history
…nto feat/dashboards-created-by-me
  • Loading branch information
dpgaspar committed Apr 7, 2022
2 parents 585e47d + fa473f7 commit 0a454e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/views/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1588,7 +1588,7 @@ def fave_dashboards(self, user_id: int) -> FlaskResponse:
@expose("/created_dashboards/<int:user_id>/", methods=["GET"])
def created_dashboards(self, user_id: int) -> FlaskResponse:
logging.warning(
"%s.select_star "
"%s.created_dashboards "
"This API endpoint is deprecated and will be removed in version 3.0.0",
self.__class__.__name__,
)
Expand Down

0 comments on commit 0a454e3

Please sign in to comment.