villebro commented on a change in pull request #18564:
URL: https://github.com/apache/superset/pull/18564#discussion_r798249101
##########
File path: superset-frontend/src/SqlLab/actions/sqlLab.js
##########
@@ -775,8 +775,10 @@ export function queryEditorSetDb(queryEditor, dbId) {
}
export function queryEditorSetSchema(queryEditor, schema) {
+ console.log('queryEditor', typeof queryEditor, '---schema -->', schema)
return function (dispatch) {
- const sync = isFeatureEnabled(FeatureFlag.SQLLAB_BACKEND_PERSISTENCE)
+ console.log('featureflag *******',
isFeatureEnabled(FeatureFlag.SQLLAB_BACKEND_PERSISTENCE))
Review comment:
Oops pt 2!
##########
File path: superset-frontend/src/SqlLab/actions/sqlLab.js
##########
@@ -775,8 +775,10 @@ export function queryEditorSetDb(queryEditor, dbId) {
}
export function queryEditorSetSchema(queryEditor, schema) {
+ console.log('queryEditor', typeof queryEditor, '---schema -->', schema)
Review comment:
```suggestion
console.log('queryEditor', typeof queryEditor, '---schema -->', schema)
```
Oops!
--
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]