We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
eodag_stac_collection
1 parent 89383ee commit 5bac245Copy full SHA for 5bac245
1 file changed
stac_fastapi/eodag/dag.py
@@ -51,7 +51,7 @@ def fetch_external_stac_collections(
51
ext_stac_collections: dict[str, dict[str, Any]] = {}
52
53
for collection in collections:
54
- file_path = getattr(collection, "stacCollection", None)
+ file_path = getattr(collection, "eodag_stac_collection", None)
55
if not file_path:
56
continue
57
logger.info(f"Fetching external STAC collection for {collection.id}")
0 commit comments