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: support reading tables via Unity Catalog provided credentials #3078

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

hntd187
Copy link
Collaborator

@hntd187 hntd187 commented Dec 22, 2024

Description

You can read tables via UC provided creds.

Related Issue(s)

Documentation

Temp Creds API

@github-actions github-actions bot added the binding/rust Issues for the Rust crate label Dec 22, 2024
Copy link

codecov bot commented Dec 23, 2024

Codecov Report

Attention: Patch coverage is 4.61538% with 124 lines in your changes missing coverage. Please review.

Project coverage is 72.17%. Comparing base (24bbcdb) to head (7f8b2ab).

Files with missing lines Patch % Lines
crates/catalog-unity/src/datafusion.rs 0.00% 51 Missing ⚠️
crates/catalog-unity/src/lib.rs 10.63% 41 Missing and 1 partial ⚠️
crates/catalog-unity/src/models.rs 3.22% 30 Missing ⚠️
crates/core/src/table/builder.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3078      +/-   ##
==========================================
- Coverage   72.31%   72.17%   -0.15%     
==========================================
  Files         128      128              
  Lines       41165    41264      +99     
  Branches    41165    41264      +99     
==========================================
+ Hits        29770    29781      +11     
- Misses       9492     9590      +98     
+ Partials     1903     1893      -10     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/rust Issues for the Rust crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant