medic / cht-sync

Data synchronization between CouchDB and PostgreSQL for the purpose of analytics.
GNU General Public License v3.0
4 stars 5 forks source link

Always use latest commit #104

Closed njuguna-n closed 6 months ago

njuguna-n commented 6 months ago

This forces DBT to use the latest commit. Otherwise new changes to models would necessitate restarting dbt in the container/pod where it's running

witash commented 6 months ago

Since #94 was merged, this won't have any effect; the container still needs to be restarted to apply changes. We could go back to having dbt check for new versions continuously by moving everything below line 55 into the loop

njuguna-n commented 6 months ago

This is not as important for now and restarting DBT to make use of new changes is a good way to avoid unintended model changes. Closing this PR.