Skip to content

Commit

Permalink
Merge branch 'current' into patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewshaver authored Nov 21, 2023
2 parents c41c8c6 + a28d802 commit 27963e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Learn more about the [February changes](https://getdbt.slack.com/archives/C03SAH
## New features

- Support for custom node colors in the IDE DAG visualization
- Autosave prototype is now available under feature flag. [Contact](mailto:[email protected]) the dbt Labs IDE team to try this out
- Ref autocomplete includes models from seeds and snapshots
- Prevent menus from getting cropped (git controls dropdown, file tree dropdown, build button, editor tab options)
- Additional option to access the file menu by right-clicking on the files and folders in the file tree
Expand Down
2 changes: 1 addition & 1 deletion website/docs/reference/resource-configs/target_schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Notes:
* Consider whether this use-case is right for you, as downstream `refs` will select from the `dev` version of a snapshot, which can make it hard to validate models that depend on snapshots (see above [FAQ](#faqs))


<File name='snapshots/orders_snaphot.sql'>
<File name='snapshots/orders_snapshot.sql'>

```sql
{{
Expand Down

0 comments on commit 27963e4

Please sign in to comment.