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
Copy file name to clipboardExpand all lines: docs/integrations/engines/snowflake.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -250,6 +250,14 @@ And confirm that our schemas and objects exist in the Snowflake catalog:
250
250
251
251
Congratulations - your SQLMesh project is up and running on Snowflake!
252
252
253
+
### Where are the row counts?
254
+
255
+
SQLMesh reports the number of rows processed by each model in its `plan` and `run` terminal output.
256
+
257
+
However, due to limitations in the Snowflake Python connector, row counts cannot be determined for `CREATE TABLE AS` statements. Therefore, SQLMesh does not report row counts for certain model kinds, such as `FULL` models.
258
+
259
+
Learn more about the connector limitation [on Github](https://github.com/snowflakedb/snowflake-connector-python/issues/645).
0 commit comments