Skip to content

Commit

Permalink
Update SYNC_MODE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-mccoy committed May 17, 2018
1 parent c3d5296 commit c5a47fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/SYNC_MODE.md
Expand Up @@ -39,7 +39,7 @@ Taps should allow users to choose which streams and fields to replicate. The fol
| `selected-by-default` | Only applies to fields. If there is no `selected` metadata for a field, this can be set to `True` or `False` to set a default behavior. Can be written by a tap during discovery |

### Legacy Stream/Field Selection
Some legacy Taps handle stream and field selection by looking for `"selected": true` directly in the stream's schema (or properties.json).
Some legacy Taps handle stream and field selection by looking for `"selected": true` directly in the stream's schema in the catalog.json file (or properties.json).

#### Example of legacy Stream/Field Selection
Here is an example catalog with a selected stream that has two fields selected and one field unselected
Expand Down Expand Up @@ -129,4 +129,4 @@ INFO METRIC: {"type": "counter", "metric": "record_count", "value": 14, "tags":
```

> We fetched a total of 314 records from an "orders" endpoint.
> We fetched a total of 314 records from an "orders" endpoint.

0 comments on commit c5a47fe

Please sign in to comment.