You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "villebro (via GitHub)" <gi...@apache.org> on 2023/06/21 13:58:24 UTC

[GitHub] [superset] villebro commented on a diff in pull request #24471: fix(oracle): denormalize column names where applicable

villebro commented on code in PR #24471:
URL: https://github.com/apache/superset/pull/24471#discussion_r1237049442


##########
superset/connectors/sqla/utils.py:
##########
@@ -75,6 +76,8 @@ def get_physical_table_metadata(
                 )
                 col.update(
                     {
+                        "name": name,
+                        "column_name": name,

Review Comment:
   A recently merged PR changed "name" to "column_name", but left "name": #24248 To be consistent with this, I'm setting both.



-- 
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-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org