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

Adding bulk load for Spark (DataBricks) #301

Merged
merged 1 commit into from
Jan 22, 2025
Merged

Conversation

anthonysena
Copy link
Contributor

Aims to address #300 by adding support for bulk loading data into DataBricks.

For reference: https://learn.microsoft.com/en-us/azure/databricks/ingestion/cloud-object-storage/copy-into/tutorial-dbsql

@anthonysena anthonysena linked an issue Jan 22, 2025 that may be closed by this pull request
Copy link

codecov bot commented Jan 22, 2025

Codecov Report

Attention: Patch coverage is 0% with 60 lines in your changes missing coverage. Please review.

Project coverage is 57.83%. Comparing base (ff12112) to head (25fd106).
Report is 2 commits behind head on develop.

Files with missing lines Patch % Lines
R/BulkLoad.R 0.00% 58 Missing ⚠️
R/InsertTable.R 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #301      +/-   ##
===========================================
- Coverage    59.04%   57.83%   -1.21%     
===========================================
  Files           15       15              
  Lines         2881     2941      +60     
===========================================
  Hits          1701     1701              
- Misses        1180     1240      +60     

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

@schuemie schuemie merged commit 79eb5d9 into develop Jan 22, 2025
8 of 10 checks passed
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.

Implement bulk load for DataBricks
2 participants