Skip to content

Commit e1b8a37

Browse files
Update packages/bigframes/scripts/bigquery_generator/yaml_parser.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 70e9091 commit e1b8a37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/bigframes/scripts/bigquery_generator/yaml_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def _parse_bq_func(
6868
def parse_yaml(yaml_file: pathlib.Path) -> data_models.BQModule:
6969
print(f"Parsing {yaml_file}...")
7070

71-
with open(yaml_file, "r") as f:
71+
with open(yaml_file, "r", encoding="utf-8") as f:
7272
data = yaml.safe_load(f)
7373

7474
functions = []

0 commit comments

Comments
 (0)