Editing dataset to change database it points on
See original GitHub issueWe use several Timescale DB databases. Some tables have been migrated from one DB (DB1) to another (DB2). There are datasets pointing on tables from DB1, that we would like to edit to point on DB2.
Expected results
The Dataset editing window seemingly allows us to edit the Database, schema and table, so that we could edit a dataset to point on a table from DB2 rather than from DB1.
Actual results
But when we click save on that window, nothing happens and the dataset is unchanged, it still points to the same table from DB1. We tried syncing columns from datasource before saving, the result is still the same. It doesn’t seem to be linked to roles or permissions, as it happens even with admin role.
To clarify, table name and table schema are the same in DB1 and DB2, the only part that we need to change is the Database.
Environment
(please complete the following information):
- superset version:
1.0.1
Is it possible to edit a dataset to point on a table from a different database? If it is not possible, it should be made clearer in the editing window.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (2 by maintainers)
Top GitHub Comments
I just experienced this as well On Superset 1.2.0. The UI reports that the changes were saved successfully, but nothing actually changes. I checked the logs and I see no errors.
I have same issue, both in New and LegacyDataEditor.