Skip to content

Commit 908cb69

Browse files
committed
load_stac:source constraints wrong sourceid
1 parent 4168be6 commit 908cb69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openeo_driver/dry_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def load_result(self, job_id: str, arguments: dict) -> 'DryRunDataCube':
295295
def load_stac(self, url: str, arguments: dict) -> 'DryRunDataCube':
296296
properties = arguments.get("properties", {})
297297

298-
trace = DataSource.load_stac(url=url, properties=properties)
298+
trace = DataSource.load_stac(url=url, properties=properties, bands=arguments.get("bands",[]))
299299
self.add_trace(trace)
300300

301301
metadata = CollectionMetadata(

0 commit comments

Comments
 (0)