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 2020/01/06 08:32:54 UTC

[GitHub] [incubator-superset] visakhmurukes opened a new issue #8926: Editing an existing schedule for Chart Email Delivery breaks with an error

visakhmurukes opened a new issue #8926: Editing an existing schedule for Chart Email Delivery breaks with an error
URL: https://github.com/apache/incubator-superset/issues/8926
 
 
   Try to modify the schedule of a chart added for email delivery
   
   ### Expected results
   
   The schedule will get modified based on given input
   
   ### Actual results
   
   Getting below error
   
   
   #### Screenshots
   
   ![supsersetsched](https://user-images.githubusercontent.com/14180077/71805669-3a488600-3080-11ea-9b54-346b9e3cdab3.png)
   
   
   #### How to reproduce the bug
   
   Go to Manage -> Chart Email Schedule
   Click on edit  record option for an existing schedule
   Modify the given schedule
   On save you get error as given below
   
   
   ### Environment
   
   (please complete the following information):
   
   superset version: 0.33.0rc1
   python version: 3.6.9
   
   ### Checklist
   
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [x] I have checked the superset logs for python stacktraces and included it here as text if there are any.
   - [x] I have reproduced the issue with at least the latest released version of superset.
   - [x] I have checked the issue tracker for the same issue and I haven't found one similar.
   
   ### Additional context
   
   Add any other context about the problem 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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [incubator-superset] blcksrx commented on issue #8926: Editing an existing schedule for Chart Email Delivery breaks with an error

Posted by GitBox <gi...@apache.org>.
blcksrx commented on issue #8926: Editing an existing schedule for Chart Email Delivery breaks with an error
URL: https://github.com/apache/incubator-superset/issues/8926#issuecomment-572440812
 
 
    Please read this:
   https://superset.incubator.apache.org/installation.html#upgrading

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [incubator-superset] blcksrx commented on issue #8926: Editing an existing schedule for Chart Email Delivery breaks with an error

Posted by GitBox <gi...@apache.org>.
blcksrx commented on issue #8926: Editing an existing schedule for Chart Email Delivery breaks with an error
URL: https://github.com/apache/incubator-superset/issues/8926#issuecomment-571128134
 
 
   Please Update your superset version and the error will be fixed!

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [incubator-superset] visakhmurukes commented on issue #8926: Editing an existing schedule for Chart Email Delivery breaks with an error

Posted by GitBox <gi...@apache.org>.
visakhmurukes commented on issue #8926: Editing an existing schedule for Chart Email Delivery breaks with an error
URL: https://github.com/apache/incubator-superset/issues/8926#issuecomment-572433073
 
 
   how to migrate the database to latest version?
   Can you please point me to the correct documentation?
   my superset instance is using postgre as the metadatastore

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [incubator-superset] stale[bot] commented on issue #8926: Editing an existing schedule for Chart Email Delivery breaks with an error

Posted by GitBox <gi...@apache.org>.
stale[bot] commented on issue #8926: Editing an existing schedule for Chart Email Delivery breaks with an error
URL: https://github.com/apache/incubator-superset/issues/8926#issuecomment-597000728
 
 
   This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue `.pinned` to prevent stale bot from closing the 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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [incubator-superset] blcksrx commented on issue #8926: Editing an existing schedule for Chart Email Delivery breaks with an error

Posted by GitBox <gi...@apache.org>.
blcksrx commented on issue #8926: Editing an existing schedule for Chart Email Delivery breaks with an error
URL: https://github.com/apache/incubator-superset/issues/8926#issuecomment-571950548
 
 
   Actually because of you need to migrate you database to the latest version. Please be sure to follow the documentation 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [incubator-superset] visakhmurukes commented on issue #8926: Editing an existing schedule for Chart Email Delivery breaks with an error

Posted by GitBox <gi...@apache.org>.
visakhmurukes commented on issue #8926: Editing an existing schedule for Chart Email Delivery breaks with an error
URL: https://github.com/apache/incubator-superset/issues/8926#issuecomment-572955865
 
 
   Ok. I finally created a new copy of the db after the upgrade and then it worked. Otherwise it was giving above error.
   In my case the metadatastore was initially setup in postgre

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [incubator-superset] stale[bot] closed issue #8926: Editing an existing schedule for Chart Email Delivery breaks with an error

Posted by GitBox <gi...@apache.org>.
stale[bot] closed issue #8926: Editing an existing schedule for Chart Email Delivery breaks with an error
URL: https://github.com/apache/incubator-superset/issues/8926
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [incubator-superset] visakhmurukes commented on issue #8926: Editing an existing schedule for Chart Email Delivery breaks with an error

Posted by GitBox <gi...@apache.org>.
visakhmurukes commented on issue #8926: Editing an existing schedule for Chart Email Delivery breaks with an error
URL: https://github.com/apache/incubator-superset/issues/8926#issuecomment-571904824
 
 
   > Please Update your superset version and the error will be fixed!
   
   I updated. Now the above issue is gone. But instead lots of other functionalities are breaking
   Like rendering chart, refreshing druid datasource etc
   The error seems to be consistent and is in lines of the below
   
     **Traceback (most recent call last):
     File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 1246, in _execute_context
       cursor, statement, parameters, context
     File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/default.py", line 581, in do_execute
       cursor.execute(statement, parameters)
   psycopg2.ProgrammingError: column metrics.is_restricted does not exist
   LINE 1: ...type, metrics.description AS metrics_description, metrics.is...**
   
   Looks like issue with metadata objects stored in sqlite

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [incubator-superset] issue-label-bot[bot] commented on issue #8926: Editing an existing schedule for Chart Email Delivery breaks with an error

Posted by GitBox <gi...@apache.org>.
issue-label-bot[bot] commented on issue #8926: Editing an existing schedule for Chart Email Delivery breaks with an error
URL: https://github.com/apache/incubator-superset/issues/8926#issuecomment-571051684
 
 
   Issue-Label Bot is automatically applying the label `#bug` to this issue, with a confidence of 0.95. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback! 
   
    Links: [app homepage](https://github.com/marketplace/issue-label-bot), [dashboard](https://mlbot.net/data/apache/incubator-superset) and [code](https://github.com/hamelsmu/MLapp) for this bot.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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