-
Notifications
You must be signed in to change notification settings - Fork 947
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing Redshift config typos (#3987)
## What are you changing in this pull request and why? The code is not versioning or rendering properly: ![Screenshot 2023-08-29 at 4 30 35 PM](https://github.com/dbt-labs/docs.getdbt.com/assets/3880403/253bf77e-1648-4270-ba0b-ec0fa898672f) I think the code snippets need some space. ## Checklist <!-- Uncomment if you're publishing docs for a prerelease version of dbt (delete if not applicable): - [ ] 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/guides/migration/versions) --> - [ ] 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. - [ ] 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 new pages (delete if not applicable): - [ ] Add page to `website/sidebars.js` - [ ] Provide a unique filename for the new page Removing or renaming existing pages (delete if not applicable): - [ ] Remove page from `website/sidebars.js` - [ ] Add an entry `website/static/_redirects` - [ ] [Ran link testing](https://github.com/dbt-labs/docs.getdbt.com#running-the-cypress-tests-locally) to update the links that point to the deleted page
- Loading branch information
Showing
2 changed files
with
53 additions
and
48 deletions.
There are no files selected for viewing
92 changes: 46 additions & 46 deletions
92
website/docs/docs/dbt-versions/release-notes/08-May-2023/may-ide-updates.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,46 @@ | ||
--- | ||
title: "May IDE updates and fixes" | ||
id: "may-ide-updates" | ||
description: "May 2023 release note: We've launched SQLFluff in beta, released an IDE UI page, significantly improved IDE performance, improved error messages, fixed bugs, and more." | ||
sidebar_label: "Update and fixes: IDE" | ||
sidebar_position: 2 | ||
tags: [May-2023, IDE] | ||
--- | ||
|
||
To continue improving your [Cloud IDE](/docs/cloud/dbt-cloud-ide/develop-in-the-cloud) development experience, the dbt Labs team continues to work on adding new features, fixing bugs, and increasing reliability ✨. | ||
|
||
Stay up-to-date with [IDE-related changes](/tags/ide). | ||
|
||
## New features | ||
- Lint via SQL Fluff is now available in beta (GA over the next 2-3 weeks) | ||
- Format markdown files with prettier | ||
- Leverage developer experience shortcuts, including ``Ctrl + ` `` (toggle history drawer), `CMD + Option + /` (toggle block comment), `CMD + Shift + P` (open command palette), `Option + W` (close editor tab) | ||
- Display parent folder name for files with same name in Changes section | ||
- Navigate the new IDE features quickly using [the IDE User Interface](/docs/cloud/dbt-cloud-ide/ide-user-interface) help page | ||
- Use `top X` in SQL when previewing in the IDE | ||
- Opt into the new IDE backend layer over the past month (still with dbt-rpc). Ready for beta later in June! | ||
|
||
|
||
## Product refinements | ||
|
||
- Performance-related upgrades: | ||
- Reduced cold start time by 60+% | ||
- Improved render time of modals in the IDE by 98% | ||
- Improved IDE performance with dbt Core v1.5+ (faster and snappier – highly encourage you to [upgrade your dbt version](/docs/dbt-versions/upgrade-core-in-cloud)!) | ||
- Upgraded sqlfmt (which powers the Format button) to 0.18.0 | ||
- Updated Build button to change menu options based on file/model type (snapshot, macro, etc.) | ||
- Display message to disable adblocker for file contents error | ||
- Moved Format button to console bar | ||
- Made many security enhancements in the IDE | ||
## Bug fixes | ||
|
||
- File icon sizes no longer get wonky in small screen | ||
- Toast notifications no longer take over command bar menu | ||
- Hover info inside the text editor no longer gets cut off | ||
- Transition between a file and a recently modified scratchpad no longer triggers a console error | ||
- dbt v1.5+ now can access the IDE | ||
- Confirm button on the Unsaved Changes modal now closes after clicking it | ||
- Long node names no longer overflow in the parsed logs section in history drawer | ||
- Status pill in history drawer no longer scales with longer command | ||
- Tooltip for tab name with a long file name is no longer cut off | ||
- Lint button should no longer available in main branch | ||
--- | ||
title: "May IDE updates and fixes" | ||
id: "may-ide-updates" | ||
description: "May 2023 release note: We've launched SQLFluff in beta, released an IDE UI page, significantly improved IDE performance, improved error messages, fixed bugs, and more." | ||
sidebar_label: "Update and fixes: IDE" | ||
sidebar_position: 2 | ||
tags: [May-2023, IDE] | ||
--- | ||
|
||
To continue improving your [Cloud IDE](/docs/cloud/dbt-cloud-ide/develop-in-the-cloud) development experience, the dbt Labs team continues to work on adding new features, fixing bugs, and increasing reliability ✨. | ||
|
||
Stay up-to-date with [IDE-related changes](/tags/ide). | ||
|
||
## New features | ||
- Lint via SQL Fluff is now available in beta (GA over the next 2-3 weeks) | ||
- Format markdown files with prettier | ||
- Leverage developer experience shortcuts, including ``Ctrl + ` `` (toggle history drawer), `CMD + Option + /` (toggle block comment), `CMD + Shift + P` (open command palette), `Option + W` (close editor tab) | ||
- Display parent folder name for files with same name in Changes section | ||
- Navigate the new IDE features quickly using [the IDE User Interface](/docs/cloud/dbt-cloud-ide/ide-user-interface) help page | ||
- Use `top X` in SQL when previewing in the IDE | ||
- Opt into the new IDE backend layer over the past month (still with dbt-rpc). Ready for beta later in June! | ||
|
||
|
||
## Product refinements | ||
|
||
- Performance-related upgrades: | ||
- Reduced cold start time by 60+% | ||
- Improved render time of modals in the IDE by 98% | ||
- Improved IDE performance with dbt Core v1.5+ (faster and snappier – highly encourage you to [upgrade your dbt version](/docs/dbt-versions/upgrade-core-in-cloud)!) | ||
- Upgraded sqlfmt (which powers the Format button) to 0.18.0 | ||
- Updated Build button to change menu options based on file/model type (snapshot, macro, etc.) | ||
- Display message to disable adblocker for file contents error | ||
- Moved Format button to console bar | ||
- Made many security enhancements in the IDE | ||
## Bug fixes | ||
|
||
- File icon sizes no longer get wonky in small screen | ||
- Toast notifications no longer take over command bar menu | ||
- Hover info inside the text editor no longer gets cut off | ||
- Transition between a file and a recently modified scratchpad no longer triggers a console error | ||
- dbt v1.5+ now can access the IDE | ||
- Confirm button on the Unsaved Changes modal now closes after clicking it | ||
- Long node names no longer overflow in the parsed logs section in history drawer | ||
- Status pill in history drawer no longer scales with longer command | ||
- Tooltip for tab name with a long file name is no longer cut off | ||
- Lint button should no longer available in main branch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters