Represents the default source environment values for the
translation.
Attributes
Name
Description
default_database
str
The default database name to fully qualify
SQL objects when their database name is missing.
schema_search_path
MutableSequence[str]
The schema search path. When SQL objects are
missing schema name, translation engine will
search through this list to find the value.
metadata_store_dataset
str
Optional. Expects a valid BigQuery dataset ID that exists,
e.g., project-123.metadata_store_123. If specified,
translation will search and read the required schema
information from a metadata store in this dataset. If
metadata store doesn't exist, translation will parse the
metadata file and upload the schema info to a temp table in
the dataset to speed up future translation jobs.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[],[]]