Skip to content

Commit

Permalink
Merge branch 'main' into feature/tap_sybase_non_sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
s7clarke10 authored Nov 14, 2023
2 parents f9e789f + d427009 commit d52cc2b
Show file tree
Hide file tree
Showing 8 changed files with 113 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-yaml-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Get changed files in the docs folder
id: changed-files
uses: tj-actions/changed-files@v40.0.0
uses: tj-actions/changed-files@v40.1.1
with:
files: |
_data/**/*.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-plugin-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Abort if installation failed
if: steps.plugin-install.outputs.failed == '1'
uses: actions/github-script@v3
uses: actions/github-script@v7
with:
script: |
core.setFailed('Plugin installation failed')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_dispatcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Get changed files
id: changed_files
uses: tj-actions/changed-files@v40.0.0
uses: tj-actions/changed-files@v40.1.1
with:
sha: ${{ github.event.pull_request.head.sha }}
json: "true"
Expand Down
4 changes: 4 additions & 0 deletions _data/maintainers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1121,6 +1121,10 @@ thoughtchad:
label: Chad Lancour
name: thoughtchad
url: https://github.com/thoughtchad
ticketswap:
label: Ticketswap
name: ticketswap
url: https://github.com/Ticketswap
timeplus:
label: Timeplus
name: timeplus
Expand Down
79 changes: 79 additions & 0 deletions _data/meltano/extractors/tap-delighted/ticketswap.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
capabilities:
- about
- batch
- catalog
- discover
- schema-flattening
- state
- stream-maps
description: A tap for the Delighted API built on the Singer SDK and the
Delighted Python client library.
domain_url: https://delighted.com/
executable: tap-delighted
keywords:
- meltano_sdk
label: Delighted
logo_url: /assets/logos/extractors/delighted.png
maintenance_status: active
name: tap-delighted
namespace: tap_delighted
next_steps: ''
pip_url: git+https://github.com/TicketSwap/tap-delighted.git
quality: bronze
repo: https://github.com/TicketSwap/tap-delighted
settings:
- description: The token to authenticate against the API service
kind: password
label: API Key
name: api_key
- description: Compression format to use for batch files.
kind: options
label: Batch Config Encoding Compression
name: batch_config.encoding.compression
options:
- label: Gzip
value: gzip
- label: None
value: none
- description: Format to use for batch files.
kind: options
label: Batch Config Encoding Format
name: batch_config.encoding.format
options:
- label: Jsonl
value: jsonl
- description: Prefix to use when writing batch files.
kind: string
label: Batch Config Storage Prefix
name: batch_config.storage.prefix
- description: Root path to use when writing batch files.
kind: string
label: Batch Config Storage Root
name: batch_config.storage.root
- description: "'True' to enable schema flattening and automatically expand nested
properties."
kind: boolean
label: Flattening Enabled
name: flattening_enabled
- description: The max depth to flatten schemas.
kind: integer
label: Flattening Max Depth
name: flattening_max_depth
- description: The earliest record date to sync
kind: date_iso8601
label: Start Date
name: start_date
- description: User-defined config values to be used within map expressions.
kind: object
label: Stream Map Config
name: stream_map_config
- description: Config object for stream maps capability. For more information check
out [Stream Maps](https://sdk.meltano.com/en/latest/stream_maps.html).
kind: object
label: Stream Maps
name: stream_maps
settings_group_validation:
- - api_key
settings_preamble: ''
usage: ''
variant: ticketswap
2 changes: 1 addition & 1 deletion _data/meltano/utilities/matatika/matatika.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ next_steps: |
If you're running into problems with this extension, or just want to chat about all things data, [join the Matatika Slack community](https://join.slack.com/t/matatika/shared_invite/zt-19n1bfokx-F31DNitTpSxWCFO2aFlgxg).
<br/><br/>
pip_url: git+https://github.com/Matatika/matatika-ext.git@v0.21.0
pip_url: git+https://github.com/Matatika/matatika-ext.git@v0.22.0
repo: https://github.com/Matatika/matatika-ce
usage: For help, try `meltano invoke matatika --help` (or `--help` on any subcommand).
variant: matatika
48 changes: 24 additions & 24 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ authors = ["Meltano Team"]
python = "^3.9"
jsonschema = "^4.17.3"
"ruamel.yaml" = "^0.18.5"
yamllint = "^1.32.0"
yamllint = "^1.33.0"
requests = "^2.31.0"

[tool.poetry.dev-dependencies]
black = "^23.10.1"
black = "^23.11.0"
isort = "^5.12.0"

[build-system]
Expand Down

0 comments on commit d52cc2b

Please sign in to comment.