Skip to content

Commit

Permalink
Deleting as_text page (#4726)
Browse files Browse the repository at this point in the history
## What are you changing in this pull request and why?

The filter function referenced on this page hasn't done anything since
dbt Core v0.17.0.

As this version is wildly outdated, we are deleting the page

Nothing to delete from sidebar.js as this is autogenerated

## Checklist
<!--
Uncomment when publishing docs for a prerelease version of dbt:
- [ ] Add versioning components, as described in [Versioning
Docs](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#versioning-entire-pages)
- [ ] Add a note to the prerelease version [Migration
Guide](https://github.com/dbt-labs/docs.getdbt.com/tree/current/website/docs/docs/dbt-versions/core-upgrade)
-->
- [x] Review the [Content style
guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md)
so my content adheres to these guidelines.
- [x] For [docs
versioning](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#about-versioning),
review how to [version a whole
page](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version)
and [version a block of
content](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#versioning-blocks-of-content).
- [x] Add a checklist item for anything that needs to happen before this
PR is merged, such as "needs technical review" or "change base branch."

Adding or removing pages (delete if not applicable):
- [x] Add/remove page in `website/sidebars.js`
- [ ] Provide a unique filename for new pages
- [ ] Add an entry for deleted pages in `website/static/_redirects`
- [ ] Run link testing locally with `npm run build` to update the links
that point to deleted pages
  • Loading branch information
matthewshaver authored Jan 10, 2024
2 parents 6b3fde3 + 68c3fcf commit 611822e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 63 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,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
59 changes: 0 additions & 59 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
},
{
"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

0 comments on commit 611822e

Please sign in to comment.