CDS recently imported a table from Green et al., 2022. I can access that table with a browser on the Vizier website, but astroquery Vizier.find_catalogs can't find it.
from astroquery.vizier import Vizier
catalog_list = Vizier.find_catalogs('2022ApJ...933..180G')
print(catalog_list)