Skip to content

Commit

Permalink
fix - Column lineage stream
Browse files Browse the repository at this point in the history
  • Loading branch information
GtheSheep authored Feb 8, 2023
2 parents 141fa04 + 2dae8d7 commit ad92483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_tableau/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -902,5 +902,5 @@ def query(self) -> str:

def parse_response(self, response: requests.Response) -> Iterable[dict]:
resp_json = response.json()
for row in resp_json["data"]["workbooksConnection"]:
for row in resp_json["data"]["workbooksConnection"]["nodes"]:
yield row

0 comments on commit ad92483

Please # to comment.