Skip to content

Commit 0b17582

Browse files
committed
add url and path to tracked params for tracker
1 parent a30e7ab commit 0b17582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dlt_init_openapi/cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def init(
7474
)
7575

7676

77-
@utils.track_command("init-openapi", False, "source")
77+
@utils.track_command("init-openapi", False, "source", "url", "path")
7878
def _init_command_wrapped(
7979
source: str,
8080
url: Optional[str] = None,

0 commit comments

Comments
 (0)