-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[dbt] Add DbtManifestPreparer and DagsterDbtManifestPreparer apidoc #22546
[dbt] Add DbtManifestPreparer and DagsterDbtManifestPreparer apidoc #22546
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @maximearmstrong and the rest of your teammates on Graphite |
Deploy preview for dagster-docs ready! Preview available at https://dagster-docs-esccjz654-elementl.vercel.app Direct link to changed pages: |
c83e06a
to
9429439
Compare
a09221a
to
86b50b6
Compare
9429439
to
177ecf1
Compare
86b50b6
to
9a47079
Compare
177ecf1
to
5a38e7f
Compare
9a47079
to
a76d425
Compare
5a38e7f
to
6391377
Compare
cf5d5e9
to
38026a4
Compare
6391377
to
68055dc
Compare
38026a4
to
f64c377
Compare
@@ -55,7 +66,19 @@ def __init__( | |||
""" | |||
self._generate_cli_args = generate_cli_args or ["parse", "--quiet"] | |||
|
|||
@public |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given the other names used here, should this be named something like prepare_if_local
? Or ensure_prepared
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ensure_prepared
would make sense. I think making the change in the PR updating the API would make most sense.
68055dc
to
339f8fb
Compare
f64c377
to
018aeac
Compare
339f8fb
to
4ed43a9
Compare
018aeac
to
3a9ab61
Compare
4ed43a9
to
c3e9555
Compare
3a9ab61
to
c6732c3
Compare
12ca547
to
e8575c4
Compare
f27b600
to
b8f8d86
Compare
e8575c4
to
69ecf3a
Compare
b8f8d86
to
058e02d
Compare
69ecf3a
to
78a86f0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we still want to expose these, given our latest conversation?
058e02d
to
e4d7625
Compare
78a86f0
to
200c8db
Compare
@sryza That's a good point. We should not expose these. Though, I'm in favor of keeping the new docstring as a reference in the code. |
I'm also very in favor of that. |
e4d7625
to
89b5c7b
Compare
71c3f22
to
b26e050
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice
b7ccaee
to
e574801
Compare
b26e050
to
5f31de0
Compare
5f31de0
to
0ea9a4f
Compare
Summary & Motivation
This PR updates the docstring for
DbtManifestPreparer
andDagsterDbtManifestPreparer
.How I Tested These Changes
make apidoc-build