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 2022/07/25 10:44:49 UTC

[GitHub] [superset] oleg-savko opened a new issue, #20845: after upgrade superset 2.0 cant render a chart with event annotation on dashboard

oleg-savko opened a new issue, #20845:
URL: https://github.com/apache/superset/issues/20845

   After upgrading superset to 2.0, it cant render a chart with Event Annotation on dashboard and return:
   
   ```
   Unexpected error
   An error occurred while rendering the visualization: TypeError: Cannot use 'in' operator to search for 'columns' in undefined
   
   ```
   
   ![Screenshot 2022-07-25 at 13 37 28](https://user-images.githubusercontent.com/14272376/180758040-afaaccbe-b8ab-4194-a47f-8d29971e67c4.png)
   
   ![Screenshot 2022-07-25 at 13 43 23](https://user-images.githubusercontent.com/14272376/180759248-c442ec17-463c-4892-bd21-33b56e6ca0a9.png)
   
   
   If remove annotation chart render properly.
   
   
   Expected: chart with event annotation worked as before.
   


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


Re: [I] after upgrade superset 2.0 cant render a chart with event annotation on dashboard [superset]

Posted by "rusackas (via GitHub)" <gi...@apache.org>.
rusackas closed issue #20845: after upgrade superset 2.0 cant render a chart with event annotation on dashboard 
URL: https://github.com/apache/superset/issues/20845


-- 
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] joaocmd93 commented on issue #20845: after upgrade superset 2.0 cant render a chart with event annotation on dashboard

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

   Hello, any updates on this issue? 


-- 
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] joaocmd93 commented on issue #20845: after upgrade superset 2.0 cant render a chart with event annotation on dashboard

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

   > Workaround: On the chart, if you remove the annotations and re-add them back, the error should go away and will load correctly. Or you can click 'apply' and save the annotation and it will work.
   > 
   > The GET call to 'api/v1/chart/CHART_ID' is returning error 404.
   
   For me this only works on the 1st load after reapplying the annotation.
   If I save and try to load again the error continues.


-- 
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] 1-Tyler commented on issue #20845: after upgrade superset 2.0 cant render a chart with event annotation on dashboard

Posted by GitBox <gi...@apache.org>.
1-Tyler commented on issue #20845:
URL: https://github.com/apache/superset/issues/20845#issuecomment-1242268115

   Workaround: 
   On the chart, if you remove the annotations and re-add them back, the error should go away and will load correctly. 
   Or you can click 'apply' and save the annotation and it will work.
   
   The GET call to 'api/v1/chart/CHART_ID' is returning error 404.


-- 
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] sowo commented on issue #20845: after upgrade superset 2.0 cant render a chart with event annotation on dashboard

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

   I confirm this issue after upgrading from from 1.5.1 to 2.0, annotations cannot be rendered. In my case, I use an annotation layer which results in the same error as shown above.
   
   when hiding the annotation, the charts render just fine.
   


-- 
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] zhaorui2022 commented on issue #20845: after upgrade superset 2.0 cant render a chart with event annotation on dashboard

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

   This seems to be the fix https://github.com/apache/superset/pull/20651 We did a cherry pick and it fixes our dashboards.


-- 
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] bonamim commented on issue #20845: after upgrade superset 2.0 cant render a chart with event annotation on dashboard

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

   Facing the same error here 😭 


-- 
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] xmnlab commented on issue #20845: after upgrade superset 2.0 cant render a chart with event annotation on dashboard

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

   nice!


-- 
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] alexey-kasiyanik commented on issue #20845: after upgrade superset 2.0 cant render a chart with event annotation on dashboard

Posted by GitBox <gi...@apache.org>.
alexey-kasiyanik commented on issue #20845:
URL: https://github.com/apache/superset/issues/20845#issuecomment-1196637480

   Yes, have faced this issue as well :(


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


Re: [I] after upgrade superset 2.0 cant render a chart with event annotation on dashboard [superset]

Posted by "rusackas (via GitHub)" <gi...@apache.org>.
rusackas commented on issue #20845:
URL: https://github.com/apache/superset/issues/20845#issuecomment-1939539914

   I believe this was fixed by #20651, but this issue/ticket was never actually closed. Holler if this is still an issue in 3.x, and we can discuss!


-- 
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] xmnlab commented on issue #20845: after upgrade superset 2.0 cant render a chart with event annotation on dashboard

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

   hi everyone! just a friendly ping here to check if there is any update about this issue


-- 
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] 1-Tyler commented on issue #20845: after upgrade superset 2.0 cant render a chart with event annotation on dashboard

Posted by GitBox <gi...@apache.org>.
1-Tyler commented on issue #20845:
URL: https://github.com/apache/superset/issues/20845#issuecomment-1242319693

   Ah you are right @joaocmd93 , I am seeing that behavior as well unfortunately.


-- 
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] zhaorui2022 commented on issue #20845: after upgrade superset 2.0 cant render a chart with event annotation on dashboard

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

   We also did an upgrade and users are facing this issue with some critical dashboards. Is there any solution to it yet? If no, we have to roll back to our previous version.


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