How to check in calling notebook if databricks job are launched manually or by scheduler? any help would be really appreciated.
I need this because I have to pass the Parameters or arguments based on the launcher. in my case if the databricks job is manually launched then, I need to take the user provided input or if it is launched through the scheduler then, I need to generate separate parameters.