Skip to content

Commit

Permalink
Merge 7883599 into d86c2cd
Browse files Browse the repository at this point in the history
  • Loading branch information
oleurud committed Oct 14, 2019
2 parents d86c2cd + 7883599 commit bc2e382
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cartoframes/data/observatory/repository/repo_client.py
@@ -1,6 +1,6 @@
from __future__ import absolute_import

from carto.do_datasets import DODatasetManager
from carto.do_subscriptions import DOSubscriptionManager

from ...clients import SQLClient
from ....auth import Credentials, get_default_credentials
Expand Down Expand Up @@ -91,7 +91,7 @@ def _get_purchased_dataset_ids(self):

def _fetch_purchased_datasets(self):
api_key_auth_client = self._user_credentials.get_api_key_auth_client()
do_manager = DODatasetManager(api_key_auth_client)
do_manager = DOSubscriptionManager(api_key_auth_client)
if do_manager is not None:
return do_manager.all()
return []
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,2 +1,2 @@
.
-e git+https://github.com/CartoDB/carto-python.git#egg=master
-e git+https://github.com/CartoDB/carto-python.git#egg=carto

0 comments on commit bc2e382

Please sign in to comment.