Class SourceEnv (0.4.2)

SourceEnv(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents the default source environment values for the translation.

Attributes

NameDescription
default_database str
The default database name to fully qualify SQL objects when their database name is missing.
schema_search_path Sequence[str]
The schema search path. When SQL objects are missing schema name, translation engine will search through this list to find the value.

Inheritance

builtins.object > proto.message.Message > SourceEnv