Skip to content

Commit

Permalink
fix database endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertDeFusco committed Jul 22, 2021
1 parent d854530 commit 49e295a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intake_metabase/source.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def get_databases(self):
headers=headers, params=params
)

return res.json()
return res.json()['data']

def get_metadata(self, table):
self._create_or_refresh_token()
Expand Down

0 comments on commit 49e295a

Please sign in to comment.