Skip to content

Releases: NarrativeScience-old/stitch-connect-python

Version 0.6.2

31 Jan 19:02
6097a08

Choose a tag to compare

  • Fixed recursion issue with previous destination_id change

Version 0.6.1

28 Jan 23:35
df2c564

Choose a tag to compare

Bumping version to publish

Version 0.6.0

28 Jan 23:30
edf4e7b

Choose a tag to compare

  • Add desination_id to CreateSourceBody for new required field by stitch

Remove value restrictions from ConnectionStepProps.property_type

23 Sep 21:37
f8e8e85

Choose a tag to compare

Stitch recently added an additional value to the possible values for the property_type field on the Properties object. The new value raised a ValueError in the client since the ConnectionStepProps object tried to validate it against an outdated set of allowed values. Since this value is returned by Stitch and is not configurable by the user, validation on the set of allowed values for that property was removed.

Mixpanel properties can be optional

30 Jul 16:24
64d3c95

Choose a tag to compare

Mixpanel properties can be optional

Adds Mixpanel source form

29 Jul 20:59
cf8e219

Choose a tag to compare

Adds support for the platform.mixpanel source type

Update models to support Google Analytics sources

11 Jun 20:29
e9e5617

Choose a tag to compare

Google Analytics sources in Stitch have additional properties for field-level and stream-level metadata objects. Also, like all Stitch sources, they have their own Source Form Properties. The client has been regenerated to reflect these updates so that a Google Analytics source can be created and configured using this client.

Complete ConnectionCheck model

29 Apr 21:38
574af45

Choose a tag to compare

Updates the properties of the ConnectionCheck model to match the object in the Stitch Connect API https://www.stitchdata.com/docs/developers/stitch-connect/api#connection-check--object

Change schema-name type to string

25 Apr 20:26
546ab61

Choose a tag to compare

Changes the schema-name field of the Stream Metadata Object to a string, to conform to the API docs https://www.stitchdata.com/docs/developers/stitch-connect/api#stream-level-metadata-object

Separate models for Stream and StreamUpdate

17 Mar 22:22
455927d

Choose a tag to compare

This fixes a bug where get_streams would return None for all metadata keys.
Stream: returned by get_streams, metadata property is an object
StreamUpdate: passed in array to update_stream_metadata, metadata property is an array