Skip to content

Commit 2411829

Browse files
committed
Cross ref to relevant docs on project architecture
1 parent 9cf0f50 commit 2411829

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/code/working-with-snowflake-objects.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ git-based workflow.
287287

288288
When developing notebooks or dashboards, the analyst often has to choose
289289
how much data manipulation should be done in Python,
290-
and how much should be done in using SQL and dbt.
290+
and how much should be done using SQL and dbt.
291291
In general, we prefer to transform data and build data models using dbt,
292292
rather than doing it within notebooks or dashboards.
293293
This is for a few reasons:
@@ -303,3 +303,5 @@ such as on-the-fly filtering or aggregation of data based on user interactions,
303303
then it may make sense to do some of the transformation in the Python session.
304304
There are no hard-and-fast rules here, and specific applications will have different tradeoffs!
305305
But when in doubt, we recommend you prefer doing transformations in the dbt layer.
306+
For more information about our default dbt project architecture,
307+
see [here](/infra/architecture/).

0 commit comments

Comments
 (0)