diff --git a/_data/default_variants.yml b/_data/default_variants.yml index 8c4b0a166..623a62657 100644 --- a/_data/default_variants.yml +++ b/_data/default_variants.yml @@ -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 @@ -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 diff --git a/_data/meltano/extractors/tap-pxwebapi/storebrand.yml b/_data/meltano/extractors/tap-pxwebapi/storebrand.yml new file mode 100644 index 000000000..0db571e58 --- /dev/null +++ b/_data/meltano/extractors/tap-pxwebapi/storebrand.yml @@ -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 diff --git a/_data/meltano/extractors/tap-ssb-klass/storebrand.yml b/_data/meltano/extractors/tap-ssb-klass/storebrand.yml new file mode 100644 index 000000000..71a4e9993 --- /dev/null +++ b/_data/meltano/extractors/tap-ssb-klass/storebrand.yml @@ -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 diff --git a/static/assets/logos/extractors/pxwebapi.png b/static/assets/logos/extractors/pxwebapi.png new file mode 100644 index 000000000..f1476f5d2 Binary files /dev/null and b/static/assets/logos/extractors/pxwebapi.png differ diff --git a/static/assets/logos/extractors/ssb-klass.png b/static/assets/logos/extractors/ssb-klass.png new file mode 100644 index 000000000..66431928d Binary files /dev/null and b/static/assets/logos/extractors/ssb-klass.png differ