We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f4348 commit 09a89a9Copy full SHA for 09a89a9
setup.py
@@ -4,7 +4,7 @@
4
import subprocess
5
6
setup(name="stitchclient",
7
- version="0.4.0",
+ version="0.4.1",
8
description="A Stitch API client for Python",
9
author="Stitch",
10
author_email="[email protected]",
stitchclient/client.py
@@ -14,7 +14,7 @@
14
15
DEFAULT_BATCH_SIZE_BYTES = 4194304
16
DEFAULT_BATCH_DELAY_MILLIS = 60000
17
-DEFAULT_STITCH_URL = 'https://pipeline-gateway.rjmetrics.com/push'
+DEFAULT_STITCH_URL = 'https://api.stitchdata.com/v2/import/push'
18
19
BufferEntry = collections.namedtuple('BufferEntry', 'timestamp value callback_arg')
20
0 commit comments