Skip to content

Support DefaultDataCredential in Service (Workflow Data, Logs, Apps)#865

Merged
fernandol-nvidia merged 8 commits into
mainfrom
KeitaW/feat/support-default-data-credential
Apr 16, 2026
Merged

Support DefaultDataCredential in Service (Workflow Data, Logs, Apps)#865
fernandol-nvidia merged 8 commits into
mainfrom
KeitaW/feat/support-default-data-credential

Handle ambient creds during fetch_creds

ecd9b09
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 16, 2026 in 1s

47.34% (+3.08%) compared to 626a626

View this Pull Request on Codecov

47.34% (+3.08%) compared to 626a626

Details

Codecov Report

❌ Patch coverage is 36.61972% with 45 lines in your changes missing coverage. Please review.
✅ Project coverage is 47.34%. Comparing base (626a626) to head (ecd9b09).
⚠️ Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
src/lib/data/storage/backends/backends.py 4.54% 21 Missing ⚠️
src/utils/job/workflow.py 38.09% 13 Missing ⚠️
src/cli/dataset.py 0.00% 7 Missing ⚠️
src/utils/connectors/postgres.py 83.33% 3 Missing ⚠️
src/utils/job/task.py 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #865      +/-   ##
==========================================
+ Coverage   44.26%   47.34%   +3.08%     
==========================================
  Files         207      207              
  Lines       27641    29764    +2123     
  Branches     7906     9081    +1175     
==========================================
+ Hits        12234    14093    +1859     
- Misses      15291    15561     +270     
+ Partials      116      110       -6     
Files with missing lines Coverage Δ
src/service/core/data/data_service.py 15.54% <ø> (+4.70%) ⬆️
src/utils/job/task.py 68.52% <66.66%> (+12.66%) ⬆️
src/utils/connectors/postgres.py 80.21% <83.33%> (+5.02%) ⬆️
src/cli/dataset.py 13.26% <0.00%> (+6.28%) ⬆️
src/utils/job/workflow.py 62.88% <38.09%> (+12.61%) ⬆️
src/lib/data/storage/backends/backends.py 62.06% <4.54%> (+4.04%) ⬆️

... and 25 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.