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.