michael-s-molina commented on code in PR #32218:
URL: https://github.com/apache/superset/pull/32218#discussion_r1953197201
##########
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:
@fisjac Are these fields the same thing and we should consolidate them? I'm
asking because of https://github.com/apache/superset/pull/30903.
--
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]