File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/openeo_grass_gis_driver Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 10
10
Config as ActiniaConfig
11
11
from openeo_grass_gis_driver .process_graph_db import GraphDB
12
12
from openeo_grass_gis_driver .job_db import JobDB
13
+ from openeo_grass_gis_driver .actinia_processing .actinia_job_db import \
14
+ ActiniaJobDB
13
15
from openeo_grass_gis_driver .models .error_schemas import ErrorSchema
14
16
from openeo_grass_gis_driver .models .job_schemas import JobInformation
15
17
from openeo_grass_gis_driver .jobs import check_job
@@ -31,6 +33,7 @@ def __init__(self):
31
33
self .iface .set_auth (ActiniaConfig .USER , ActiniaConfig .PASSWORD )
32
34
self .db = GraphDB ()
33
35
self .job_db = JobDB ()
36
+ self .actinia_job_db = ActiniaJobDB ()
34
37
35
38
def get (self , job_id ):
36
39
"""Return information about a single job
You can’t perform that action at this time.
0 commit comments