feat: SQL Agent Job - allow setting output file - #323
Closed
lowlydba wants to merge 26 commits into
Closed
Conversation
Introduces a new output_file parameter to the agent_job module, allowing configuration of the SQL Agent job output file path. Updates documentation, integration tests, and module logic to support setting and validating the output file, including idempotency checks. Bumps collection version to 2.7.0.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #323 +/- ##
==========================================
+ Coverage 88.89% 89.71% +0.82%
==========================================
Files 70 55 -15
Lines 2602 1536 -1066
Branches 39 0 -39
==========================================
- Hits 2313 1378 -935
+ Misses 274 158 -116
+ Partials 15 0 -15 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Owner
Author
|
Phew these tests are in need of some serious love! I believe the failures now are upstream - since it seems like they've been identified and fixed, and we're just waiting on a release - I'm going to just wait for the next working release to continue with this. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add new input that allows setting the output file for a SQL Server Agent Job
How Has This Been Tested?
New tests added
Types of changes
Checklist:
version_addedproperty.