We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 084871b commit 8eb3a59Copy full SHA for 8eb3a59
tableaudocumentapi/datasource.py
@@ -240,7 +240,6 @@ def _get_column_objects(self):
240
return [_column_object_from_column_xml(self._datasourceTree, xml)
241
for xml in self._datasourceTree.findall('.//column')]
242
243
-
244
def _get_custom_sql(self):
245
return [qry for qry in self._datasourceXML.iter('relation')]
246
0 commit comments