Issue Registering Custom API Endpoint in Apache Superset #31705
Replies: 1 comment
-
I found two similar unsolved discussions that might be relevant to your issue:
Regarding your specific issue, ensure that the To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Beta Was this translation helpful? Give feedback.
-
I'm facing an issue while trying to register a custom API endpoint in Apache Superset. Here's what I've done so far:
To troubleshoot:
I suspect there might be an issue with how Superset is registering custom APIs or a potential misconfiguration on my end. I've also tried enabling Swagger UI (FAB_API_SWAGGER_UI = True) to debug, but the issue persists.
Steps already taken:
Registered custom API in appbuilder.add_api()
Restarted the server after changes
Verified the api.py and init.py implementations
Beta Was this translation helpful? Give feedback.
All reactions