...
On the server hosting the
D s platform |
---|
Code Block |
---|
/opt/trifacta/js-datanode_modules/jsdata/type-packs/trifacta |
This directory is referenced as $CUSTOM_TYPE_DIR
in the steps below.
Warning | ||||
---|---|---|---|---|
Before you begin creating custom data types, you should backup the |
...
To the $CUSTOM_TYPE_DIR/manifest.json
file, you must add the filenames of any custom types that you have created and stored in the types
directory:
Code Block |
---|
{
"types": ["bodies-of-water.json", "dayofweek.json"],
"dictionaries": ["oceans", "seas"]
} |
Enable custom types
To enable use of your custom data types in the
D s platform |
---|
enabledSemanticTypes
property....