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
Dataset insertion depends on dataset.product.id to retrieve the metadata type id. But Product.id is optional and might be none, making the insert fail even if the product is valid and exists in the database. datacube.index.datasets.add should account for this and not error if the product can be found by name.
The text was updated successfully, but these errors were encountered:
Dataset insertion depends on
dataset.product.id
to retrieve the metadata type id. ButProduct.id
is optional and might be none, making the insert fail even if the product is valid and exists in the database.datacube.index.datasets.add
should account for this and not error if the product can be found by name.The text was updated successfully, but these errors were encountered: