mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
chore: Migrate get_or_create_table endpoint to api v1 (#22931)
This commit is contained in:
@@ -48,10 +48,10 @@ const ExploreCtasResultsButton = ({
|
||||
const dispatch = useDispatch<(dispatch: any) => Promise<JsonObject>>();
|
||||
|
||||
const buildVizOptions = {
|
||||
datasourceName: table,
|
||||
table_name: table,
|
||||
schema,
|
||||
dbId,
|
||||
templateParams,
|
||||
database_id: dbId,
|
||||
template_params: templateParams,
|
||||
};
|
||||
|
||||
const visualize = () => {
|
||||
|
||||
Reference in New Issue
Block a user