Skip to content

Commit

Permalink
Updated autodetectors (#1253)
Browse files Browse the repository at this point in the history
  • Loading branch information
dat-a-man authored Apr 24, 2024
1 parent c57fe0e commit e0a7fe0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/website/docs/general-usage/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ and columns are inferred from data.
### Data type autodetectors

You can define a set of functions that will be used to infer the data type of the column from a
value. The functions are run from top to bottom on the lists. Look in `detections.py` to see what is
value. The functions are run from top to bottom on the lists. Look in [`detections.py`](https://github.com/dlt-hub/dlt/blob/devel/dlt/common/schema/detections.py) to see what is
available.

```yaml
Expand All @@ -231,6 +231,9 @@ settings:
- timestamp
- iso_timestamp
- iso_date
- large_integer
- hexbytes_to_text
- wei_to_double
```
### Column hint rules
Expand Down

0 comments on commit e0a7fe0

Please sign in to comment.