No possibility to schedule DLT once per minute

PiotrU
Contributor II

Hello

I wanted to setup DLT to run every minute, previously it was possible with setting up in JSON "schedule": "1 * * * *"  - but now I see that is not accepted - is there any other workaround to make it working ?

szymon_dybczak
Esteemed Contributor III

Hi @PiotrU ,

It's still possible, you need to click show cron syntax and just type your cron: 1 * * * *

szymon_dybczak_0-1726217980205.png

Then it will create workflow job with the specified cron schedule:

szymon_dybczak_1-1726218086508.png

 

PiotrU
Contributor II

in that case we can attach dlt to job ... but in json for dlt - I was not able to do that still