You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/08/26 19:45:20 UTC

[GitHub] [superset] junlincc opened a new issue #16471: [dragndrop]unexpected error while creating pivot table and can not recreate new metric

junlincc opened a new issue #16471:
URL: https://github.com/apache/superset/issues/16471


   To repro:
   1. select cleaned_sales_data and pivot table v2 from the gallery modal
   2. drop a temporal column in the row, drop `states` in column, create a metric by dropping a numeric column to METRIC
   3. see unexpected error, and no way to remove the metric or recerate
   https://user-images.githubusercontent.com/67837651/131025626-9e424bfa-b3c1-4b43-9c7d-1d76e68c8862.mov
   
   


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


[GitHub] [superset] junlincc commented on issue #16471: [dragndrop]unexpected error while creating pivot table with modified temporal column

Posted by GitBox <gi...@apache.org>.
junlincc commented on issue #16471:
URL: https://github.com/apache/superset/issues/16471#issuecomment-906781287


   it actually happen to all columns, not just modified ones 
   https://user-images.githubusercontent.com/67837651/131042808-936479c4-47fa-427b-a3a8-0a2b757c409e.mov
   
   


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


[GitHub] [superset] junlincc edited a comment on issue #16471: [dragndrop]unexpected error while creating pivot table with modified temporal column

Posted by GitBox <gi...@apache.org>.
junlincc edited a comment on issue #16471:
URL: https://github.com/apache/superset/issues/16471#issuecomment-906781287


   it actually happen to all columns, not just modified ones 
   
   https://user-images.githubusercontent.com/67837651/131043461-32e6d1ce-d4db-458d-a769-e2e2005fb4de.mov
   
   
   
   


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


[GitHub] [superset] ktmud closed issue #16471: [dragndrop]unexpected error in metric - pivot table

Posted by GitBox <gi...@apache.org>.
ktmud closed issue #16471:
URL: https://github.com/apache/superset/issues/16471


   


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


[GitHub] [superset] michellethomas edited a comment on issue #16471: [dragndrop]unexpected error while creating pivot table with modified temporal column

Posted by GitBox <gi...@apache.org>.
michellethomas edited a comment on issue #16471:
URL: https://github.com/apache/superset/issues/16471#issuecomment-906772575


   I think this is the same issue I reported in a PR earlier today: https://github.com/apache/superset/pull/16362#discussion_r696888750 cc: @ktmud 


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


[GitHub] [superset] michellethomas commented on issue #16471: [dragndrop]unexpected error while creating pivot table with modified temporal column

Posted by GitBox <gi...@apache.org>.
michellethomas commented on issue #16471:
URL: https://github.com/apache/superset/issues/16471#issuecomment-906772575


   I think this is the same issue I reported in a PR earlier today: https://github.com/apache/superset/pull/16362#discussion_r696888750


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


[GitHub] [superset] junlincc commented on issue #16471: [dragndrop]unexpected error while creating pivot table and can not recreate new metric

Posted by GitBox <gi...@apache.org>.
junlincc commented on issue #16471:
URL: https://github.com/apache/superset/issues/16471#issuecomment-906706201


   thanks for trouble shooting! @jinghua-qa this is the type of edge case i was concerning about from having too many operation modes. 🥲


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


[GitHub] [superset] jinghua-qa edited a comment on issue #16471: [dragndrop]unexpected error while creating pivot table and can not recreate new metric

Posted by GitBox <gi...@apache.org>.
jinghua-qa edited a comment on issue #16471:
URL: https://github.com/apache/superset/issues/16471#issuecomment-906697858


   I also reproduced this issue on latest master.


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


[GitHub] [superset] jinghua-qa commented on issue #16471: [dragndrop]unexpected error while creating pivot table and can not recreate new metric

Posted by GitBox <gi...@apache.org>.
jinghua-qa commented on issue #16471:
URL: https://github.com/apache/superset/issues/16471#issuecomment-906697858


   I also reproduced this issue on latest master. And I got 'Unexpected error Error: Time column "OrderDate" does not exist in dataset' when I turn off dnd and use select


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


[GitHub] [superset] jinghua-qa commented on issue #16471: [dragndrop]unexpected error while creating pivot table with modified temporal column

Posted by GitBox <gi...@apache.org>.
jinghua-qa commented on issue #16471:
URL: https://github.com/apache/superset/issues/16471#issuecomment-906719061


   This issue can be repro when d&d is on, i also try hybrid and able to repro by select. It work fine with select only
   <img width="1792" alt="Screen Shot 2021-08-26 at 1 24 12 PM" src="https://user-images.githubusercontent.com/81597121/131031084-1fb7d60e-12f2-4269-97d5-e859e7d15498.png">
   


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