DalgoT4D / webapp

GNU Affero General Public License v3.0
5 stars 35 forks source link

New column added to gsheet, sync run, no update #957

Closed nairabhishek73 closed 1 week ago

nairabhishek73 commented 1 week ago

https://jam.dev/c/169c860a-99d8-48c0-9aad-571865988bd2

sync via connections page and sync via orchestrate

nairabhishek73 commented 1 week ago

This applies for all types of changes

fatchat commented 1 week ago

correct, running a sync does not refresh the schema. the schema is refreshed in one of two ways:

nairabhishek73 commented 5 days ago

Why is it setup to not refresh with every sync?

fatchat commented 5 days ago

Adding a refresh just makes the job longer, the refresh is done every night and can be triggered manually. Didn't see a need to add another trigger for refresh

nairabhishek73 commented 4 days ago

My thought process is that it is important to align detection with a sync:

We can wait to see if anyone brings this up as an issue.