Skip to content

Commit

Permalink
Merge pull request #728 from TomNett/patch-3
Browse files Browse the repository at this point in the history
fix native types labeling
  • Loading branch information
hhanova authored Feb 7, 2025
2 parents 9473fdd + 24b26ba commit f8fc4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/tables/data-types/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Using the Native Data Types feature also has its drawbacks:
- Loading data with incompatible types will result in a failure.

## How It Works
By default, all new tables are created as typed tables if the component supports this feature. Typed tables are labeled in the Storage UI with the label AUTO-TYPED.
By default, all new tables are created as typed tables if the component supports this feature. Non-typed tables are labeled in the Storage UI with the label NON-TYPED.

You can configure the data type behavior in the UI component configuration settings. If the component supports this feature, you will see the option **Automatic data types** in the right menu, which can be toggled ON and OFF.
- **When enabled:** The component creates a typed table that respects the data types from the source (e.g., DATETIME, BOOLEAN).
Expand Down

0 comments on commit f8fc4b9

Please sign in to comment.