Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Type inference on schematized sourcesSettingBehavior
Enabled

"webapp.connectivity.disableRelationalTypeInference":

false,

All imported datasets from schematized sources are automatically inferred by the type system in the

D s platform
.

The inferred data types may be different from those in the source. When the dataset is loaded, data types can be applied to individual columns through the application.

Users can apply overrides for:

  • Individual connections
  • Individual datasets at time of import
Disabled

"webapp.connectivity.disableRelationalTypeInference":

true,

For schematized data sources, type inference is not automatically inferred by

D s platform
.

Data type information is taken from the source schema and applied where applicable to the dataset. If there is no corresponding data type in the

D s platform
, the data is imported as String type.

Users can apply overrides for:

  • Individual connections
  • Individual datasets at time of import

...