To add option create_indexes (default = FALSE), in writeWorkflowJobDataResource to create indexes on spatial or non spatial table. In case of sf object (spatial table), no index should be created on geometry column.
To propagate the same option as action option in actions action_import_dbi and action_import_generic with proper option create_indexes documented.
create_indexes
(default = FALSE), inwriteWorkflowJobDataResource
to create indexes on spatial or non spatial table. In case ofsf
object (spatial table), no index should be created on geometry column.action_import_dbi
andaction_import_generic
with proper optioncreate_indexes
documented.