Skip to content

Commit

Permalink
[docs] Fix formatting for prerequisites in BI integrations docs (#26163)
Browse files Browse the repository at this point in the history
## Summary & Motivation

As title.
  • Loading branch information
maximearmstrong authored Nov 27, 2024
1 parent d1eb1f1 commit 7dc624d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
3 changes: 2 additions & 1 deletion docs/content/integrations/looker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ This guide provides instructions for using Dagster with Looker using the `dagste

- The `dagster-looker` library installed in your environment
- Familiarity with asset definitions and the Dagster asset graph
- Familiarity with Dagster resources - Familiarity with Looker concepts, like views, explores, and dashboards
- Familiarity with Dagster resources
- Familiarity with Looker concepts, like views, explores, and dashboards
- A Looker instance
- Looker API credentials to access your Looker instance. For more information, see [Looker API authentication](https://cloud.google.com/looker/docs/api-auth) in the Looker documentation.

Expand Down
14 changes: 5 additions & 9 deletions docs/content/integrations/powerbi.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,24 @@ description: Represent your Power BI assets in Dagster

This guide provides instructions for using Dagster with Power BI using the `dagster-powerbi` library. Your Power BI assets, such as semantic models, data sources, reports, and dashboards, can be represented in the Dagster asset graph, allowing you to track lineage and dependencies between Power BI assets and upstream data assets you are already modeling in Dagster. You can also use Dagster to orchestrate Power BI semantic models, allowing you to trigger refreshes of these models on a cadence or based on upstream data changes.

---

## What you'll learn

- How to represent Power BI assets in the Dagster asset graph, including lineage to other Dagster assets.
- How to customize asset definition metadata for these Power BI assets.
- How to materialize Power BI semantic models from Dagster.
- How to customize how Power BI semantic models are materialized.

---

## Prerequisites

To get started, you'll need the following:
<details>
<summary>Prerequisites</summary>

- The `dagster` and `dagster-powerbi` libraries installed in your environment
- Familiarity with asset definitions and the Dagster asset graph
- Familiarity with Dagster resources - Familiarity with Power BI concepts, like semantic models, data sources, reports, and dashboards
- Familiarity with Dagster resources
- Familiarity with Power BI concepts, like semantic models, data sources, reports, and dashboards
- A Power BI workspace
- A service principal configured to access Power BI, or an API access token. For more information, see [Embed Power BI content with service principal and an application secret](https://learn.microsoft.com/en-us/power-bi/developer/embedded/embed-service-principal) in the Power BI documentation.

---
</details>

## Represent Power BI assets in the asset graph

Expand Down
7 changes: 2 additions & 5 deletions docs/content/integrations/tableau.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,10 @@ This guide provides instructions for using Dagster with Tableau using the `dagst
<summary>Prerequisites</summary>

- The `dagster-tableau` library installed in your environment

- Familiarity with asset definitions and the Dagster asset graph

- Familiarity with Dagster resources - Familiarity with Tableau concepts, like data sources, sheets, and dashboards

- Familiarity with Dagster resources
- Familiarity with Tableau concepts, like data sources, sheets, and dashboards
- A Tableau site, either on Tableau Cloud or Tableau Server

- A connected app configured to access Tableau. For more information, see [Use Tableau Connected Apps for Application Integration](https://help.tableau.com/current/online/en-us/connected_apps.htm) in the Tableau documentation.

</details>
Expand Down

1 comment on commit 7dc624d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagster-docs ready!

✅ Preview
https://dagster-docs-6u42sf3p5-elementl.vercel.app
https://master.dagster.dagster-docs.io

Built with commit 7dc624d.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.