Skip to content

Commit

Permalink
fix(connector): path to new config repo
Browse files Browse the repository at this point in the history
  • Loading branch information
dovahcrow committed Mar 21, 2021
1 parent 6a3f0cb commit 59603e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dataprep/connector/config_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
from .utils import Request

# note: apply change after rename the config repo
META_URL = "https://raw.githubusercontent.com/sfu-db/APIConnectors/api-connectors/{}/{}/_meta.json"
TABLE_URL = "https://raw.githubusercontent.com/sfu-db/APIConnectors/api-connectors/{}/{}/{}.json"
META_URL = "https://raw.githubusercontent.com/sfu-db/APIConnectors/{}/api-connectors/{}/_meta.json"
TABLE_URL = "https://raw.githubusercontent.com/sfu-db/APIConnectors/{}/api-connectors/{}/{}.json"
GIT_REF_URL = "https://api.github.com/repos/sfu-db/APIConnectors/git/refs/heads"


Expand Down

0 comments on commit 59603e5

Please sign in to comment.