Skip to content

Commit

Permalink
Merge branch 'main' into tobias/add-ticketswap-tap-exact-variant
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Dec 12, 2023
2 parents 92890dd + dc6a912 commit e4060c6
Show file tree
Hide file tree
Showing 35 changed files with 268 additions and 52 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/[email protected]

- name: Set up Python 3.10
uses: actions/setup-python@v4.5.0
uses: actions/setup-python@v5
with:
python-version: "3.10"

Expand Down
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/[email protected].0
uses: tj-actions/[email protected].2
with:
files: |
_data/**/*.yml
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/metadata-extract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
run: pipx install git+https://github.com/meltano/hub-utils.git

- name: Install Python 3.10
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'

Expand All @@ -95,7 +95,7 @@ jobs:

- name: Install Python 3.9 (Only if 3.10 failed)
if: always() && (steps.extract_310.outcome == 'failure')
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.9'

Expand All @@ -107,7 +107,7 @@ jobs:

- name: Install Python 3.8 (Only if 3.9 failed)
if: always() && (steps.extract_39.outcome == 'failure')
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.8'

Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
run: pipx install git+https://github.com/meltano/hub-utils.git

- name: Install Python 3.10
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'

Expand All @@ -153,7 +153,7 @@ jobs:

- name: Install Python 3.9 (Only if 3.10 failed)
if: always() && (steps.extract_310.outcome == 'failure')
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.9'

Expand All @@ -165,7 +165,7 @@ jobs:

- name: Install Python 3.8 (Only if 3.9 failed)
if: always() && (steps.extract_39.outcome == 'failure')
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.8'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plugin_definition_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Python
uses: actions/setup-python@v4.5.0
uses: actions/setup-python@v5
with:
python-version: 3.9
architecture: x64
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 @@ -76,7 +76,7 @@ jobs:
- name: Create requirements.txt
run: echo '${{ env.PIP_URL }}' > requirements.txt
- name: Set up Python
uses: actions/setup-python@v4.5.0
uses: actions/setup-python@v5
with:
# https://github.com/actions/setup-python
python-version: 3.9
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/[email protected].0
uses: tj-actions/[email protected].2
with:
sha: ${{ github.event.pull_request.head.sha }}
json: "true"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-urls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/[email protected]

