Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deleting as_text page #4726

Merged
merged 9 commits into from
Jan 10, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ BigQuery:

**Core**
- [`path:` selectors](/reference/node-selection/methods#the-path-method)
- [`--fail-fast`](/reference/commands/run#failing-fast)
- [as_text Jinja filter](/reference/dbt-jinja-functions/as_text)
- [`--fail-fast` command](/reference/commands/run#failing-fast)
- `as_text` Jinja filter: removed this defunct filter
- [accessing nodes in the `graph` object](/reference/dbt-jinja-functions/graph)
- [persist_docs](/reference/resource-configs/persist_docs)
- [source properties](reference/source-properties)
Expand Down
58 changes: 0 additions & 58 deletions website/docs/reference/dbt-jinja-functions/as_text.md

This file was deleted.

4 changes: 2 additions & 2 deletions website/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -3633,8 +3633,8 @@
"permanent": true
},
matthewshaver marked this conversation as resolved.
Show resolved Hide resolved
{
"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
},
{
Expand Down
Loading