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
Copy file name to clipboardexpand all lines: docs/guide/orms.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ In order to effectively use the extended models, you need to update the models.p
41
41
42
42
#### Using extended model
43
43
44
-
In order use the class ExtendedJob, we will need to extend the register. The example below extends the JobRegister and edits the create_job function to create the ExtendedJob and includes setting the value for the new parameter. You will need to version the database in order for the new model to work, and additionally add the NewJobsRegister to the app instance [See Registers](/guide/registers/).
44
+
In order use the class ExtendedJob, we will need to extend the register. The example below extends the JobRegister and edits the create_job function to create the ExtendedJob and includes setting the value for the new parameter. You will need to version the database in order for the new model to work, and additionally add the NewJobsRegister to the app instance [See Registers](/openeo-fastapi/guide/registers/).
45
45
46
46
...
47
47
from openeo_fastapi.client.jobs import JobsRegister
0 commit comments