- name: Setup Python
uses: actions/setup-python@v4.5.0
uses: actions/setup-python@v5
with:
python-version: 3.9
architecture: x64
Expand Down
2 changes: 2 additions & 0 deletions _data/default_variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ extractors:
tap-exacttarget: singer-io
tap-exchangeratehost: anelendata
tap-exchangeratesapi: singer-io
tap-f1: reubenf
tap-fabdb: dwallace0723
tap-facebook: meltanolabs
tap-facebook-pages: goes-funky
Expand Down Expand Up @@ -633,6 +634,7 @@ loaders:
target-sqlite: meltanolabs
target-sqs: hotgluexyz
target-stitch: singer-io
target-teradata: crudelis-rgb
target-timeplus: timeplus
target-vertica: full360
target-yaml: meltanolabs
Expand Down
8 changes: 8 additions & 0 deletions _data/maintainers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,10 @@ crowemi:
label: crowemi
name: crowemi
url: https://github.com/crowemi
crudelis-rgb:
label: crudelis-rgb
name: crudelis-rgb
url: https://github.com/Crudelis-rgb
cschouten:
label: cschouten
name: cschouten
Expand Down Expand Up @@ -953,6 +957,10 @@ rawwar:
label: rawwar
name: KalyanR
url: https://github.com/rawwar
reubenf:
label: Reuben Frankel
name: reubenf
url: https://github.com/ReubenFrankel
rfainc:
label: RFA
name: rfainc
Expand Down
2 changes: 2 additions & 0 deletions _data/meltano/extractors/tap-aircall/ticketswap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ settings:
options:
- label: Jsonl
value: jsonl
- label: Parquet
value: parquet
- description: Prefix to use when writing batch files.
kind: string
label: Batch Config Storage Prefix
Expand Down
2 changes: 2 additions & 0 deletions _data/meltano/extractors/tap-bitso/edgarrmondragon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ settings:
options:
- label: Jsonl
value: jsonl
- label: Parquet
value: parquet
- description: Prefix to use when writing batch files.
kind: string
label: Batch Config Storage Prefix
Expand Down
2 changes: 2 additions & 0 deletions _data/meltano/extractors/tap-canvas/mwcooley99.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ settings:
options:
- label: Jsonl
value: jsonl
- label: Parquet
value: parquet
- description: Prefix to use when writing batch files.
kind: string
label: Batch Config Storage Prefix
Expand Down
2 changes: 2 additions & 0 deletions _data/meltano/extractors/tap-circle-ci/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ settings:
options:
- label: Jsonl
value: jsonl
- label: Parquet
value: parquet
- description: Prefix to use when writing batch files.
kind: string
label: Batch Config Storage Prefix
Expand Down
2 changes: 2 additions & 0 deletions _data/meltano/extractors/tap-cloudwatch/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ settings:
options:
- label: Jsonl
value: jsonl
- label: Parquet
value: parquet
- description: Prefix to use when writing batch files.
kind: string
label: Batch Config Storage Prefix
Expand Down
2 changes: 2 additions & 0 deletions _data/meltano/extractors/tap-dbf/edgarrmondragon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ settings:
options:
- label: Jsonl
value: jsonl
- label: Parquet
value: parquet
- description: Prefix to use when writing batch files.
kind: string
label: Batch Config Storage Prefix
Expand Down
4 changes: 3 additions & 1 deletion _data/meltano/extractors/tap-dbt/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ settings:
options:
- label: Jsonl
value: jsonl
- label: Parquet
value: parquet
- description: Prefix to use when writing batch files.
kind: string
label: Batch Config Storage Prefix
Expand Down Expand Up @@ -84,7 +86,7 @@ settings:
kind: string
label: User Agent
name: user_agent
value: tap-dbt/0.9.1.dev10+43e1914 Singer tap for the dbt Cloud API.
value: tap-dbt/0.9.1.dev20+1feee09 Singer tap for the dbt Cloud API.
settings_group_validation:
- - account_ids
- api_key
Expand Down
2 changes: 2 additions & 0 deletions _data/meltano/extractors/tap-delighted/ticketswap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ settings:
options:
- label: Jsonl
value: jsonl
- label: Parquet
value: parquet
- description: Prefix to use when writing batch files.
kind: string
label: Batch Config Storage Prefix
Expand Down
78 changes: 78 additions & 0 deletions _data/meltano/extractors/tap-f1/reubenf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
capabilities:
- about
- batch
- catalog
- discover
- schema-flattening
- state
- stream-maps
description: Highest class of international racing for open-wheel single-seater formula
racing cars
domain_url: https://www.formula1.com/
keywords:
- api
- ergast
- f1
- formula 1
- formula one
- meltano_sdk
label: Formula 1
logo_url: /assets/logos/extractors/f1.png
maintenance_status: active
name: tap-f1
namespace: tap_f1
pip_url: git+https://github.com/ReubenFrankel/tap-f1.git
quality: bronze
repo: https://github.com/ReubenFrankel/tap-f1
settings:
- 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
- label: Parquet
value: parquet
- 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: Date to sync data from (defaults to the first day of the current year
- e.g. `2023-01-01`)
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: []
variant: reubenf
2 changes: 2 additions & 0 deletions _data/meltano/extractors/tap-getpocket/edgarrmondragon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ settings:
options:
- label: Jsonl
value: jsonl
- label: Parquet
value: parquet
- description: Prefix to use when writing batch files.
kind: string
label: Batch Config Storage Prefix
Expand Down
2 changes: 2 additions & 0 deletions _data/meltano/extractors/tap-pulumi-cloud/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ settings:
options:
- label: Jsonl
value: jsonl
- label: Parquet
value: parquet
- description: Prefix to use when writing batch files.
kind: string
label: Batch Config Storage Prefix
Expand Down
2 changes: 2 additions & 0 deletions _data/meltano/extractors/tap-qualified/z3z1ma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ settings:
options:
- label: Jsonl
value: jsonl
- label: Parquet
value: parquet
- description: Prefix to use when writing batch files.
kind: string
label: Batch Config Storage Prefix
Expand Down
2 changes: 2 additions & 0 deletions _data/meltano/extractors/tap-readthedocs/edgarrmondragon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ settings:
options:
- label: Jsonl
value: jsonl
- label: Parquet
value: parquet
- description: Prefix to use when writing batch files.
kind: string
label: Batch Config Storage Prefix
Expand Down
2 changes: 2 additions & 0 deletions _data/meltano/extractors/tap-showpad/z3z1ma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ settings:
options:
- label: Jsonl
value: jsonl
- label: Parquet
value: parquet
- description: Prefix to use when writing batch files.
kind: string
label: Batch Config Storage Prefix
Expand Down
2 changes: 2 additions & 0 deletions _data/meltano/extractors/tap-slack/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ settings:
options:
- label: Jsonl
value: jsonl
- label: Parquet
value: parquet
- description: Prefix to use when writing batch files.
kind: string
label: Batch Config Storage Prefix
Expand Down
2 changes: 2 additions & 0 deletions _data/meltano/extractors/tap-smoke-test/meltano.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ settings:
options:
- label: Jsonl
value: jsonl
- label: Parquet
value: parquet
- description: Prefix to use when writing batch files.
kind: string
label: Batch Config Storage Prefix
Expand Down
2 changes: 2 additions & 0 deletions _data/meltano/extractors/tap-snowflake/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ settings:
options:
- label: Jsonl
value: jsonl
- label: Parquet
value: parquet
- description: Prefix to use when writing batch files.
kind: string
label: Batch Config Storage Prefix
Expand Down
2 changes: 2 additions & 0 deletions _data/meltano/extractors/tap-stackexchange/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ settings:
options:
- label: Jsonl
value: jsonl
- label: Parquet
value: parquet
- description: Prefix to use when writing batch files.
kind: string
label: Batch Config Storage Prefix
Expand Down
Loading

0 comments on commit e4060c6

Please sign in to comment.