diff --git a/content/departments/data-analytics/architecture.md b/content/departments/data-analytics/architecture.md index dd752a5030ce..5cec475ca53f 100644 --- a/content/departments/data-analytics/architecture.md +++ b/content/departments/data-analytics/architecture.md @@ -50,13 +50,5 @@ For DotCom users we are permitted to store transcript data. To ensure safe handl - [DataFlow Job]() that runs on the topic subscription event-telemtry-transcript-to-bq to redact transcripts (responseText, PromptText) - [DataFlow UDF](https://console.cloud.google.com/storage/browser/_details/sg-telemetry-v2-udf/udf/transcriptUDF.js;tab=live_object?project=telligentsourcegraph) that the DataFlow Job references (custom javascript function we can run on each event) -##### GCS - -- [GCS Bucket]() where ML team will access transcripts - -##### BQ - -- [event_telemetry table location](https://console.cloud.google.com/bigquery?project=telligentsourcegraph&pli=1&ws=!1m5!1m4!4m3!1stelligentsourcegraph!2stelemetry!3sevent_telemetry) - Below is a system diagram to illustrate the flow of transcript data further: ![image](https://storage.googleapis.com/sourcegraph-assets/handbook/BizOps/transcript-event-telemetry-pipeline.png)