msyavuz commented on PR #43330:
URL: https://github.com/apache/superset/pull/43330#issuecomment-5368205885
I looked for precedence in the codebase and here are those:
- ResultSet/index.tsx:711 the entire results-actions block, which contains
ExploreResultsButton (the sibling "create a dataset/chart from this result",
gated on the same
allows_virtual_table_explore), renders only under query.state ===
QueryState.Success && query.results.
- SouthPane/Results.tsx:81 success without stored results is treated as
"No stored results found, you need to re-run your query".
- SqlEditor/index.tsx:716 Schedule query gates on successful = state ===
Success.
--
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]