Skip to content

Commit

Permalink
Add docstring to _render_filter function
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmcalpine committed Dec 19, 2024
1 parent f7a1c19 commit 6710663
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/dataregistry/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,10 @@ def _render_filter(self, f, stmt, schema):
Logic filter to be appended to SQL query
stmt : sql alchemy Query object
Current SQL query
schema : str
The dicts returned from `self._parse_selected_columns` are indexed
by schema (i.e., working or production), we need to know which
schema's columns we are rendering a filter for
Returns
-------
Expand Down

0 comments on commit 6710663

Please sign in to comment.