LewisDavies / upstream-prod

A dbt package for easily using production data in a development environment.
32 stars 4 forks source link

Fix for Windows filepaths #27

Closed LewisDavies closed 8 months ago

LewisDavies commented 9 months ago

The changes in #26 broke the package on Windows machines. The model path was being split on forward slashes (/) but Windows uses back slashes (\). I've switched to a regex approach that works regardless of platform.