Skip to content

Commit

Permalink
chore: deprecate /superset/datasources/ (#22116)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar authored Nov 15, 2022
1 parent b32de3d commit 06f87e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/views/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ class Superset(BaseSupersetView): # pylint: disable=too-many-public-methods
@has_access_api
@event_logger.log_this
@expose("/datasources/")
@deprecated()
def datasources(self) -> FlaskResponse:
return self.json_response(
sorted(
Expand Down

0 comments on commit 06f87e1

Please sign in to comment.