1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-10-30 07:25:34 +03:00

Enable json input\output in endpoints by default and opt out of it by using disable_json decorator

This commit is contained in:
Alexander Presnyakov
2025-10-27 20:42:11 +00:00
parent 66b2a8d19c
commit bf8f58cc7c
4 changed files with 29 additions and 88 deletions

View File

@@ -23,8 +23,6 @@ def response_error(text):
class S3DataLoadController:
@cherrypy.tools.json_in()
@cherrypy.tools.json_out()
@cherrypy.tools.validate_api_key() # pylint: disable=no-member
def load_s3data(self):
"""