This is an automated email from the ASF dual-hosted git repository.

Amar3tto pushed a commit to branch update-looker-graphs
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/update-looker-graphs by this 
push:
     new 0670c54e131 Set looker base url
0670c54e131 is described below

commit 0670c54e131fa9f3de9a1c45f4f72eb6640e59b4
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Thu Jul 9 22:17:28 2026 +0400

    Set looker base url
---
 .github/workflows/refresh_looker_metrics.yml | 5 ++++-
 .test-infra/tools/refresh_looker_metrics.py  | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/refresh_looker_metrics.yml 
b/.github/workflows/refresh_looker_metrics.yml
index 8d6afc79a1b..de0397207bd 100644
--- a/.github/workflows/refresh_looker_metrics.yml
+++ b/.github/workflows/refresh_looker_metrics.yml
@@ -26,10 +26,13 @@ on:
       LOOKERSDK_CLIENT_SECRET:
         description: Your Looker Client Secret.
         required: true
+      LOOKERSDK_BASE_URL:
+        description: Your Looker Client Secret.
+        required: true
 
 env:
   GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-  LOOKERSDK_BASE_URL: ${{ secrets.LOOKERSDK_BASE_URL }}
+  LOOKERSDK_BASE_URL: ${{ github.event.inputs.LOOKERSDK_BASE_URL }}
   LOOKERSDK_CLIENT_ID: ${{ github.event.inputs.LOOKERSDK_CLIENT_ID }}
   LOOKERSDK_CLIENT_SECRET: ${{ github.event.inputs.LOOKERSDK_CLIENT_SECRET }}
   GCS_BUCKET: 'public_looker_explores_us_a3853f40'
diff --git a/.test-infra/tools/refresh_looker_metrics.py 
b/.test-infra/tools/refresh_looker_metrics.py
index 69798e6f24e..507852056bc 100644
--- a/.test-infra/tools/refresh_looker_metrics.py
+++ b/.test-infra/tools/refresh_looker_metrics.py
@@ -43,7 +43,7 @@ LOOKS_TO_DOWNLOAD = [
     ("82", ["263", "264", "265", "266", "267"]),  # PyTorch Sentiment 
Streaming DistilBERT base uncased
     ("85", ["268", "269", "270", "271", "272"]),  # PyTorch Sentiment Batch 
DistilBERT base uncased
     ("86", ["284", "285", "286", "287", "288"]),  # VLLM Batch Gemma
-    ("96", ["270", "304", "305", "353", "354"]),   # Table Row Inference 
Sklearn Batch
+    ("96", ["351", "304", "305", "353", "354"]),   # Table Row Inference 
Sklearn Batch
     ("106", ["355", "356", "357", "358", "359"]),   # Table Row Inference 
Sklearn Streaming
     ("107", ["360", "361", "362", "363", "364"]),  # MLTransform Generate 
Vocab Batch
     ("108", ["365", "366", "367", "368", "369"]),  # MLTransform One-Hot 
Encoding Batch

Reply via email to