From 35fa73516b5fa353c7007f6fcff873c7a14494ef Mon Sep 17 00:00:00 2001 From: Twisha Bansal Date: Tue, 3 Feb 2026 15:45:03 +0530 Subject: [PATCH] rename file --- .ci/sample_tests/quickstart/go.integration.cloudbuild.yaml | 2 +- .ci/sample_tests/quickstart/js.integration.cloudbuild.yaml | 2 +- .ci/sample_tests/quickstart/py.integration.cloudbuild.yaml | 2 +- .ci/sample_tests/{setup_hotels_sample.sql => setup_hotels.sql} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename .ci/sample_tests/{setup_hotels_sample.sql => setup_hotels.sql} (100%) diff --git a/.ci/sample_tests/quickstart/go.integration.cloudbuild.yaml b/.ci/sample_tests/quickstart/go.integration.cloudbuild.yaml index 901b5347cc..24b14bfc26 100644 --- a/.ci/sample_tests/quickstart/go.integration.cloudbuild.yaml +++ b/.ci/sample_tests/quickstart/go.integration.cloudbuild.yaml @@ -33,7 +33,7 @@ steps: - 'TARGET_ROOT=docs/en/getting-started/quickstart/go' - 'TARGET_LANG=go' - 'TABLE_NAME=hotels_go' - - 'SQL_FILE=.ci/sample_tests/setup_hotels_sample.sql' + - 'SQL_FILE=.ci/sample_tests/setup_hotels.sql' - 'AGENT_FILE_PATTERN=quickstart.go' secretEnv: ['TOOLS_YAML_CONTENT', 'GOOGLE_API_KEY', 'DB_PASSWORD'] diff --git a/.ci/sample_tests/quickstart/js.integration.cloudbuild.yaml b/.ci/sample_tests/quickstart/js.integration.cloudbuild.yaml index ba8c5a1df2..6e5aac6b07 100644 --- a/.ci/sample_tests/quickstart/js.integration.cloudbuild.yaml +++ b/.ci/sample_tests/quickstart/js.integration.cloudbuild.yaml @@ -33,7 +33,7 @@ steps: - 'TARGET_ROOT=docs/en/getting-started/quickstart/js' - 'TARGET_LANG=js' - 'TABLE_NAME=hotels_js' - - 'SQL_FILE=.ci/sample_tests/setup_hotels_sample.sql' + - 'SQL_FILE=.ci/sample_tests/setup_hotels.sql' - 'AGENT_FILE_PATTERN=quickstart.js' secretEnv: ['TOOLS_YAML_CONTENT', 'GOOGLE_API_KEY', 'DB_PASSWORD'] diff --git a/.ci/sample_tests/quickstart/py.integration.cloudbuild.yaml b/.ci/sample_tests/quickstart/py.integration.cloudbuild.yaml index 5eb2eee343..52752404a5 100644 --- a/.ci/sample_tests/quickstart/py.integration.cloudbuild.yaml +++ b/.ci/sample_tests/quickstart/py.integration.cloudbuild.yaml @@ -33,7 +33,7 @@ steps: - 'TARGET_ROOT=docs/en/getting-started/quickstart/python' - 'TARGET_LANG=python' - 'TABLE_NAME=hotels_python' - - 'SQL_FILE=.ci/sample_tests/setup_hotels_sample.sql' + - 'SQL_FILE=.ci/sample_tests/setup_hotels.sql' - 'AGENT_FILE_PATTERN=quickstart.py' secretEnv: ['TOOLS_YAML_CONTENT', 'GOOGLE_API_KEY', 'DB_PASSWORD'] diff --git a/.ci/sample_tests/setup_hotels_sample.sql b/.ci/sample_tests/setup_hotels.sql similarity index 100% rename from .ci/sample_tests/setup_hotels_sample.sql rename to .ci/sample_tests/setup_hotels.sql