datayoga icon indicating copy to clipboard operation
datayoga copied to clipboard

validate() job/step/block routine

Open vd2org opened this issue 1 year ago • 0 comments

init() call tries to establish a connection to datasources. In some cases we need just validate job and their jobs without connection to anything because datasources is not available at that time.

To achieve that, the Job class should implement validate() routine calls corresponding routine for each Step and Block.

vd2org avatar Sep 07 '23 09:09 vd2org