I have a databricks notebook Notebook1
in which I have written a query to fetch the last_mod_time
from databricks data table and saved it as a dataframe.
Now, I have created a pipeline in azure data factory and using the output of that notebook to pass the last_mod_time
value as a string to an IF condition activity.
Can you guys please suggest a way through which this can be achieved?