alibaba / alibaba/feathub

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

Open
#85 0 comments 0 reactions 0 assignees View on GitHub
type:feature
Dominant language
Python
Stars
350
Forks
60
PR merge metrics
No merged PRs in 30d

Description

It would be useful to support the following expression

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

Contributor guide

No contributing guide indexed for this repository

Research direction

No file or test is named in the issue. Start by tracing how DerivedFeatureView parses feature strings and handles join and expression transforms, then add coverage for combining them in one expression and verify the example is accepted.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
data-engineering
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.