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

Now generating a run_results.json even when no nodes are selected #3315

Merged
merged 3 commits into from
May 6, 2021
Merged

Now generating a run_results.json even when no nodes are selected #3315

merged 3 commits into from
May 6, 2021

Conversation

panasenco
Copy link
Contributor

resolves #3313

Description

Turned out to be a very simple fix, literally 3 lines changed to achieve the desired outcome.

Now no one will accidentally parse a stale run_results.json after an empty test run.

Checklist

  • I have signed the CLA
  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • I have updated the CHANGELOG.md and added information about my change to the "dbt next" section.

@cla-bot cla-bot bot added the cla:yes label May 4, 2021
Copy link
Contributor

@jtcohen6 jtcohen6 left a comment

Choose a reason for hiding this comment

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

@panasenco This looks great to me! One small ask about the changelog note, then I think this is good to go.

CHANGELOG.md Outdated Show resolved Hide resolved
Copy link
Contributor

@jtcohen6 jtcohen6 left a comment

Choose a reason for hiding this comment

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

Thanks for this @panasenco!

@jtcohen6 jtcohen6 merged commit 8d39ef1 into dbt-labs:develop May 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generate run_results.json even when no nodes are selected
2 participants