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

[FSTORE-1285] Model Dependent Transformation Functions #206

Merged
merged 5 commits into from
Jul 11, 2024

Conversation

manu-sj
Copy link
Contributor

@manu-sj manu-sj commented Jun 11, 2024

This PR implements model dependent transformation function as per the design log : https://hopsworks.atlassian.net/wiki/spaces/FST/pages/388464653/Model+Dependent+Transformation+Proposal+-+version+2

The changes done in hopsworks api allows import of UDF decorator using the hopsworks API.

import hopsworks
@hopsworks.udf(int)
def my_func(...):
   ...

@manu-sj manu-sj requested a review from kennethmhc June 11, 2024 08:32
aversey pushed a commit to aversey/hopsworks-api that referenced this pull request Jun 26, 2024
…#206)

* [HWORKS-829] Upload uncompressed files, copy_from_local if internal, move if hopsfs-mount

* Set keep_original_files default value to False

* Reuse local/hopsworks engine for copy, move and download ops
@manu-sj manu-sj merged commit e510018 into logicalclocks:main Jul 11, 2024
2 checks passed
aversey pushed a commit to aversey/hopsworks-api that referenced this pull request Jul 11, 2024
…#206)

* load test

* adding udf decorator to hopsworks repo

* reverting pyproject modeified for loadtest

* reverting pyproject modeified for loadtest

* adding api documentation for udf decorator
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.

2 participants