lyndsiWilliams commented on code in PR #20975:
URL: https://github.com/apache/superset/pull/20975#discussion_r938037718
##########
superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:
##########
@@ -151,6 +151,7 @@ export const SaveDatasetModal:
FunctionComponent<SaveDatasetModalProps> = ({
openWindow = true,
formData = {},
}) => {
+ console.log('FINDME SaveDatasetModal', datasource);
Review Comment:
This was just debugging, it wasn't ready for review yet. I pushed up a
"clean up" commit
[`here`](https://github.com/apache/superset/pull/20975/commits/9f348bddec74224a808ac5ba88c7883e42f78c6a).
##########
superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:
##########
@@ -663,6 +663,11 @@ class SqlEditor extends React.PureComponent {
</Menu>
);
+ const queryWithColumns = () => ({
+ ...qe,
+ columns: this.props.latestQuery?.results?.columns || [],
+ });
+ console.log('findme SqlEditor', qe, queryWithColumns());
Review Comment:
This was just debugging, it wasn't ready for review yet. I pushed up a
"clean up" commit
[`here`](https://github.com/apache/superset/pull/20975/commits/9f348bddec74224a808ac5ba88c7883e42f78c6a).
--
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]