You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by be...@apache.org on 2022/02/24 19:36:27 UTC

[superset] branch master updated: chore: update UPDATING re: SIP-68 (#18935)

This is an automated email from the ASF dual-hosted git repository.

beto pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 822dd6d  chore: update UPDATING re: SIP-68 (#18935)
822dd6d is described below

commit 822dd6de5db814f1c2b22799777c7b3cb2a358e6
Author: Beto Dealmeida <ro...@dealmeida.net>
AuthorDate: Thu Feb 24 11:34:34 2022 -0800

    chore: update UPDATING re: SIP-68 (#18935)
---
 UPDATING.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/UPDATING.md b/UPDATING.md
index d07cad3..667a47c 100644
--- a/UPDATING.md
+++ b/UPDATING.md
@@ -38,6 +38,7 @@ assists people when migrating to a new version.
   (init, load_examples and etc) require setting the FLASK_APP environment variable
   (which is set by default when .flaskenv is loaded)
 - [17360](https://github.com/apache/superset/pull/17360): changes the column type from `VARCHAR(32)` to `TEXT` in table `table_columns`, potentially requiring a table lock on MySQL dbs or taking some time to complete on large deployments.
+- [17543](https://github.com/apache/superset/pull/17543): introduces new models from SIP-68. The database migration migrates the old models (`SqlaTable`, `TableColumn`, `SqlMetric`) to the new models (`Column`, `Table`, `Dataset`), and the PR introduces logic to keep the old models in sync with the new ones until they are fully removed. The migration might take considerable time depending on the number of datasets.
 
 ### Deprecations