Skip to content

Commit

Permalink
python format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prodriguezdefino committed Sep 22, 2024
1 parent 27e5634 commit e804618
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdks/python/apache_beam/io/gcp/bigquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -1921,7 +1921,7 @@ def __init__(
load_job_project_id=None,
max_insert_payload_size=MAX_INSERT_PAYLOAD_SIZE,
num_streaming_keys=DEFAULT_SHARDS_PER_DESTINATION,
cdc_writes_with_primary_key:List[str]=None,
cdc_writes_with_primary_key: List[str] = None,
expansion_service=None):
"""Initialize a WriteToBigQuery transform.
Expand Down Expand Up @@ -2531,7 +2531,7 @@ def __init__(
use_at_least_once=False,
with_auto_sharding=False,
num_storage_api_streams=0,
cdc_writes_with_primary_key:List[str]=None,
cdc_writes_with_primary_key: List[str] = None,
expansion_service=None):
self._table = table
self._table_side_inputs = table_side_inputs
Expand Down

0 comments on commit e804618

Please sign in to comment.