Skip to content

Commit

Permalink
fix: remove not use input parameter in spark source (#3980)
Browse files Browse the repository at this point in the history
remove unused parameter when init sparksource

Signed-off-by: tanlocnguyen <[email protected]>
Co-authored-by: tanlocnguyen <[email protected]>
  • Loading branch information
ElliotNguyen68 and ElliotNguyen68 authored Mar 5, 2024
1 parent 161547b commit 7c90882
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def __init__(
query: Optional[str] = None,
path: Optional[str] = None,
file_format: Optional[str] = None,
event_timestamp_column: Optional[str] = None,
created_timestamp_column: Optional[str] = None,
field_mapping: Optional[Dict[str, str]] = None,
description: Optional[str] = "",
Expand Down

0 comments on commit 7c90882

Please sign in to comment.