运行 来自数据库 postgres 的 pentaho 作业

Run pentaho jobs from database postgres

我使用的是社区版pentaho 7.0。我在 db postgres 中有一个存储库,但我不知道如何安排直接从存储库执行作业的任务。我只能使用本地路径中的 pan.bat 或 kitchen.bat 来完成。 你能帮帮我吗?

尝试编写一个 shell 脚本或批处理脚本,并通过 crontab 或 windows Scheduler.Use 以下 Linux 和 Windows 调度程序的链接进行调度.
https://linuxize.com/post/scheduling-cron-jobs-with-crontab/
https://windowsreport.com/schedule-tasks-windows-10/

我通常创建一个BAT文件,然后通过任务调度程序来调度它。 下面是我用于 BAT 文件的示例。

C:\data-integration\Kitchen.bat"/rep:"TEST" /job:"TEST_JOB" /dir:/TEST /user:admin /pass:admin