8000 Add federated filter search with xpath · AccesoGroup/document-api-python@ecfd275 · GitHub
[go: up one dir, main page]

Skip to content

Commit ecfd275

Browse files
author
Miguel Gonzalez
committed
Add federated filter search with xpath
1 parent c8ce8a2 commit ecfd275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tableaudocumentapi/datasource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def __init__(self, datasource_xml, version):
121121
self._dsversion = version
122122

123123
def _extract_federated_filter(self):
124-
raise NotImplementedError()
124+
return list(map(Filter, self._dsxml.findall('filter')))
125125

126126
def _extract_legacy_filter(self):
127127
return list(map(Filter, self._dsxml.findall('filter')))

0 commit comments

Comments
 (0)
0