-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feature/alt-variant-last-updated
- Loading branch information
Showing
28 changed files
with
306 additions
and
235 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
* @rwfeather @cjohnhanson | ||
/_data/ @sbalnojan @afolson @tayloramurphy @pnadolny13 | ||
* @cjohnhanson | ||
/_data/ @tayloramurphy @pnadolny13 @edgarrmondragon |
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
environment: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && 'production' || 'preview' }} | ||
if: ${{ !github.event.pull_request.head.repo.fork }} | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].6 | ||
|
||
- name: Set up Python 3.10 | ||
uses: actions/setup-python@v5 | ||
|
@@ -82,7 +82,7 @@ jobs: | |
permissions: | ||
id-token: write # This is required for requesting the JWT | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].6 | ||
- name: Configure AWS credentials | ||
uses: aws-actions/[email protected] | ||
with: | ||
|
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 |
---|---|---|
|
@@ -11,11 +11,11 @@ jobs: | |
name: Lint YAML files | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].6 | ||
|
||
- name: Get changed files in the docs folder | ||
id: changed-files | ||
uses: tj-actions/changed-files@v44.3.0 | ||
uses: tj-actions/changed-files@v44.4.0 | ||
with: | ||
files: | | ||
_data/**/*.yml | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].6 | ||
- name: Use Node.js v16 | ||
uses: actions/setup-node@v4 | ||
with: | ||
|
@@ -25,7 +25,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].6 | ||
- name: Use Node.js v16 | ||
uses: actions/setup-node@v4 | ||
with: | ||
|
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
airbyte_matrix: ${{ steps.setmatrix_airbyte.outputs.airbyte_matrix }} | ||
|
||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].6 | ||
|
||
- name: Install hub-utils | ||
run: pipx install git+https://github.com/meltano/hub-utils.git | ||
|
@@ -71,7 +71,7 @@ jobs: | |
permissions: | ||
id-token: write # This is required for requesting the JWT | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].6 | ||
|
||
- name: Configure AWS credentials | ||
uses: aws-actions/[email protected] | ||
|
@@ -129,7 +129,7 @@ jobs: | |
permissions: | ||
id-token: write # This is required for requesting the JWT | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].6 | ||
|
||
- name: Configure AWS credentials | ||
uses: aws-actions/[email protected] | ||
|
@@ -208,7 +208,7 @@ jobs: | |
permissions: | ||
id-token: write # This is required for requesting the JWT | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].6 | ||
|
||
- name: Configure AWS credentials | ||
uses: aws-actions/[email protected] | ||
|
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
permissions: | ||
id-token: write # This is required for requesting the JWT | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].6 | ||
|
||
- name: Configure AWS credentials | ||
uses: aws-actions/[email protected] | ||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
|
||
steps: | ||
- name: Check out the repository | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].6 | ||
|
||
- name: Setup Python | ||
uses: actions/setup-python@v5 | ||
|
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 |
---|---|---|
|
@@ -17,15 +17,15 @@ jobs: | |
matrix: ${{ steps.set-matrix.outputs.matrix }} | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].6 | ||
with: | ||
fetch-depth: 0 | ||
ref: ${{ github.event.pull_request.head.sha }} | ||
repository: ${{ github.event.pull_request.head.repo.full_name }} | ||
|
||
- name: Get changed files | ||
id: changed_files | ||
uses: tj-actions/changed-files@v44.3.0 | ||
uses: tj-actions/changed-files@v44.4.0 | ||
with: | ||
sha: ${{ github.event.pull_request.head.sha }} | ||
json: "true" | ||
|
@@ -47,7 +47,7 @@ jobs: | |
fail-fast: false | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].6 | ||
with: | ||
ref: ${{ github.event.pull_request.head.sha }} | ||
|
||
|
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 |
---|---|---|
|
@@ -15,13 +15,13 @@ jobs: | |
matrix: ${{ steps.changed_plugins.outputs.all_changed_files }} | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].6 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Get changed plugins | ||
id: changed_plugins | ||
uses: tj-actions/changed-files@v44.3.0 | ||
uses: tj-actions/changed-files@v44.4.0 | ||
with: | ||
files: _data/meltano/*/*/*.yml | ||
matrix: true | ||
|
@@ -35,7 +35,7 @@ jobs: | |
fail-fast: false | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].6 | ||
|
||
- name: Set up Python | ||
uses: actions/setup-python@v5 | ||
|
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
contents: read | ||
issues: write | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].6 | ||
|
||
- name: Setup Python | ||
uses: actions/setup-python@v5 | ||
|
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
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,93 @@ | ||
capabilities: | ||
- about | ||
- batch | ||
- catalog | ||
- discover | ||
- schema-flattening | ||
- state | ||
- stream-maps | ||
description: Cloud collaboration service | ||
domain_url: https://airtable.com/api | ||
executable: tap-airtable | ||
keywords: | ||
- meltano_sdk | ||
label: Airtable | ||
logo_url: /assets/logos/extractors/airtable.png | ||
maintenance_status: active | ||
name: tap-airtable | ||
namespace: tap_airtable | ||
next_steps: '' | ||
pip_url: tap-airtable | ||
quality: silver | ||
repo: https://github.com/tomasvotava/tap-airtable | ||
settings: | ||
- description: Selected base ids (all if not specified) | ||
kind: array | ||
label: Base IDs | ||
name: base_ids | ||
- 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: 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: Mapping of table_id => custom_table_name | ||
kind: object | ||
label: Table Mapping | ||
name: table_mapping | ||
- description: The token to authenticate against Airtable API | ||
kind: password | ||
label: Token | ||
name: token | ||
sensitive: true | ||
settings_group_validation: | ||
- - token | ||
settings_preamble: '' | ||
usage: '' | ||
variant: tomasvotava |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.