[CT-297] get_response
should always return AdapterResponse
#4499
Labels
adapter_plugins
Issues relating to third-party adapter plugins
jira
Team:Adapters
Issues designated for the adapter area of the code
tech_debt
Behind-the-scenes changes, with little direct impact on end-user functionality
Milestone
Split off from #4433:
This will allow us to clear up some tech debt. At its very simplest, an
AdapterReponse
can just look like the one indbt-spark
:Ideally, of course, an adapter has more interesting information to pass along (number of rows affected, bytes processed, relevant query/job ID, etc).
Let's do this for v1.1.0, with clear communication ahead of time for adapter maintainers, since this does constitute a breaking change.
The text was updated successfully, but these errors were encountered: