Skip to content

Commit

Permalink
chore: deprecate /superset/annotation_json/<int:layer_id>
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Nov 14, 2022
1 parent 824dc71 commit ad3d800
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 @@ -527,6 +527,7 @@ def slice_json(self, slice_id: int) -> FlaskResponse:
@has_access_api
@event_logger.log_this
@expose("/annotation_json/<int:layer_id>")
@deprecated()
def annotation_json( # pylint: disable=no-self-use
self, layer_id: int
) -> FlaskResponse:
Expand Down

0 comments on commit ad3d800

Please sign in to comment.