Skip to content

Commit

Permalink
SL updates for coalesce (#6253)
Browse files Browse the repository at this point in the history
this pr updates some SL docs and removes the 'preview' flag for two
features:

- custom calendar
- python sdk
  • Loading branch information
mirnawong1 authored Oct 7, 2024
1 parent a20e8dd commit 8643509
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/docs/docs/build/metricflow-time-spine.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ and date_hour < dateadd(day, 30, current_timestamp())
</File>


## Custom calendar <Lifecycle status="Preview"/>
## Custom calendar

<VersionBlock lastVersion="1.8">

Expand Down
2 changes: 1 addition & 1 deletion website/docs/docs/dbt-cloud-apis/sl-api-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ plan="dbt Cloud Team or Enterprise"
icon="dbt-bit"/>

<Card
title="Python SDK (Preview)"
title="Python SDK"
body="Use the Python SDK to interact with the dbt Semantic Layer using Python."
link="/docs/dbt-cloud-apis/sl-python"
icon="dbt-bit"/>
Expand Down
1 change: 0 additions & 1 deletion website/docs/docs/dbt-cloud-apis/sl-python-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ keywords: [dbt Cloud, API, dbt Semantic Layer, python, sdk]
sidebar_label: "Python SDK"
---

# Python SDK <Lifecycle status="Preview"/>
The [`dbt-sl-sdk` Python software development kit](https://github.com/dbt-labs/semantic-layer-sdk-python) (SDK) is a Python library that provides you with easy access to the dbt Semantic Layer with Python. It allows developers to interact with the dbt Semantic Layer APIs and query metrics and dimensions in downstream tools.

## Installation
Expand Down

0 comments on commit 8643509

Please sign in to comment.