Scheduling Dataflows with Multiple Notebooks Within a Single Jupyter Workspace

You can only schedule one dataflow per workspace.

Documentation is misleading saying you can schedule per notebook. Not true.
https://domo-support.domo.com/minasan/s/article/36004740075?language=en_US#schedule_notebook

The moment you open a second notebook and try to schedule it from within the same Jupyter workspace you are editing the original dataflow that was created and linked to the first notebook. To be clear only one notebook per workspace is linked to the dataflow anyways. So it will NOT run all your notebooks under the workspace but the last one linked.

Now we have to create a separate workspace per automation script and can be very cumbersome to connect each workspace to our github repo with each needing an ssh key to be able to pull our latest changes. Hopefully this saves someone else some wasted time.