-
-
-
-```sql
-select * from `dbt-tutorial.jaffle_shop.customers`
-```
-
-
-
-
-
-```sql
-select * from default.jaffle_shop_customers
-```
-
-
-
-
-
-```sql
-select * from jaffle_shop.customers
-```
-
-
-
-
-
-```sql
-select * from raw.jaffle_shop.customers
-```
-
-
-
-
-
-- In the command line bar at the bottom, type `dbt run` and click **Enter**. We will explore what happens in the next section of the tutorial.
diff --git a/website/static/img/blog/authors/ejohnston.png b/website/static/img/blog/authors/ejohnston.png
new file mode 100644
index 00000000000..09fc4ed7ba3
Binary files /dev/null and b/website/static/img/blog/authors/ejohnston.png differ
diff --git a/website/static/img/blog/serverless-free-tier-data-stack-with-dlt-and-dbt-core/architecture_diagram.png b/website/static/img/blog/serverless-free-tier-data-stack-with-dlt-and-dbt-core/architecture_diagram.png
new file mode 100644
index 00000000000..ad10d32c2e7
Binary files /dev/null and b/website/static/img/blog/serverless-free-tier-data-stack-with-dlt-and-dbt-core/architecture_diagram.png differ
diff --git a/website/static/img/blog/serverless-free-tier-data-stack-with-dlt-and-dbt-core/map_screenshot.png b/website/static/img/blog/serverless-free-tier-data-stack-with-dlt-and-dbt-core/map_screenshot.png
new file mode 100644
index 00000000000..da8309c2510
Binary files /dev/null and b/website/static/img/blog/serverless-free-tier-data-stack-with-dlt-and-dbt-core/map_screenshot.png differ
diff --git a/website/vercel.json b/website/vercel.json
index f9dd018357b..b662e1c2144 100644
--- a/website/vercel.json
+++ b/website/vercel.json
@@ -3633,8 +3633,8 @@
"permanent": true
},
{
- "source": "/docs/writing-code-in-dbt/jinja-context/as_text",
- "destination": "/reference/dbt-jinja-functions/as_text",
+ "source": "/reference/dbt-jinja-functions/as_text",
+ "destination": "/reference/dbt-jinja-functions",
"permanent": true
},
{