mirror of
https://github.com/apache/superset.git
synced 2026-05-31 05:09:20 +00:00
feat: AI-powered TypeScript migration framework with parallel processing (#35045)
Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Mehmet Salih Yavuz <salih.yavuz@proton.me> Co-authored-by: Elizabeth Thompson <eschutho@gmail.com>
This commit is contained in:
committed by
GitHub
parent
076e477fd4
commit
ecb3ac68ff
@@ -58,6 +58,7 @@ export interface IDatasource {
|
||||
sql?: string | null;
|
||||
datasource_name?: string | null;
|
||||
name?: string | null;
|
||||
catalog?: string | null;
|
||||
schema?: string | null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user