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 22 commits into
base: master
Choose a base branch
from

Merge branch 'master' into feat.fetchRemoteSchemaAsync

750916d
Select commit
Loading
Failed to load commit list.
Open

feat: fetch remote schema async #5347

Merge branch 'master' into feat.fetchRemoteSchemaAsync
750916d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 14, 2025 in 0s

74.83% (+0.07%) compared to 7bb084e

View this Pull Request on Codecov

74.83% (+0.07%) compared to 7bb084e

Details

Codecov Report

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

Project coverage is 74.83%. Comparing base (7bb084e) to head (750916d).
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.75%   74.83%   +0.07%     
==========================================
  Files         440      441       +1     
  Lines       61648    61733      +85     
==========================================
+ Hits        46083    46195     +112     
+ Misses      13018    12998      -20     
+ Partials     2547     2540       -7     

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