In our project, we have two script A and B used in Big Query table. However there is a dependency of script A on B as B is using the output from script A.
We need to setup a dependency in such a way that once after the script A run is completed, script B should start running.
Do we have any feature in GCP of mentioning direct dependency so that we can use both the tables? or how to set dependencies while scheduling jobs in GCP?
Please help