eschutho commented on code in PR #32218:
URL: https://github.com/apache/superset/pull/32218#discussion_r1955396334
##########
superset-frontend/src/components/Datasource/utils.js:
##########
@@ -121,7 +121,7 @@ export function updateColumns(prevCols, newCols,
addSuccessToast) {
export async function fetchSyncedColumns(datasource) {
const params = {
- datasource_type: datasource.type,
+ datasource_type: datasource.type || datasource.datasource_type,
Review Comment:
It's probably outside of the scope of this ticket to fix it, but might be
good to look at for a future major release?
--
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]