-
Notifications
You must be signed in to change notification settings - Fork 977
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
Coalesce 2024 announcements #6282
Merged
Merged
Changes from 4 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
5b0b821
Coalesce 2024 announcements
matthewshaver 308cff9
Editing collapsable icons to match expandables
matthewshaver ad075c5
Removing collapsible
matthewshaver 3b32fb3
Adding space
matthewshaver 1946792
Apply suggestions from code review
matthewshaver 7a8d132
Update website/docs/docs/dbt-versions/release-notes.md
matthewshaver 50a6f4b
Update website/docs/docs/dbt-versions/release-notes.md
matthewshaver 5c7d5ba
Update release-notes.md
matthewshaver 46671d9
Update website/docs/docs/dbt-versions/release-notes.md
matthewshaver File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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 |
---|---|---|
|
@@ -20,6 +20,31 @@ Release notes are grouped by month for both multi-tenant and virtual private clo | |
|
||
## October 2024 | ||
|
||
<Expandable alt_header="Coalesce 2024 announcements"> | ||
|
||
Documentation for new features and functionality announced at Coalesce 2024: | ||
|
||
- Iceberg table support for [Snowflake](https://docs.getdbt.com/reference/resource-configs/snowflake-configs#iceberg-table-format) | ||
- [Athena](https://docs.getdbt.com/reference/resource-configs/athena-configs) and [Teradata](https://docs.getdbt.com/reference/resource-configs/teradata-configs) adapter support in dbt Cloud. | ||
- dbt Cloud now hosted on [Azure](https://docs.getdbt.com/docs/cloud/about-cloud/access-regions-ip-addresses) | ||
matthewshaver marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- Get comfortable with [Versionless dbt Cloud](https://docs.getdbt.com/docs/dbt-versions/versionless-cloud) | ||
- Scalable [microbatch incremental models](https://docs.getdbt.com/docs/build/incremental-microbatch) | ||
- Advanced CI [features](https://docs.getdbt.com/docs/deploy/advanced-ci) | ||
- [Linting with CI jobs](https://docs.getdbt.com/docs/deploy/continuous-integration#sql-linting) | ||
- dbt Assist is now [dbt Copilot](https://docs.getdbt.com/docs/cloud/dbt-copilot) | ||
- Developer blog on [Snowflake Feature Store and dbt](https://docs.getdbt.com/blog/snowflake-feature-store) | ||
matthewshaver marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- New [Quickstart for dbt Cloud CLI](https://docs.getdbt.com/guides/dbt-cloud-cli?step=1) | ||
- [Auto-exposures with Tableau](https://docs.getdbt.com/docs/collaborate/auto-exposures) | ||
- Semantic Layer integration with [Excel desktop and M365](https://docs.getdbt.com/docs/cloud-integrations/semantic-layer/excel) | ||
- [Data health tiles](https://docs.getdbt.com/docs/collaborate/data-tile) | ||
- [Semantic Layer and Cloud IDE integration](https://docs.getdbt.com/docs/build/metricflow-commands#metricflow-commands) | ||
- Query history in [Explorer](https://docs.getdbt.com/docs/collaborate/model-query-history#view-query-history-in-explorer) | ||
- Semantic Layer Metricflow improvements, including [sub-daily granularity and custom calendar (Preview)](https://docs.getdbt.com/docs/build/metricflow-time-spine#custom-calendar) | ||
matthewshaver marked this conversation as resolved.
Show resolved
Hide resolved
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. sugg using a different word to replace |
||
- [Python SDK](https://docs.getdbt.com/docs/dbt-cloud-apis/sl-python) generally avaialble. | ||
matthewshaver marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
</Expandable> | ||
|
||
|
||
- **New**: The [dbt Semantic Layer Python software development kit](/docs/dbt-cloud-apis/sl-python) is now [generally available](/docs/dbt-versions/product-lifecycles). It provides users with easy access to the dbt Semantic Layer with Python and enables developers to interact with the dbt Semantic Layer APIs to query metrics/dimensions in downstream tools. | ||
- **Enhancement**: You can now add a description to a singular data test in dbt Cloud Versionless. Use the [`description` property](/reference/resource-properties/description) to document [singular data tests](/docs/build/data-tests#singular-data-tests). You can also use [docs block](/docs/build/documentation#using-docs-blocks) to capture your test description. The enhancement will be included in upcoming dbt Core 1.9 release. | ||
- **New**: Introducing the [microbatch incremental model strategy](/docs/build/incremental-microbatch) (beta), available in dbt Cloud Versionless and will soon be supported in dbt Core 1.9. The microbatch strategy allows for efficient, batch-based processing of large time-series datasets for improved performance and resiliency, especially when you're working with data that changes over time (like new records being added daily). To enable this feature in dbt Cloud, set the `DBT_EXPERIMENTAL_MICROBATCH` environment variable to `true` in your project. | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sugg parallel construction of bulleted list, some items use periods (.) and some do not