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

feat: fetch remote schema async #5347

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

chore: add parallelism in sync

78ba5a4
Select commit
Loading
Failed to load commit list.
Open

feat: fetch remote schema async #5347

chore: add parallelism in sync
78ba5a4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 10, 2025 in 1s

74.78% (-0.02%) compared to f182738, passed because coverage increased by 0.01% when compared to adjusted base (74.77%)

View this Pull Request on Codecov

74.78% (-0.02%) compared to f182738, passed because coverage increased by 0.01% when compared to adjusted base (74.77%)

Details

Codecov Report

Attention: Patch coverage is 81.14035% with 43 lines in your changes missing coverage. Please review.

Project coverage is 74.78%. Comparing base (f182738) to head (78ba5a4).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
warehouse/router/sync.go 76.19% 18 Missing and 2 partials ⚠️
warehouse/router/identities.go 0.00% 5 Missing ⚠️
...ehouse/integrations/azure-synapse/azure-synapse.go 0.00% 4 Missing ⚠️
warehouse/integrations/mssql/mssql.go 0.00% 3 Missing ⚠️
warehouse/integrations/redshift/redshift.go 66.66% 2 Missing and 1 partial ⚠️
warehouse/router/upload.go 84.61% 1 Missing and 1 partial ⚠️
warehouse/source/source.go 0.00% 2 Missing ⚠️
warehouse/utils/uploader.go 0.00% 2 Missing ⚠️
warehouse/integrations/clickhouse/clickhouse.go 50.00% 0 Missing and 1 partial ⚠️
warehouse/validations/validate.go 95.45% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5347      +/-   ##
==========================================
- Coverage   74.80%   74.78%   -0.02%     
==========================================
  Files         440      441       +1     
  Lines       61635    61720      +85     
==========================================
+ Hits        46107    46160      +53     
- Misses      12988    13024      +36     
+ Partials     2540     2536       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.