diff --git a/docs/content/integrations/looker.mdx b/docs/content/integrations/looker.mdx index 7734f1bada20f..03ebb764a45df 100644 --- a/docs/content/integrations/looker.mdx +++ b/docs/content/integrations/looker.mdx @@ -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. diff --git a/docs/content/integrations/powerbi.mdx b/docs/content/integrations/powerbi.mdx index 2622ff0df049e..2f5035f4b4e0e 100644 --- a/docs/content/integrations/powerbi.mdx +++ b/docs/content/integrations/powerbi.mdx @@ -9,8 +9,6 @@ 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. @@ -18,19 +16,17 @@ This guide provides instructions for using Dagster with Power BI using the `dags - 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: +
+ Prerequisites - 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. ---- +
## Represent Power BI assets in the asset graph diff --git a/docs/content/integrations/tableau.mdx b/docs/content/integrations/tableau.mdx index ae7bf301d5147..2c4ef2c89da6a 100644 --- a/docs/content/integrations/tableau.mdx +++ b/docs/content/integrations/tableau.mdx @@ -22,13 +22,10 @@ This guide provides instructions for using Dagster with Tableau using the `dagst Prerequisites - 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.