feathub icon indicating copy to clipboard operation
feathub copied to clipboard

Allow users to use join transform and expression transform in the same string expression

Open lindong28 opened this issue 3 years ago • 0 comments

It would be useful to support the following expression

DerivedFeatureView(
    name="feature_view_1",
    source=source,
    features=[
        "remote_table.feature_name + 10",
    ],
)

lindong28 avatar Mar 04 '23 01:03 lindong28