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 a50f0e7 commit c61a774Copy full SHA for c61a774
cloudquery/sdk/schema/table.py
@@ -36,9 +36,6 @@ def __init__(
36
def multiplex(self, client) -> List[Table]:
37
raise [client]
38
39
- def resolver(self, client: Client, parent=None) -> Generator[Any]:
40
- raise NotImplementedError()
41
-
42
def index_column(self, column_name: str) -> int:
43
for i, column in enumerate(self.columns):
44
if column.name == column_name:
0 commit comments