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
Add editing capability for non-AICS data sources. This may already be addressed in the endpoint branch, but important to verify. If so, update ternary for edit modal in file access menu
Should be possible via SQL like:
UPDATE ${datasourceName}
SET ${columnToUpdate} = ${valueToReplaceWith}
WHERE ${here either select by row number or the internally made BFF ID} = ${list of row numbers or bff ids}
Add editing capability for non-AICS data sources. This may already be addressed in the endpoint branch, but important to verify. If so, update ternary for edit modal in file access menu
Should be possible via SQL like:
Originally posted by @SeanLeRoy in #338 (comment)
The text was updated successfully, but these errors were encountered: