Datatamer / tamr-toolbox

Tamr Toolbox
Apache License 2.0
7 stars 25 forks source link

Tamr Export fails. #157

Open vg249 opened 1 year ago

vg249 commented 1 year ago

export fails with requests.exceptions.HTTPError: 404 Client Error: Not Found for url: {tamr_base_url}/api/urlExport/jdbc

apipath in tamr_toolbox.data_io.df_connect.client.export_dataset is hardcoded to /api/urlExport/jdbc. it should be /api/connect/urlExport/jdbc ?

zbpvarun-tamr commented 1 year ago

It sounds like you are trying to use a core-connect endpoint. The function was developed for df-connect which was a precursor to core-connect. Compatibility with core-connect endpoints has not yet been enabled. But you are correct that you can use the client directly to call the core-connect endpoint using that apipath.