NarrativeScience-old / stitch-connect-python

Python client for the Stitch Connect API
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Add name to create source body model #7

Closed ns-axu closed 4 years ago

ns-axu commented 4 years ago

Adds the name attribute to the CreateSourceBody model so that the name can be explicitly set on source creation.

@jdrake fyi

ns-circle-ci commented 4 years ago

Tests failed!

jdrake commented 4 years ago

Why is the CircleCI file changing?

ns-axu commented 4 years ago

i changed it because it was running the pre-commit test and failing on formatting/docstring issues on the autogenerated code

jdrake commented 4 years ago

Could you update the pre commit config instead? Nothing is sacrosanct in there so feel free to tweak or omit things as necessary. Not running the PR test at all is kind of a bludgeon.

ns-axu commented 4 years ago

Gotcha, i'll update. sorry about that