Skip to content

Commit

Permalink
Taps for SSB Klass and PxWebApi (#1538)
Browse files Browse the repository at this point in the history
Co-authored-by: Edgar Ramírez Mondragón <[email protected]>
Co-authored-by: Pat Nadolny <[email protected]>
  • Loading branch information
3 people authored Oct 10, 2023
1 parent 524b1c6 commit ab21adc
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _data/default_variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ extractors:
tap-pulumi-cloud: meltanolabs
tap-punk-api: airbyte
tap-purecloud: pathlight
tap-pxwebapi: storebrand
tap-pypi: airbyte
tap-qls: hotgluexyz
tap-qonto: airbyte
Expand Down Expand Up @@ -475,6 +476,7 @@ extractors:
tap-spotify: matatika
tap-spreadsheets-anywhere: ets
tap-square: hotgluexyz
tap-ssb-klass: storebrand
tap-stackexchange: meltanolabs
tap-stackoverflow-sampledata: buzzcutnorman
tap-stamped: hotgluexyz
Expand Down
38 changes: 38 additions & 0 deletions _data/meltano/extractors/tap-pxwebapi/storebrand.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
capabilities:
- about
- batch
- catalog
- discover
- schema-flattening
- state
- stream-maps
description: PxWebApi - API for official statistics used by Statistical offices in
several Nordic countries.
domain_url: https://www.ssb.no/en/api/pxwebapi
executable: tap-pxwebapi
keywords:
- meltano_sdk
label: PxWeb API
logo_url: /assets/logos/extractors/pxwebapi.png
maintenance_status: active
name: tap-pxwebapi
namespace: tap_pxwebapi
next_steps: ''
pip_url: git+https://github.com/storebrand/tap-pxwebapi.git
quality: silver
repo: https://github.com/storebrand/tap-pxwebapi
settings:
- description: Base URL for the API endpoint.
kind: string
label: Base URL
name: base_url
value: https://data.ssb.no/api/v0/
- description: An array of table specifications to read.
kind: array
label: Tables
name: tables
settings_group_validation:
- []
settings_preamble: ''
usage: ''
variant: storebrand
35 changes: 35 additions & 0 deletions _data/meltano/extractors/tap-ssb-klass/storebrand.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
capabilities:
- about
- batch
- catalog
- discover
- schema-flattening
- stream-maps
description: Stastistics Norway Classifications and Codelists
domain_url: https://data.ssb.no/api/klass/v1/api-guide.html
executable: tap-ssb-klass
keywords:
- meltano_sdk
label: SSB Klass API
logo_url: /assets/logos/extractors/ssb-klass.png
maintenance_status: active
name: tap-ssb-klass
namespace: tap_ssb_klass
next_steps: ''
pip_url: git+https://github.com/storebrand/tap-ssb-klass.git
quality: silver
repo: https://github.com/storebrand/tap-ssb-klass
settings:
- description: Array of classification specifications to read
kind: array
label: Classifications
name: classifications
- description: Array of corresponcence specifications to read
kind: array
label: Correspondences
name: correspondences
settings_group_validation:
- []
settings_preamble: ''
usage: ''
variant: storebrand
Binary file added static/assets/logos/extractors/pxwebapi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/logos/extractors/ssb-klass.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 ab21adc

Please sign in to comment.