Skip to content

Commit b563fd7

Browse files
committed
remove param
1 parent 5f49726 commit b563fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parsons/google/google_bigquery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1559,7 +1559,7 @@ def _fetch_query_results(self, cursor) -> Table:
15591559
ptable = petl.frompickle(temp_filename)
15601560
return Table(ptable)
15611561

1562-
def _validate_copy_inputs(self, if_exists: str, data_type: str):
1562+
def _validate_copy_inputs(self, if_exists: str):
15631563
if if_exists not in ["fail", "truncate", "append", "drop"]:
15641564
raise ValueError(
15651565
f"Unexpected value for if_exists: {if_exists}, must be one of "

0 commit comments

Comments
 (0)