Skip to content

Commit

Permalink
chore: Update tap-postgres metadata (#1882)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Nov 5, 2024
1 parent 7790a2b commit a7ef09a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_dispatcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Filter changed files
id: filter_files
run: echo "filtered_files=$(echo ${{ steps.changed_files.outputs.all_changed_files }} | jq -c 'map(select(startswith("_data/meltano/") and endswith(".yml") and not endswith("airbyte.yml")))' | sed 's/"/\\"/g')" >> "$GITHUB_OUTPUT"
run: echo "filtered_files=$(echo ${{ steps.changed_files.outputs.all_changed_files }} | jq -c 'map(select(startswith("_data/meltano/") and (endswith(".yml") and (endswith("airbyte.yml") | not))))' | sed 's/"/\\"/g')" >> "$GITHUB_OUTPUT"

- id: set-matrix
run: echo "matrix={\"changed_file\":${{ steps.filter_files.outputs.filtered_files }}}" >> "$GITHUB_OUTPUT"
Expand Down
5 changes: 5 additions & 0 deletions _data/meltano/extractors/tap-postgres/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ settings:
kind: string
label: Host
name: host
- description: Defaults to false, if true, json and jsonb fields will be Objects.
kind: boolean
label: Json As Object
name: json_as_object
value: false
- description: Optional. The maximum number of records to return in a single stream.
kind: integer
label: Max Record Count
Expand Down

0 comments on commit a7ef09a

Please sign in to comment.