Skip to content

Commit 0308817

Browse files
author
Oleksandr Bazarnov
committed
updated docstring
1 parent ab08a07 commit 0308817

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

airbyte_cdk/manifest_migrations/migrations/http_requester_request_body_json_data_to_request_body_v6_45_2__2.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
class V_6_45_2_HttpRequesterRequestBodyJsonDataToRequestBody(ManifestMigration):
99
"""
10-
This migration is responsible for migrating the `url_base` key to `url` in the HttpRequester component.
11-
The `url_base` key is expected to be a base URL, and the `url` key is expected to be a full URL.
12-
The migration will copy the value of `url_base` to `url`.
10+
This migration is responsible for migrating the `request_body_json` and `request_body_data` keys
11+
to a unified `request_body` key in the HttpRequester component.
12+
The migration will copy the value of either original key to `request_body` and remove the original key.
1313
"""
1414

1515
component_type = "HttpRequester"

0 commit comments

Comments
 (0)