Skip to content

Commit

Permalink
Trying to resolve issue with braces.
Browse files Browse the repository at this point in the history
  • Loading branch information
s7clarke10 authored Nov 7, 2023
1 parent b59f481 commit dd918c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _data/meltano/extractors/tap-rest-api-msdk/widen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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\\":

Check failure on line 266 in _data/meltano/extractors/tap-rest-api-msdk/widen.yml

View workflow job for this annotation

GitHub Actions / Lint YAML files

266:57 syntax error: expected <block end>, but found '{' (syntax)

Check failure on line 266 in _data/meltano/extractors/tap-rest-api-msdk/widen.yml

View workflow job for this annotation

GitHub Actions / Lint YAML files

266:71 [braces] forbidden flow mapping
[{\\"range\\": { \\"meta.lastUpdated\\": { \\"gt\\": \\"$last_run_date\\" }}}] }}"`.

Check failure on line 267 in _data/meltano/extractors/tap-rest-api-msdk/widen.yml

View workflow job for this annotation

GitHub Actions / Lint YAML files

267:5 [indentation] wrong indentation: expected 72 but found 4

Check failure on line 267 in _data/meltano/extractors/tap-rest-api-msdk/widen.yml

View workflow job for this annotation

GitHub Actions / Lint YAML files

267:7 [braces] forbidden flow mapping

Check failure on line 267 in _data/meltano/extractors/tap-rest-api-msdk/widen.yml

View workflow job for this annotation

GitHub Actions / Lint YAML files

267:21 [braces] forbidden flow mapping

Check failure on line 267 in _data/meltano/extractors/tap-rest-api-msdk/widen.yml

View workflow job for this annotation

GitHub Actions / Lint YAML files

267:47 [braces] forbidden flow mapping

Check failure on line 267 in _data/meltano/extractors/tap-rest-api-msdk/widen.yml

View workflow job for this annotation

GitHub Actions / Lint YAML files

267:78 [braces] too many spaces inside braces

Check failure on line 267 in _data/meltano/extractors/tap-rest-api-msdk/widen.yml

View workflow job for this annotation

GitHub Actions / Lint YAML files

267:83 [braces] too many spaces inside braces
Note: Any required double quotes in the query template must be escaped."
kind: string
label: Source Search Query
Expand Down

0 comments on commit dd918c8

Please sign in to comment.