In Datacube 1.9, the dc.list_products() function products a large number of odc-geo GridSpec warnings. These make it difficult to use these functions to get a list of available Datcube products:
import datacube
dc = datacube.Datacube()
dc.list_products()
