-
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
Apr SL release notes #5373
Merged
Merged
Apr SL release notes #5373
Changes from 6 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
00dbb37
create apr sl rn
mirnawong1 aef5a88
update tableau
mirnawong1 d851bbb
Merge branch 'current' into apr-sl-rn
mirnawong1 45df64d
Merge branch 'current' into apr-sl-rn
mirnawong1 40fc6f5
adding to the soft launch rn page too
mirnawong1 824f650
update
mirnawong1 dc93153
Merge branch 'current' into apr-sl-rn
mirnawong1 13a2e13
Update website/docs/docs/dbt-versions/release-notes/70-Apr-2024/apr-s…
runleonarun 6b9f1ff
Update apr-sl.md
mirnawong1 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
40 changes: 40 additions & 0 deletions
40
website/docs/docs/dbt-versions/release-notes/70-Apr-2024/apr-sl.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 |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
title: "dbt Semantic Layer updates and fixes for April 2024" | ||
description: "Apr 2024: Enhanced Google Sheets integration include new features for metric labels, saved selections, and time filters. Tableau integration improvements include data source update and bug fixes." | ||
mirnawong1 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
sidebar_label: "Updates and fixes: dbt Semantic Layer" | ||
sidebar_position: 06 | ||
tags: [Apr-2024] | ||
date: 2024-04-30 | ||
--- | ||
|
||
The dbt Labs team continues to work on adding new features, fixing bugs, and increasing reliability for the [dbt Semantic Layer](/docs/use-dbt-semantic-layer/dbt-sl) and [MetricFlow](/docs/build/about-metricflow). This release note includes fixes, updates, and deprecations for in April 2024. | ||
|
||
:::info Updated release note layout | ||
We've updated the layout of our release notes to provide a single view of the changes. Check out the [updated layout](/docs/dbt-versions/2024-release-notes) and let us know what you think by [opening up a GitHub issue](https://github.com/dbt-labs/docs.getdbt.com/issues)! | ||
runleonarun marked this conversation as resolved.
Show resolved
Hide resolved
|
||
::: | ||
|
||
### New features | ||
|
||
**Google Sheets** | ||
- **Saved selections** — You can [save your query selections](/docs/use-dbt-semantic-layer/gsheets#using-saved-selections) within the [Google Sheets application](/docs/use-dbt-semantic-layer/gsheets). They can be made private or public and refresh upon loading. | ||
- **Display metric label** — Metrics are now displayed by their labels as `metric_name`. | ||
|
||
### Updates | ||
|
||
- **Metadata in metrics** — [Metrics](/docs/build/metrics-overview) now supports the [`meta` option](/reference/resource-configs/meta) under the [config](/reference/resource-properties/config) property. Previously, we only supported the now deprecated `meta` tag. | ||
|
||
**Google Sheets** | ||
|
||
- **Explore saved queries** — Added [support](/docs/use-dbt-semantic-layer/gsheets#using-saved-queries) to allow jumping off from or exploring MetricFlow-defined saved queries directly. | ||
- **Query dimensions** — Added support to query dimensions without metrics. Previously, you needed a dimension. | ||
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. waiting on @DevonFulcher to confirm if this made it 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. Confirmed it made it! |
||
- Time filters — Added support for time presets and complex time range filters such as "between", "after", and "before". | ||
- **Dimension value population** — Added supported to automatically populate dimension values when you select a "where" filter, removing the need to manually type them. Previously, you needed to manually type the dimension values. | ||
- **Entity querying** — Added support to directly query entities, expanding the flexibility of data requests. | ||
- **Exclude column headers** — Added an option to exclude column headers, which is useful for populating templates with only the required data. | ||
|
||
### Deprecation | ||
|
||
**Tableau** | ||
|
||
- **`METRICS_AND_DIMENSIONS`** — The [`METRICS_AND_DIMENSIONS` data source](/docs/use-dbt-semantic-layer/tableau#using-the-integration) has been [deprecated](/docs/use-dbt-semantic-layer/tableau#using-the-integration) for all accounts not actively using it. We encourage users to transition to the "ALL" data source for future integrations. | ||
|
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
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.
Waiting for confirmation for this ^
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.
Confirmed it made it! Ty!