Skip to content

Commit

Permalink
preserved order of args
Browse files Browse the repository at this point in the history
Signed-off-by: Minura Punchihewa <[email protected]>
  • Loading branch information
MinuraPunchihewa committed Oct 1, 2024
1 parent fef688f commit 8ee9ea8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ def __init__( # noqa: PLR0913
DatasetError: Invalid configuration supplied (through ``ManagedTable`` validation).
"""
super().__init__(
table=table,
catalog=catalog,
database=database,
catalog=catalog,
table=table,
write_mode=write_mode,
dataframe_type=dataframe_type,
version=version,
Expand Down

0 comments on commit 8ee9ea8

Please sign in to comment.