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

#283 Add support for using Spark JDBC connectors for SELECT SQL queries. #300

Merged
merged 7 commits into from
Nov 24, 2023

Conversation

yruslan
Copy link
Collaborator

@yruslan yruslan commented Nov 22, 2023

Closes #283

Copy link

github-actions bot commented Nov 22, 2023

Unit Test Coverage

File Coverage [86.15%] 🍏
TableReaderJdbcConfig.scala 100% 🍏
JdbcSource.scala 100% 🍏
CsvUtils.scala 100% 🍏
OrchestratorImpl.scala 99.71% 🍏
TableReaderJdbcNative.scala 97.15% 🍏
TableReaderJdbc.scala 87.78% 🍏
TaskRunnerBase.scala 80.93% 🍏
IngestionJob.scala 78.15%
Total Project Coverage 83.5% 🍏

@yruslan yruslan marked this pull request as ready for review November 22, 2023 07:18
@yruslan yruslan requested a review from jirifilip as a code owner November 22, 2023 07:18
@yruslan yruslan force-pushed the feature/283-jdbc-source-for-select-queries branch from 3fe12e0 to 19ae00f Compare November 22, 2023 10:27
@yruslan yruslan force-pushed the feature/283-jdbc-source-for-select-queries branch from 215a1be to 9832980 Compare November 22, 2023 10:32
@yruslan yruslan merged commit 7d781b8 into main Nov 24, 2023
9 checks passed
@yruslan yruslan deleted the feature/283-jdbc-source-for-select-queries branch November 24, 2023 07:37
@yruslan yruslan mentioned this pull request Nov 30, 2023
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.

Add support for Spark JDBC sources with SQL inputs
1 participant