diff --git a/_data/meltano/extractors/tap-rest-api-msdk/widen.yml b/_data/meltano/extractors/tap-rest-api-msdk/widen.yml index d430b22d9..cc88d2b8b 100644 --- a/_data/meltano/extractors/tap-rest-api-msdk/widen.yml +++ b/_data/meltano/extractors/tap-rest-api-msdk/widen.yml @@ -263,8 +263,8 @@ settings: the query field you are querying against with $last_run_date. At run-time, the tap will dynamically update the token with either the `start_date` or the last bookmark / state value. A simple template Example for FHIR API's: gt$last_run_date. - A more complex example against an Opensearch API, "{\\"bool\\": {\\"filter\\": - [{\\"range\\": { \\"meta.lastUpdated\\": { \\"gt\\": \\"$last_run_date\\" }}}] }}". + A more complex example against an Opensearch API, `"{\\"bool\\": {\\"filter\\": + [{\\"range\\": { \\"meta.lastUpdated\\": { \\"gt\\": \\"$last_run_date\\" }}}] }}"`. Note: Any required double quotes in the query template must be escaped." kind: string label: Source Search Query