Open vg249 opened 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.
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
?