mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
feat: add UUID column to ImportMixin (#11098)
* Add UUID column to ImportMixin * Fix default value * Fix lint * Fix order of downgrade * Add logging when downgrade fails * Migrate position_json to contain UUIDs, and add schedule tables * Save UUID when adding charts to dashboard * Fix heads * Rename migration file * Fix dashboard serialization * Fix migration script with Postgres * Fix unique contraint name * Handle UUID when exporting dashboard * Fix Dataset PUT * Add UUID JSON serialization * Fix tests * Simplify logic * Try binary=True
This commit is contained in:
@@ -328,8 +328,8 @@ class TestDatabaseApi(SupersetTestCase):
|
||||
]
|
||||
}
|
||||
}
|
||||
self.assertEqual(response.status_code, 400)
|
||||
self.assertEqual(response_data, expected_response)
|
||||
self.assertEqual(response.status_code, 400)
|
||||
|
||||
def test_create_database_conn_fail(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user