I have attached a screenshot of my pipeline.
Brief description of pipeline:
The pipeline starts with a pyspark action plugin which performs data manipulation on a Dataframe, updates it to a MySQL DB, updates the status as 'COMPLETE' or 'FAILED' on another DB Table
The database argument setter takes the status of this process as a argument value.
The conditional plugin directs the pipeline to update another database based on status of the process given by the Database argument setter
Both the plugins in the end of the pipeline are Database update action plugins which update a row in a db table.
The issue is that, for me, it is a complete pipeline. However, an error appears when I try to deploy this pipeline saying, "Missing sink, source or actions in the pipeline". How could I deploy the as is or is there a minimal workaround?