Skip to content

Commit

Permalink
Add the @HumbleBeck variant of tap-bitbucket (#1792)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jul 3, 2024
1 parent 44c7a8c commit 74d566b
Show file tree
Hide file tree
Showing 4 changed files with 119 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 @@ -62,6 +62,7 @@ extractors:
tap-bigquery: anelendata
tap-billwerk: bi-media
tap-bing-ads: singer-io
tap-bitbucket: humblebeck
tap-bitso: edgarrmondragon
tap-bling-erp: muriloo
tap-bls: frasermarlow
Expand Down
4 changes: 4 additions & 0 deletions _data/maintainers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,10 @@ hugo4400:
label: uptilab2
name: hugo4400
url: https://github.com/uptilab2
humblebeck:
label: Bohdan Stadnyk
name: humblebeck
url: https://github.com/HumbleBeck
icebug:
label: icebug
name: icebug
Expand Down
104 changes: 104 additions & 0 deletions _data/meltano/extractors/tap-bitbucket/humblebeck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
capabilities:
- about
- batch
- catalog
- discover
- schema-flattening
- state
- stream-maps
description: Git-based code and CI/CD tool
domain_url: https://bitbucket.org/product
executable: tap-bitbucket
keywords:
- meltano_sdk
label: Bitbucket
logo_url: /assets/logos/extractors/bitbucket.svg
maintenance_status: active
name: tap-bitbucket
namespace: tap_bitbucket
next_steps: ''
pip_url: git+https://github.com/HumbleBeck/tap-bitbucket.git
quality: unknown
repo: https://github.com/HumbleBeck/tap-bitbucket
settings:
- description: App token to authenticate against the API service
kind: password
label: Auth Password
name: auth_password
sensitive: true
- description: The username to authenticate against the API service
kind: string
label: Auth Username
name: auth_username
- 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: 'One or more LCID locale strings to produce localized output for: https://faker.readthedocs.io/en/master/#localization'
kind: array
label: Faker Config Locale
name: faker_config.locale
- description: 'Value to seed the Faker generator for deterministic output: https://faker.readthedocs.io/en/master/#seeding-the-generator'
kind: string
label: Faker Config Seed
name: faker_config.seed
- 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: Respository IDs to replicate
kind: array
label: Repositories
name: repositories
value: []
- 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
- description: Workspace IDs to replicate
kind: array
label: Workspaces
name: workspaces
settings_group_validation:
- - auth_password
- auth_username
- workspaces
settings_preamble: ''
usage: ''
variant: humblebeck
10 changes: 10 additions & 0 deletions static/assets/logos/extractors/bitbucket.svg
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 74d566b

Please sign in to comment.