Skip to content

feat: SQL Agent Job - allow setting output file - #323

Closed
lowlydba wants to merge 26 commits into
mainfrom
sql-agent-add-output-file
Closed

feat: SQL Agent Job - allow setting output file#323
lowlydba wants to merge 26 commits into
mainfrom
sql-agent-add-output-file

Conversation

@lowlydba

@lowlydba lowlydba commented Aug 2, 2025

Copy link
Copy Markdown
Owner

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:

lowlydba added 12 commits August 2, 2025 11:35
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-commenter

codecov-commenter commented Aug 2, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.71%. Comparing base (13e46d4) to head (1bc3103).
⚠️ Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@lowlydba lowlydba changed the title Sql agent add output file feat: SQL Agent - allow setting output file Aug 2, 2025
@lowlydba lowlydba changed the title feat: SQL Agent - allow setting output file feat: SQL Agent Job - allow setting output file Aug 2, 2025
@lowlydba

lowlydba commented Aug 2, 2025

Copy link
Copy Markdown
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.

dataplat/dbatools#9712

@lowlydba lowlydba closed this Aug 16, 2025
@lowlydba
lowlydba deleted the sql-agent-add-output-file branch August 16, 2025 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Request] Add AgentJob Output file handling

2 participants