I have an ADF pipeline that I need to run based on a csv file containing sporadic dates.
Is there anyway to implement this? my only thought is to trigger a pipeline daily that has a databricks script that checks if the current date matches a date in the file?
Thanks