We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b666137 commit 9cc63f0Copy full SHA for 9cc63f0
sqlmesh/migrations/v0101_bump_sqlglot_28-6-0.py
@@ -0,0 +1,9 @@
1
+"""Bump sqlglot to 28.6.0."""
2
+
3
4
+def migrate_schemas(engine_adapter, schema, **kwargs): # type: ignore
5
+ pass
6
7
8
+def migrate_rows(engine_adapter, schema, **kwargs): # type: ignore
9
0 commit comments