spectacles-ci / spectacles

A continuous integration tool for Looker and LookML.
https://spectacles.dev
MIT License
217 stars 35 forks source link

Fix Segment package import #761

Closed joshtemple closed 9 months ago

joshtemple commented 9 months ago

Change description

When we updated away from a deprecated version of the Segment analytics package, a combination of lack of local environment leftovers + test coverage of the CLI tracking features + a bad configuration within the upstream package (see segmentio/analytics-python#325) meant that Spectacles was trying to find the old version but only had dependencies installed for the new version.

This change uses the correct import statement to use the new package.

Type of change

Related issues

Closes #760.

Checklists

Security

Code review