Skip to content

Commit

Permalink
[dagster-powerbi][docs] Add setup env section in Power BI docs (#26167)
Browse files Browse the repository at this point in the history
## Summary & Motivation

As title, like for the other BI integrations. The section was originally
added for other BI docs after receiving user feedback.
  • Loading branch information
maximearmstrong authored Nov 27, 2024
1 parent 693c83a commit de5a419
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/content/integrations/powerbi.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ This guide provides instructions for using Dagster with Power BI using the `dags

</details>

## Set up your environment

To get started, you'll need to install the `dagster` and `dagster-powerbi` Python packages:

```bash
pip install dagster dagster-powerbi
```

## Represent Power BI assets in the asset graph

To load Power BI assets into the Dagster asset graph, you must first construct a <PyObject module="dagster_powerbi" object="PowerBIWorkspace" /> resource, which allows Dagster to communicate with your Power BI workspace. You'll need to supply your workspace ID and credentials. You may configure a service principal or use an API access token, which can be passed directly or accessed from the environment using <PyObject object="EnvVar" />.
Expand Down

1 comment on commit de5a419

@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-kczpu8z83-elementl.vercel.app
https://master.dagster.dagster-docs.io

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

Please sign in to comment.