Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sultaniman committed Jan 9, 2024
1 parent 5eda671 commit d627f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/general-usage/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ data = [
]
```

So after you run the pipeline `dlt` will automatically infer type changes and will a new field in the schema `id__v_text`
So after you run the pipeline `dlt` will automatically infer type changes and will add a new field in the schema `id__v_text`
to reflect that new data type for `id` so for any type which is not compatible with integer it will create a new field.

| name | data_type | nullable |
Expand Down

0 comments on commit d627f54

Please sign in to comment.