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

[FEA]: Add support of writing to databricks delta table using Module. #1482

Open
2 tasks done
spatil44 opened this issue Jan 27, 2024 · 1 comment · May be fixed by #1483
Open
2 tasks done

[FEA]: Add support of writing to databricks delta table using Module. #1482

spatil44 opened this issue Jan 27, 2024 · 1 comment · May be fixed by #1483
Labels
external This issue was filed by someone outside of the Morpheus team feature request New feature or request

Comments

@spatil44
Copy link

spatil44 commented Jan 27, 2024

Is this a new feature, an improvement, or a change to existing functionality?

New Feature

How would you describe the priority of this feature request

Medium

Please provide a clear description of problem this feature solves

At present, Morpheus only allows writing to Databricks delta tables through a stage-based method. Unfortunately, this capability isn't available when constructing an inference pipeline using a modular approach. To address this limitation, implementing a 'Databricks Writer Module' would enable direct writing of results to the Delta Lake.

Describe your ideal solution

def _data_bricks_delta_lake_writer(builder: mrc.Builder):
module_config = builder.get_current_module_config()

Additional context

I have already created "databricks_writer_module" in consultation with @drobison00 .
Will raise pull request shortly.

Code of Conduct

  • I agree to follow this project's Code of Conduct
  • I have searched the open feature requests and have found no duplicates for this feature request
@spatil44 spatil44 added the feature request New feature or request label Jan 27, 2024
@jarmak-nv jarmak-nv added Needs Triage Need team to review and classify external This issue was filed by someone outside of the Morpheus team labels Jan 27, 2024
@jarmak-nv
Copy link
Contributor

Hi @spatil44!

Thanks for submitting this issue - our team has been notified and we'll get back to you as soon as we can!
In the mean time, feel free to add any relevant information to this issue.

@efajardo-nv efajardo-nv removed the Needs Triage Need team to review and classify label Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external This issue was filed by someone outside of the Morpheus team feature request New feature or request
Projects
Status: Review - Ready for Review
Development

Successfully merging a pull request may close this issue.

3 participants