justinpark commented on code in PR #20877:
URL: https://github.com/apache/superset/pull/20877#discussion_r939343751
##########
superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:
##########
@@ -178,7 +193,9 @@ export default function SaveQuery({
onHide={() => setShowSaveDatasetModal(false)}
buttonTextOnSave={t('Save & Explore')}
buttonTextOnOverwrite={t('Overwrite & Explore')}
- datasource={getDatasourceAsSaveableDataset(query)}
+ datasource={
+ getDatasourceAsSaveableDataset(query) as any as ISaveableDatasource
Review Comment:
oh it needed this custom type cast but no longer needed. I reverted this
change.
--
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]