You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Performance improvement storing and querying facets.
10
+
* Migration procedure requires manual steps if database has more than 100K lineage events.
11
+
* We highly encourage users to review our [migration plan](https://github.com/MarquezProject/marquez/blob/main/api/src/main/resources/marquez/db/migration/V57__readme.md).
7
12
* Additions to seed data for column-lineage [`#2381`](https://github.com/MarquezProject/marquez/pull/2381)[@rossturk](https://github.com/rossturk)
8
13
* Added new `docker/down.sh` script that makes it easier to stop local deployment when run detached [`#2380`](https://github.com/MarquezProject/marquez/pull/2380)[@rossturk](https://github.com/rossturk)
Please refer to https://github.com/MarquezProject/marquez/blob/main/api/src/main/resources/marquez/db/migration/V57__readme.md for more details.
37
+
""";
38
+
39
+
privatestaticfinalStringCOMMAND_DESCRIPTION =
40
+
"""
41
+
A command to manually run database migrations.
42
+
Extra parameters are required to specify the migration to run.
43
+
""";
44
+
45
+
/**
46
+
* Creates a new environment command.
47
+
*
48
+
* @param application the application providing this command
0 commit comments