Skip to content

Commit db866a1

Browse files
Ken LippoldKen Lippold
authored andcommitted
Fixed parameter for list_etl_system service method.
1 parent f876c98 commit db866a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etl/services/etl_system.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ def get_etl_system_for_action(
4141
@staticmethod
4242
def list(
4343
user: Optional[User],
44-
workspace_id: Optional[uuid.UUID],
45-
etl_system_platform_id: uuid.UUID,
44+
workspace_id: Optional[uuid.UUID] = None,
45+
etl_system_platform_id: Optional[uuid.UUID] = None,
4646
):
4747
queryset = EtlSystem.objects
4848

0 commit comments

Comments
 (0)