-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Taps for SSB Klass and PxWebApi (#1538)
Co-authored-by: Edgar Ramírez Mondragón <[email protected]> Co-authored-by: Pat Nadolny <[email protected]>
- Loading branch information
1 parent
524b1c6
commit ab21adc
Showing
5 changed files
with
75 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.