You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apart from Dataform we have at least Cloud Scheduler + Cloud Run functions involved in managing pipelines.
All services were configured manually in the GCP console (some steps noted).
Need to remember to deploy Function by running npm run deploy after changes.
We would have a better overview and less potential failures if all these 3 services are configured from IaC within the repo and applied on main commits.
Can be implemented with Terraform and gcloud.
The text was updated successfully, but these errors were encountered:
Apart from Dataform we have at least Cloud Scheduler + Cloud Run functions involved in managing pipelines.
All services were configured manually in the GCP console (some steps noted).
Need to remember to deploy Function by running
npm run deploy
after changes.We would have a better overview and less potential failures if all these 3 services are configured from IaC within the repo and applied on
main
commits.Can be implemented with Terraform and
gcloud
.The text was updated successfully, but these errors were encountered: