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

Improve Spark sink to allow connection and table outputs #410

Closed
yruslan opened this issue May 17, 2024 · 0 comments · Fixed by #412
Closed

Improve Spark sink to allow connection and table outputs #410

yruslan opened this issue May 17, 2024 · 0 comments · Fixed by #412
Labels
DE enhancement New feature or request Pramen-Scala

Comments

@yruslan
Copy link
Collaborator

yruslan commented May 17, 2024

Background

Currently, SparkSink requires to use path option so that df.write()...save(path) could be used.
But Spark allows writing to connections (like JDBC etc) and tables df.write()...saveAsTable(path).

Feature

Improve Spark sink to allow connection and table outputs

Example

Write to

  • JDBC endpoints
  • Managed tables

Proposed Solution

--

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DE enhancement New feature or request Pramen-Scala
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant