Allow users to use join transform and expression transform in the same string expression
Open
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