rill icon indicating copy to clipboard operation
rill copied to clipboard

Fix edge cases around rename

Open AdityaHegde opened this issue 1 year ago • 0 comments

  • [x] Just after a rename Model/Source resource would be idle with old table name. This lead to us resending the column profile leading to no table found error. Added a check to make sure table name is updated before invalidating the queries.
  • [x] Every now and then a rename would send WRITE event for both source and destination, leading to errored page with old file name. This was because fsnotify would set CHMOD and RENAME to true. Flipping the condition fixes this

AdityaHegde avatar Apr 26 '24 10:04 AdityaHegde