I would like to identify which links in a column are broken (i.e. no longer active/information no longer found). So ideally, I'm aiming for the output:
id link is_broken
1 url true
2 url false
3 url true
Can this be obtained through PostgrSQL as opposed to using external tools? Note that I'm working on Metabase.