Skip to content

Commit

Permalink
fix: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dlbrittain committed Sep 8, 2023
1 parent 51cc8c2 commit 5068055
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions materializationengine/blueprints/materialize/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,10 @@ def post(self, datastack_name: str):
"/materialize/run/remove_bad_root_ids/datastack/<string:datastack_name>/table/<string:table_name>"
)
class SetBadRootsToNullResource(Resource):
# @reset_auth
# @auth_requires_admin
@reset_auth
@auth_requires_admin
@accepts("BadRootsSchema", schema=BadRootsSchema, api=mat_bp)
@mat_bp.doc("set bad roots to None") #, security="apikey")
@mat_bp.doc("set bad roots to None", security="apikey")
def post(self, datastack_name: str, table_name: str):
"""Run workflow to lookup missing root ids and insert into database
Expand Down

0 comments on commit 5068055

Please sign in to comment.