Releases: NarrativeScience-old/stitch-connect-python
Version 0.6.2
- Fixed recursion issue with previous destination_id change
Version 0.6.1
Bumping version to publish
Version 0.6.0
- Add desination_id to CreateSourceBody for new required field by stitch
Remove value restrictions from ConnectionStepProps.property_type
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
Mixpanel properties can be optional
Adds Mixpanel source form
Adds support for the platform.mixpanel source type
Update models to support Google Analytics sources
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
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
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
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