abhishekkumaresan commented on pull request #10661: URL: https://github.com/apache/incubator-superset/pull/10661#issuecomment-678773735
@villebro Thanks for the fast fix, If possible please give suggestions on the following, For my use case, I have multiple dashboards from different databases but the table name will be the same across databases, In order to make this possible I changed the unique constraint on table_name to unique (database_id,table_name), for now, I don't face any issues because of this, but is there any better way to do this I have to create a user, role, and database programmatically in superset I have implemented this using https://github.com/apache/incubator-superset/issues/3083#issuecomment-536656071 but `/users/api/create` does not work for me so I am using the `/users/add` , `/roles/add`, `databaseview/add` for User, Role and Database respectively, I tried to identify the right rest endpoints but could not I use superset version 0.36.0 from pip in windows 10 Thank you ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
