'How to trigger an API call when data loads in Google Big Query

Is there a way in Google Big Query to trigger an API call when data is finished loading?

For context - My data in Google Big Query loads each morning anytime between 8:00AM-10:00AM. Once the data is loaded, I want my reporting system (Tableau), to extract the data and send out a subscription. I know their is a RestAPI to trigger the extract refresh/subscription, but not sure how to get Google to trigger that API call when the data is finished loading.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source