You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Git source should be able to pull in data directly based on git repo reference.
It should create one mutable snapshot reference per repository(or maybe even a single static repo). When source is repeatedly called it should just fetch the updates and then check out to a new snapshot that is actually used. It could also detect that if commit sha has not changed it will always return same snapshot reference.
The text was updated successfully, but these errors were encountered:
Git source should be able to pull in data directly based on git repo reference.
It should create one mutable snapshot reference per repository(or maybe even a single static repo). When source is repeatedly called it should just fetch the updates and then check out to a new snapshot that is actually used. It could also detect that if commit sha has not changed it will always return same snapshot reference.
The text was updated successfully, but these errors were encountered: