Skip to content

Commit

Permalink
Adds extractors tap-upwork (automattic) (#1535)
Browse files Browse the repository at this point in the history
  • Loading branch information
pnadolny13 authored Oct 2, 2023
1 parent c96ef29 commit 85b85d5
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 0 deletions.
1 change: 1 addition & 0 deletions _data/default_variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ extractors:
tap-udemy-for-business: immuta
tap-ujet: singer-io
tap-unleashed: hotgluexyz
tap-upwork: automattic
tap-urban-airship: singer-io
tap-us-census: airbyte
tap-uservoice: singer-io
Expand Down
4 changes: 4 additions & 0 deletions _data/maintainers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ autoidm:
label: AutoIDM
name: autoidm
url: https://autoidm.com
automattic:
label: automattic
name: automattic
url: https://github.com/Automattic
autotraderuk:
label: Auto Trader
name: autotraderuk
Expand Down
87 changes: 87 additions & 0 deletions _data/meltano/extractors/tap-upwork/automattic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
capabilities:
- about
- batch
- catalog
- discover
- schema-flattening
- state
- stream-maps
description: Freelancing Platform
domain_url: https://www.upwork.com/developer/documentation/graphql/api/docs/index.html
executable: tap-upwork
keywords:
- meltano_sdk
label: Upwork
logo_url: /assets/logos/extractors/upwork.png
maintenance_status: active
name: tap-upwork
namespace: tap_upwork
next_steps: ''
pip_url: git+https://github.com/Automattic/tap-upwork.git
quality: silver
repo: https://github.com/Automattic/tap-upwork
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
- 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: The client_id used to generate the OAuth token.
kind: password
label: Client ID
name: client_id
- description: The client_secret used to generate the OAuth token.
kind: password
label: Client Secret
name: client_secret
- 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: Organization ID to be used in time report filter
kind: password
label: Organization ID
name: organization_id
- 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:
- - client_id
- client_secret
settings_preamble: ''
usage: ''
variant: automattic
Binary file added static/assets/logos/extractors/upwork.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 85b85d5

Please sign in to comment.