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

[CT-2961] Add flag to inform partial parsing to skip file diff computation #8363

Closed
MichelleArk opened this issue Aug 11, 2023 · 1 comment · Fixed by #8361
Closed

[CT-2961] Add flag to inform partial parsing to skip file diff computation #8363

MichelleArk opened this issue Aug 11, 2023 · 1 comment · Fixed by #8361

Comments

@MichelleArk
Copy link
Contributor

In cloud environments, computing the file diff prior to partial parsing may be a costly operation. Provide a flag to skip computing a file diff that can be used to speed up parsing if the execution environment knows that no files have changed between dbt invocations.

@github-actions github-actions bot changed the title Add flag to inform partial parsing to skip file diff computation [CT-2961] Add flag to inform partial parsing to skip file diff computation Aug 11, 2023
@MichelleArk MichelleArk self-assigned this Aug 11, 2023
@jtcohen6
Copy link
Contributor

Let's hide the flag from the CLI --help text, since I think it will be confusing clutter for 99% of end users. Same as we did for #7911

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

Successfully merging a pull request may close this issue.

2 participants