eschutho commented on code in PR #20134:
URL: https://github.com/apache/superset/pull/20134#discussion_r882954332


##########
superset/views/core.py:
##########
@@ -905,6 +908,7 @@ def explore(
             "user": bootstrap_user_data(g.user, include_perms=True),
             "forced_height": request.args.get("height"),
             "common": common_bootstrap_payload(),
+            "columns": columns,

Review Comment:
   The current columns are passed in to the datasource object. For easier 
lookup, do you think we can keep the same structure for queries, instead of 
having to look in two different places?
   



-- 
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]

Reply via email to