How to run KNIME workflow in batch mode using Airflow

I have KNIME workflows developed in using Analytics platform and I want to schedule batch processing these workflows using Apache Airflow. Is it possible to call these workflows using any airflow operators? Or if I execute my workflows using python and if I call my python script using Bashoperator in airflow will my KNIME workflows execute successfully as per the schedule?

Or is there a better way to schedule my workflows.

Thanks.

Hi yash

For scheduling workflows we are recommending the KNIME Server.
It has a integrated scheduler and a REST interface for reusing e.g. with Apache airflow

3 Likes

Thanks for your reply Iris. Do you mean to say that without KNIME server the workflows cannot be scheduled using airflow?

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.