Skip to content

Commit

Permalink
Added name parameter on submit function
Browse files Browse the repository at this point in the history
  • Loading branch information
ismajl-ramadani committed Nov 25, 2024
1 parent 0c47368 commit 461de6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions grove/outputs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def submit(
part: int = 0,
suffix: Optional[str] = None,
descriptor: Optional[str] = None,
name: Optional[str] = None,
):
"""Implements logic require to write collected log data to the given backend.
Expand All @@ -70,6 +71,8 @@ def submit(
:param descriptor: An optional and arbitrary descriptor associated with the
log data. This may be used by handlers for construction / specification of
file paths, URLs, or database tables.
:param name: Given name of the connector, as specified in the user's custom
configuration.
"""
pass

Expand Down

0 comments on commit 461de6b

Please sign in to comment.