I am creating a Cloud Data Fusion pipeline where I need to pull incremental data from a Database. My query to pull data is like this :
SELECT * FROM TABLE WHERE updated_date >${last_pipeline_run_time}
What is the best way to get last_pipeline_run_time passed as parameter dynamically to the Data Fusion pipeline. If you could suggest any other workaround for this, that also would be helpful.I am not using any other scheduler (like Airflow) for the time being.