Skip to content

Commit

Permalink
docs: Documented how context fields are passed to a child stream (#2436)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored May 17, 2024
1 parent b8219d0 commit b80266a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/parent_streams.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ class EpicIssuesStream(GitlabStream):
# ...
```

```{note}
All the keys in the `context` dictionary are added to the child's record, but they will be automatically removed if they are not present in the child's schema. If you wish to preserve these keys in the child's record, you must add them to the child's schema.
```

## Additional Parent-Child References

- [Singer State in SDK Taps](./implementation/state.md)

0 comments on commit b80266a

Please sign in to comment.