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

Feature should support translating string expression into JoinTransform #28

Open
lindong28 opened this issue Nov 2, 2022 · 0 comments
Assignees
Labels
type:feature New feature or request

Comments

@lindong28
Copy link
Collaborator

lindong28 commented Nov 2, 2022

Users should be able to run the following code

f_price = Feature(
    name="price",
    dtype=types.Float32,
    transform="item_price_events.price",
    keys=["item_id"],
)

purchase_events_with_features = DerivedFeatureView(
    name="purchase_events_with_features",
    source=purchase_events_source,
    features=[
        f_price,
        f_total_payment_last_two_minutes,
    ],
    keep_source_fields=True,
)
@Sxnan Sxnan added the type:feature New feature or request label Mar 23, 2023
@yunfengzhou-hub yunfengzhou-hub added type:improvement improvement to existing functionality and removed type:improvement improvement to existing functionality labels Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants