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
"{{ create_nonclustered_index(columns = ['row_id'], includes = ['modified_date']) }}",
91
+
]
92
+
})
93
+
}}
94
+
95
+
69
96
## Changelog
70
97
98
+
### v0.15.1
99
+
#### New Features:
100
+
- Ability to define an index in a poosthook
101
+
102
+
#### Fixes:
103
+
- Previously when a model run was interupted unfinished models prevented the next run and you had to manually delete them. This is now fixed so that unfinished models will be deleted on next run.
0 commit comments