You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues, and I could not find an existing issue for this feature
I am requesting a straightforward extension of existing dbt functionality, rather than a Big Idea better suited to a discussion
Describe the feature
All inputs for dbt-core should be configurable independently, with sane default when necessary. This makes running dbt-core on cloud easier to reason about. Because you can clearly configure all of your input for a dbt invocation.
Currently dbt-core will try to load up partial_parse.msgpack from the target dir(link). There's no way to configure it without configure target dir to the same place.
We should provide a parameter(for all commands that does parsing) to being able to specify location to load partial_parse.msgpack, and if not specified dbt-core will fall back to use the current target dir.
Describe alternatives you've considered
Not do anything.
Who will this benefit?
No response
Are you interested in contributing this feature?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
[Feature] support specify partial parsing file location
[CT-2721] [Feature] support specify partial parsing file location
Jun 20, 2023
@jtcohen6 How does create hidden parameter like what we do for deprecated params sounds?
User don't get it from the help text(they could use it if they really want). And it follows our existing patterns.
Is this your first time submitting a feature request?
Describe the feature
All inputs for
dbt-core
should be configurable independently, with sane default when necessary. This makes running dbt-core on cloud easier to reason about. Because you can clearly configure all of your input for adbt
invocation.Currently
dbt-core
will try to load uppartial_parse.msgpack
from the target dir(link). There's no way to configure it without configure target dir to the same place.We should provide a parameter(for all commands that does parsing) to being able to specify location to load
partial_parse.msgpack
, and if not specifieddbt-core
will fall back to use the current target dir.Describe alternatives you've considered
Not do anything.
Who will this benefit?
No response
Are you interested in contributing this feature?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: