I have a notebook in python which provides profiling output results for the table .
I want to schedule this notebook.
For example the notebook name is Profiling notebook and i have table A,B,C,D....
When i schedule this notebook do i have to create multiple jobs and pass parameter A,B,C,D to them.
Or is it possible to pass parameter A,B,C,D in loop to the same job.