I've created a Pipeline using the Scio wrapper for Apache Beam. I want to deploy it in Google Dataflow.
I want for there to be a specific button or endpoint or Function that will execute this job regularly.
All of the instructions I can find involved running sbt runMain/pack, which builds the artifacts and uploads them each and every time.
How can I upload the artifacts once, and then create a job based on the pipeline as easily as possible?