Skip to content

Commit 09a89a9

Browse files
author
Christopher Merrick
committed
update stitch api url
1 parent d2f4348 commit 09a89a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import subprocess
55

66
setup(name="stitchclient",
7-
version="0.4.0",
7+
version="0.4.1",
88
description="A Stitch API client for Python",
99
author="Stitch",
1010
author_email="[email protected]",

stitchclient/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
DEFAULT_BATCH_SIZE_BYTES = 4194304
1616
DEFAULT_BATCH_DELAY_MILLIS = 60000
17-
DEFAULT_STITCH_URL = 'https://pipeline-gateway.rjmetrics.com/push'
17+
DEFAULT_STITCH_URL = 'https://api.stitchdata.com/v2/import/push'
1818

1919
BufferEntry = collections.namedtuple('BufferEntry', 'timestamp value callback_arg')
2020

0 commit comments

Comments
 (0)