My requirement is to skip the run of a trigger if it is the first day of the month
Similarly run a trigger if it is Monday or 1st day of the month
Can we achieve it at trigger level or we have to write custom logic (If conditon/ Case activity) in ADF to kick it off and exit gracefully by sending an email rather than running other activities ( like precedence contraints in SSIS)