YukonWRB / AquaCache

Package to create and update a postgres database holding water and climate related data
GNU Affero General Public License v3.0
3 stars 0 forks source link

Investigate synchronize() and share_with and owner columns #120

Open gdelaplante opened 3 months ago

gdelaplante commented 3 months ago

Currently, synchronize() replaces data by assigning the timeseries table values for owner and share_with. Is this desirable behavior?

gdelaplante commented 1 month ago

synchronize can now use owners, contributors from the getXXX functions. share_with is still defaulting to the timeseries table values.