We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edec2df commit afcef50Copy full SHA for afcef50
sqlmesh/migrations/v0088_add_virtual_environment_mode.py
@@ -0,0 +1,5 @@
1
+"""Add virtual_environment_mode to the model definition."""
2
+
3
4
+def migrate(state_sync, **kwargs): # type: ignore
5
+ pass
0 commit comments