dagster-io / hooli-data-eng-pipelines

Example Dagster Cloud code for the Hooli Data Engineering organization.
72 stars 15 forks source link

Add prepare if dev dbt #105

Closed cnolanminich closed 1 month ago

cnolanminich commented 1 month ago

Per the docs of 1.7.13:

[dagster-dbt] During development,DbtProject no longer prepares the dbt manifest file and dbt dependencies in its constructor during initialization. This process has been moved to prepare_if_dev(), that can be called on the DbtProject instance after initialization. Check out the API docs for more: https://docs.dagster.io/_apidocs/libraries/dagster-dbt#dagster_dbt.DbtProject.prepare_if_dev.

@izzye84 already did the other piece in #100, of switching the dagster-dbt CLI arguments.

This won't have an impact on branch deployments or our data-eng-prod deployment, but will be useful for local dev

github-actions[bot] commented 1 month ago

Your pull request at commit 31685c1da8c766cafc8f299e691bc58927eb77f4 is automatically being deployed to Dagster Cloud.

Location Status Link Updated
basics View in Cloud Jul 12, 2024 at 07:53 PM (UTC)
batch_enrichment View in Cloud Jul 12, 2024 at 07:53 PM (UTC)
data-eng-pipeline View in Cloud Jul 12, 2024 at 07:53 PM (UTC)
snowflake_insights View in Cloud Jul 12, 2024 at 07:53 PM (UTC)
demo_assets View in Cloud Jul 12, 2024 at 07:53 PM (UTC)
izzye84 commented 1 month ago

LGTM