Skip to content

Commit

Permalink
[docs] fix dbt logos (#27320)
Browse files Browse the repository at this point in the history
## Summary & Motivation

## How I Tested These Changes

## Changelog

NOCHANGELOG
  • Loading branch information
cmpadden authored Jan 23, 2025
1 parent 6cc0aa0 commit 0de74c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ enabledBy:
enables:
tags: [dagster-supported, etl]
sidebar_custom_props:
logo: images/integrations/dbt.svg
logo: images/integrations/dbt/dbt.svg
---

Dagster allows you to run dbt Cloud jobs alongside other technologies. You can schedule them to run as a step in a larger pipeline and manage them as a data asset.
Expand Down
3 changes: 1 addition & 2 deletions docs/docs-beta/docs/integrations/libraries/dbt/dbt-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@ date: 2022-11-07
apireflink: https://docs.dagster.io/_apidocs/libraries/dagster-dbt
docslink: https://docs.dagster.io/integrations/dbt
partnerlink: https://www.getdbt.com/
logo: /integrations/dbt.svg
categories:
- ETL
enabledBy:
enables:
tags: [dagster-supported, etl]
sidebar_custom_props:
logo: images/integrations/dbt.svg
logo: images/integrations/dbt/dbt.svg
---

Dagster orchestrates dbt alongside other technologies, so you can schedule dbt with Spark, Python, etc. in a single data pipeline.
Expand Down

0 comments on commit 0de74c6

Please sign in to comment.