Skip to content

Commit

Permalink
Remove whitespace to render properly (#4103)
Browse files Browse the repository at this point in the history
## What are you changing in this pull request and why?

Fix heading so it renders properly. Previous line had a space and a
newline. Had to remove the space for it to render properly. Tested on
localhost.

![Screenshot 2023-09-20 at 5 07 58
PM](https://github.com/dbt-labs/docs.getdbt.com/assets/107218380/714da9ba-3cba-4c94-8433-f7f14cdcbd12)


## Checklist
- [x] Review the [Content style
guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md)
and [About
versioning](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version)
so my content adheres to these guidelines.
  • Loading branch information
nghi-ly authored Sep 21, 2023
2 parents bbef370 + 82b3b14 commit 5b759fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ snapshots:
</File>
<VersionBlock firstVersion="1.6">
## Materialized views and streaming tables
Starting with version 1.6.0, the dbt-databricks adapter supports [materialized views](https://docs.databricks.com/en/sql/user/materialized-views.html) and [streaming tables](https://docs.databricks.com/en/sql/load-data-streaming-table.html), as alternatives to incremental tables that are powered by [Delta Live Tables](https://docs.databricks.com/en/delta-live-tables/index.html).
Expand Down

0 comments on commit 5b759fd

Please sign in to comment.