Stay organized with collections
Save and categorize content based on your preferences.
This page describes how to pull the latest Telecom Subscriber Insights
script updates and apply the updates to your project.
During setup, we create
Cloud Source Repositories
in the Google Cloud project for Telecom Subscriber Insights. The source
repository contains deployment scripts, schema files, and other
relevant assets that you need to deploy Telecom Subscriber Insights.
Google will update Telecom Subscriber Insights as agreed
to in the terms and conditions in the Service Specific Terms (SST) and
periodically push new feature updates, bug fixes, and other
improvements to this repository. You have complete access to this
repository.
The deployment scripts are written in Terraform. You can use the
Terraform scripts to deploy data plan agent (DPA),
data pipeline, machine learning (ML) binary files, and other
Telecom Subscriber Insights modules.
During the onboarding process, we set up a continuous deployment
pipeline based on Cloud Build. You can use the pipeline to
automatically start a deployment of the latest Telecom Subscriber Insights
features within your Google Cloud project.
We are always improving the binaries and adding features to
Telecom Subscriber Insights. We recommend that you deploy updates to
a test project to test the changes before you deploy the updates to
production.
To apply Telecom Subscriber Insights updates by using the
Terraform scripts from Google, complete the following steps:
In Cloud Source Repositories,
verify that we transferred a source repository named
tsi-cloud-repo as part of the Google Cloud project.
We push feature updates and bug fix changes to this repository
automatically.
To start a deployment of the latest code, run the Cloud Build trigger:
In the Google Cloud console, go to the Cloud Build Triggers page.
To find information about the types of data ingestion and the data schemas
available for Telecom Subscriber Insights, see
Data ingestion and data schemas.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Apply script updates\n\nThis page describes how to pull the latest Telecom Subscriber Insights\nscript updates and apply the updates to your project.\n\nDuring setup, we create\n[Cloud Source Repositories](/source-repositories/docs/features)\nin the Google Cloud project for Telecom Subscriber Insights. The source\nrepository contains deployment scripts, schema files, and other\nrelevant assets that you need to deploy Telecom Subscriber Insights.\nGoogle will update Telecom Subscriber Insights as agreed\nto in the terms and conditions in the Service Specific Terms (SST) and\nperiodically push new feature updates, bug fixes, and other\nimprovements to this repository. You have complete access to this\nrepository.\n\nThe deployment scripts are written in Terraform. You can use the\nTerraform scripts to deploy data plan agent (DPA),\ndata pipeline, machine learning (ML) binary files, and other\nTelecom Subscriber Insights modules.\n\nDuring the onboarding process, we set up a continuous deployment\npipeline based on Cloud Build. You can use the pipeline to\nautomatically start a deployment of the latest Telecom Subscriber Insights\nfeatures within your Google Cloud project.\n\nWe are always improving the binaries and adding features to\nTelecom Subscriber Insights. We recommend that you deploy updates to\na test project to test the changes before you deploy the updates to\nproduction.\n\nTo apply Telecom Subscriber Insights updates by using the\nTerraform scripts from Google, complete the following steps:\n\n1. In [Cloud Source Repositories](https://source.cloud.google.com/),\n verify that we transferred a source repository named\n `tsi-cloud-repo` as part of the Google Cloud project.\n\n We push feature updates and bug fix changes to this repository\n automatically.\n2. To start a deployment of the latest code, run the Cloud Build trigger:\n\n 1. In the Google Cloud console, go to the **Cloud Build Triggers** page.\n\n [Go to Cloud Build Triggers](https://console.cloud.google.com/cloud-build/triggers)\n 2. Click **Run** to run the Cloud Build trigger named `tsi-deployment`.\n\n | **Note:** The trigger is set to be manual. However, you can automate the flow by changing it to trigger based on a commit. For more information, see [Cloud Build triggers](/build/docs/triggers).\n\nFor information about the layout of the source repository, see [Terraform source\nrepository](/telecom-subscriber-insights/docs/terraform-source-repository).\n\nWhat's next\n-----------\n\n- To find information about the types of data ingestion and the data schemas available for Telecom Subscriber Insights, see [Data ingestion and data schemas](/telecom-subscriber-insights/docs/data-ingestion)."]]