I have created spring cloud task tables i.e. TASK_EXECUTION
, TASK_TASK_BATCH
with prefix as MYTASK_
and spring batch Tables with prefix MYBATCH_
in oracle database.
There are default tables also there in the same schema which got created automatically or by other team mate.
I have bound my Oracle database service to SCDF server
deployed on PCF
.
How can i tell my Spring Cloud Dataflow server to use tables created with my prefix to render data on dataflow server dashboard?
Currently, SCDF dashboard uses tables with default prefix to render data. It works fine. I want to use my tables to render SCDF dashboard screens.
I am using Dataflowserver version - 1.7.3
and Deployed it on PCF
using manifest.yml