Skip to content

Commit 50ff67b

Browse files
Update sdks/python/apache_beam/transforms/enrichment_handlers/bigquery.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 8d8f156 commit 50ff67b

File tree

1 file changed

+1
-1
lines changed
  • sdks/python/apache_beam/transforms/enrichment_handlers

1 file changed

+1
-1
lines changed

sdks/python/apache_beam/transforms/enrichment_handlers/bigquery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def __init__(
9090
query_fn: Optional[QueryFn] = None,
9191
min_batch_size: int = 1,
9292
max_batch_size: int = 10000,
93-
throw_execption_on_empty_results: bool = True,
93+
throw_exception_on_empty_results: bool = True,
9494
**kwargs,
9595
):
9696
"""

0 commit comments

Comments
 (0)