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
Opening this issue on the hipscat repository because it looks like at least some of the importer functionality is also not allowing URIs as input catalog paths. This in part stems for the fact that the is_valid_catalog method that checks the pointers for metadata files is considering the remote catalogs as invalid.
I have described the situation in which the bug arose, including what code was executed, information about my environment, and any applicable data others will need to reproduce the problem.
I have included available evidence of the unexpected behavior (including error messages, screenshots, and/or plots) as well as a descriprion of what I expected instead.
If I have a solution in mind, I have provided an explanation and/or pseudocode and/or task list.
The text was updated successfully, but these errors were encountered:
Bug report
When trying to perform an
index_search
with a hipscat catalog source index loaded via HTTPS:Opening this issue on the hipscat repository because it looks like at least some of the importer functionality is also not allowing URIs as input catalog paths. This in part stems for the fact that the
is_valid_catalog
method that checks the pointers for metadata files is considering the remote catalogs as invalid.https://github.com/astronomy-commons/hipscat/blob/ece81e4f36967af38588f3310c565b4930fd057b/src/hipscat/io/validation.py#L6-L16
Before submitting
Please check the following:
The text was updated successfully, but these errors were encountered: