dosubot[bot] commented on issue #31956: URL: https://github.com/apache/superset/issues/31956#issuecomment-2607223240
<!-- Answer --> I found a similar closed issue that might be relevant to your problem. The suggested solution in that issue was to save the new virtual dataset and then sync the columns. This process is explained in a [video](https://youtu.be/8rKk727UM7s). Additionally, the "sync columns" button is necessary, and its location is explained in the [documentation](https://superset.apache.org/docs/frequently-asked-questions/#what-if-the-table-schema-changed) <sup>[[1]](https://github.com/apache/superset/issues/12170)</sup>. The 'sync columns' button is located under the "Columns" tab within the Datasource Editor. You can find it by navigating to the "Columns" tab and looking for the button labeled "Sync columns from source" <sup>[[2]](https://github.com/apache/superset/blob/master/superset-frontend/src/components/Datasource/DatasourceEditor.test.jsx)</sup><sup>[[3]](https://github.com/apache/superset/blob/master/superset-frontend/src/components/Datasource/DatasourceEditor.jsx)</sup>. Try syncing the columns after saving your changes to ensure that the updated SQL query is reflected in your chart. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/d9ffd950-0781-4c01-820e-bd24d91a96c0?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/d9ffd950-0781-4c01-820e-bd24d91a96c0?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/d9ffd950-0781-4c01-820e-bd24d91a96c0?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/d9ffd950-0781-4c01-820e-bd24d91a96c0?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/d9ffd950-0781-4c01-820e-bd24d91a96c0?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/d9ffd950-0781-4c01-820e-bd24d91a96c0?feedback_type=other)</sup> -- 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]
