looker-open-source / pylookml

A pythonic api for automatic lookml
https://pylookml.readthedocs.io/en/latest/introduction.html
MIT License
44 stars 22 forks source link

ProjectSSH project files aren't being staged before committing #64

Open EricHeidbreder opened 3 years ago

EricHeidbreder commented 3 years ago

Adding the .add() method to ProjectSSH files allows users to stage the changes. See pull request.

Keeping this separate from the .commit() method allows users to stage and commit in batches, if desired.