Skip to content

Commit

Permalink
address comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
pengyu-hou committed Jan 29, 2024
1 parent 9d50881 commit af71ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/authoring_features/ChainingFeatures.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Chronon now has the capability to use output of join as input to downstream comp
If you have similar features which would require multiple joins or groupbys, chaining features might be a good fit for your use case.

## How do I use it?
We introduced a new source type **JoinSource**. You can now pass in a parent join as Source in GroupBys.
You can pass in a parent join **JoinSource** as Source in GroupBys. For example,

```python
# Chaining Feature API example
Expand Down

0 comments on commit af71ddd

Please sign in to comment.