dosubot[bot] commented on issue #34748: URL: https://github.com/apache/superset/issues/34748#issuecomment-3200801912
<!-- Answer --> Thanks for clarifying—the column type being "TEXT" is correct. Given that, the most common reasons for 0 rows in the Deck.gl GeoJSON chart are: the dataset schema in Superset not being refreshed after changes, a mismatch in column name or case between your database/view and the chart controls, or a parsing error due to a single malformed or NULL value in the GeoJSON column. Superset's backend is strict—any mismatch or invalid value can cause the chart to show 0 rows, even if SQL Lab displays results. Try syncing (refreshing) your dataset schema in Superset, double-check the selected column name in the chart controls, and test with a minimal dataset (just a few rows, only the GeoJSON column) to rule out data-specific issues. If the problem persists, check the Superset backend logs for errors when loading the chart—any parsing or schema mismatch will usually show up there. More details on the backend flow and strict requirements are [here](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset/viz.py). <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/c42428e3-15fc-4737-b139-756df9c17727?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/c42428e3-15fc-4737-b139-756df9c17727?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/c42428e3-15fc-4737-b139-756df9c17727?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/c42428e3-15fc-4737-b139-756df9c17727?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/c42428e3-15fc-4737-b139-756df9c17727?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/c42428e3-15fc-4737-b139-756df9c17727?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/c42428e3-15fc-4737-b139-756df9c17727?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=githu b) [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/issues/34748) -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org