Hi,
When I try to export a table through dap intidb command for a table from canvas space: context_module_progress. I use the following command:
dap --loglevel debug initdb --connection-string "mssql://username:password@prodsqlserver.database.windows.net/canvas-prod?driver=ODBC+Driver+18+for+SQL+Server" --namespace canvas --table context_module_progressions
I get the following error:
aiohttp.client_exceptions.ClientPayloadError: Response payload is not completed: <<SPAN class="">ContentLengthError: 400,
message='Not enough data to satisfy content length header.'>. ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None)
Do you know what is happening and how can I solve this issue to be able to successfully load the table into MS Sql server?