Skip to content

Commit

Permalink
docs: Add flattening configuration examples
Browse files Browse the repository at this point in the history
Closes #717
  • Loading branch information
edgarrmondragon committed Nov 10, 2023
1 parent e43be2c commit dfb497c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/stream_maps.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,24 @@ three distinct fields:
- `user__last_name`
- `user__id`

#### Flattening Example

````{tab} meltano.yml
```yaml
flattening_enabled: true
flattening_max_depth: 1 # flatten only top-level properties
```
````

````{tab} JSON
```json
{
"flattening_enabled": true,
"flattening_max_depth": 1
}
```
````

## Out-of-scope capabilities

These capabilities are all out of scope _by design_:
Expand Down

0 comments on commit dfb497c

Please # to comment.