Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rfc] lazy dbt ideation #25707

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

[rfc] lazy dbt ideation #25707

wants to merge 1 commit into from

Conversation

dpeng817
Copy link
Contributor

@dpeng817 dpeng817 commented Nov 2, 2024

Summary & Motivation

How I Tested These Changes

Changelog

Insert changelog entry or delete this section.

Copy link
Contributor Author

dpeng817 commented Nov 2, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @dpeng817 and the rest of your teammates on Graphite Graphite

return self.project_ref.create_manifest()

def make_manifest_locally(project_ref: Union["LocalProjectRef", "RemoteProjectRef"]) -> Mapping[str, Any]:
subprocess.run(["dbt" "deps"], env={"DBT_PROJECT_DIR": ...})
Copy link

Choose a reason for hiding this comment

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

There's a syntax error in the subprocess.run() command - the list of arguments needs comma separation. Change ["dbt" "deps"] to ["dbt", "deps"] to properly pass both arguments to the subprocess.

Spotted by Graphite Reviewer

Is this helpful? React 👍 or 👎 to let us know.

Copy link

github-actions bot commented Nov 2, 2024

Deploy preview for dagster-docs-beta ready!

Preview available at https://dagster-docs-beta-jb0lwlxdf-elementl.vercel.app

Direct link to changed pages:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant