Skip to content

Commit a6cd561

Browse files
committedSep 22, 2024
tidy up a source link
1 parent 34296c0 commit a6cd561

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎monitoring.rst

+1-3
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,7 @@ What is stored in the database?
123123

124124
.. 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
125125

126-
The monitoring database SQL schema is defined using SQLAlchemy's ORM model at:
127-
128-
https://github.com/Parsl/parsl/blob/3f2bf1865eea16cc44d6b7f8938a1ae1781c61fd/parsl/monitoring/db_manager.py#L132
126+
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>`_.
129127

130128
.. 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.
131129

0 commit comments

Comments
 (0)