/api/transform
POST /api/transform
Create a new transform.
post/api/transform
Request body
collection_idinteger nullable
value must be an integer greater than zero.
descriptionstring nullable
namestring required
owner_emailstring nullable
owner_user_idinteger nullable
value must be an integer greater than zero.
run_trigger'none' | 'global-schedule'
tag_idsinteger[]
Response
Successful response
collection_idinteger nullable required
{"stackTrail":"paths:/api/transform:post:responses:2XX:content:application/json:schema:properties:created_at","oasType":"schema","type":"unknown"}
creator_idinteger required
descriptionstring nullable required
entity_idstring nullable required
idinteger required
last_checkpoint_valuestring nullable
namestring required
owner_emailstring nullable
owner_user_idinteger nullable
run_triggerstring nullable
{"stackTrail":"paths:/api/transform:post:responses:2XX:content:application/json:schema:properties:source","oasType":"schema","type":"unknown"}
source_database_idinteger nullable
source_readableboolean nullable
source_typestring required
tableobject nullable
tag_idsinteger[]
{"stackTrail":"paths:/api/transform:post:responses:2XX:content:application/json:schema:properties:target","oasType":"schema","type":"unknown"}
target_db_idinteger nullable
target_table_idinteger nullable
{"stackTrail":"paths:/api/transform:post:responses:2XX:content:application/json:schema:properties:updated_at","oasType":"schema","type":"unknown"}