msyavuz commented on code in PR #35077:
URL: https://github.com/apache/superset/pull/35077#discussion_r2337688279


##########
superset-frontend/packages/superset-core/src/api/core.ts:
##########
@@ -76,6 +76,35 @@ export declare interface Database {
   schemas: Schema[];
 }
 
+// Keep in sync with superset/errors.py
+export type ErrorLevel = 'info' | 'warning' | 'error';

Review Comment:
   There's also [this POC](https://github.com/apache/superset/pull/34917) for 
typed api client which has the idea of generating the client from openapi spec



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to