envicon commented on issue #15626:
URL: https://github.com/apache/superset/issues/15626#issuecomment-879640539


   Hi
   
   I have now imported all data to my new VPS.
   I have created all uid fields and changed the values with this job
   
   
   ```
   UPDATE dbs SET uuid = UNHEX(REPLACE(uuid(), "-", ""));
   UPDATE slices SET uuid = UNHEX(REPLACE(uuid(), "-", ""));
   UPDATE tables SET uuid = UNHEX(REPLACE(uuid(), "-", ""));
   UPDATE table_columns SET uuid = UNHEX(REPLACE(uuid(), "-", ""));
   UPDATE sql_metrics SET uuid = UNHEX(REPLACE(uuid(), "-", ""));
   UPDATE dashboard_email_schedules SET uuid = UNHEX(REPLACE(uuid(), "-", ""));
   UPDATE slice_email_schedules SET uuid = UNHEX(REPLACE(uuid(), "-", ""));
   ```
   
   I get the exact same error, so it must be in my data
   
   **Unexpected error: SupersetApiError: Not authorized**
   
   An error occurred while fetching query info: Not authorized
   An error occurred while fetching dashboard info: Not authorized
   There was an issues fetching your dashboards: [object Response]
   There was an issues fetching your chart: [object Response]
   There was an issues fetching your saved queries: [object Response]
   
   How can I solve this?
   
   Thanks
   
   
   
   
   
   
   


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