Skip to content

Commit

Permalink
Change type of telemetry endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Sep 2, 2024
1 parent a06a793 commit 599e063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oonipipeline/src/oonipipeline/cli/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def _parse_csv(ctx, param, s: Optional[str]) -> List[str]:
help="max_time for the Buffer tables in clickhouse. only applied during create. see: https://clickhouse.com/docs/en/engines/table-engines/special/buffer",
)
telemetry_endpoint_option = click.option(
"--telemetry-endpoint", type=Optional[str], required=False, default=None
"--telemetry-endpoint", type=str, required=False, default=None
)
temporal_address_option = click.option(
"--temporal-address", type=str, required=True, default="localhost:7233"
Expand Down

0 comments on commit 599e063

Please sign in to comment.