Skip to content

Commit

Permalink
Support new (auto)validation feature in LocalConnection (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
clausmichele authored Nov 2, 2023
1 parent 0fbe895 commit 89e799c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openeo/local/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def load_stac(
cube.metadata = metadata
return cube

def execute(self, process_graph: Union[dict, str, Path]) -> xr.DataArray:
def execute(self, process_graph: Union[dict, str, Path], validate: Optional[bool] = None) -> xr.DataArray:
"""
Execute locally the process graph and return the result as an xarray.DataArray.
Expand Down

0 comments on commit 89e799c

Please sign in to comment.