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: monitoring.rst
+1-3
Original file line number
Diff line number
Diff line change
@@ -123,9 +123,7 @@ What is stored in the database?
123
123
124
124
.. todo:: deeper dive into workflow/tasks/try table schema - not trying to be comprehensive of all schemas here but those three are a good set to deal with
125
125
126
-
The monitoring database SQL schema is defined using SQLAlchemy's ORM model at:
The monitoring database SQL schema is defined using SQLAlchemy's object-relational model at `parsl/monitoring/db_manager.py line 132 onwards <https://github.com/Parsl/parsl/blob/3f2bf1865eea16cc44d6b7f8938a1ae1781c61fd/parsl/monitoring/db_manager.py#L132>`_.
129
127
130
128
.. warning:: The schema is defined a second time in `parsl/monitoring/visualization/models.py line 12 onwards <https://github.com/Parsl/parsl/blob/3f2bf1865eea16cc44d6b7f8938a1ae1781c61fd/parsl/monitoring/visualization/models.py#L12>`_. See `issue #2266 <https://github.com/Parsl/parsl/issues/2266>`_ for more discussion.
0 commit comments