Skip to content

Commit

Permalink
Merge branch 'main' into feature/alt-variant-last-updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenFrankel authored Jun 25, 2024
2 parents 532b2fd + a1f6901 commit d6f0f3a
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/checkout@v4.1.6
- uses: actions/checkout@v4.1.7

- name: Set up Python 3.10
uses: actions/setup-python@v5
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
permissions:
id-token: write # This is required for requesting the JWT
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.1.7
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4.0.2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-yaml-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
name: Lint YAML files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.1.7

- name: Get changed files in the docs folder
id: changed-files
uses: tj-actions/changed-files@v44.5.2
uses: tj-actions/changed-files@v44.5.5
with:
files: |
_data/**/*.yml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint_and_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.1.7
- name: Use Node.js v16
uses: actions/setup-node@v4
with:
Expand All @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.1.7
- name: Use Node.js v16
uses: actions/setup-node@v4
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/metadata-extract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
airbyte_matrix: ${{ steps.setmatrix_airbyte.outputs.airbyte_matrix }}

steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.1.7

- name: Install hub-utils
run: pipx install git+https://github.com/meltano/hub-utils.git
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
permissions:
id-token: write # This is required for requesting the JWT
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.1.7

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4.0.2
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
permissions:
id-token: write # This is required for requesting the JWT
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.1.7

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4.0.2
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
permissions:
id-token: write # This is required for requesting the JWT
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.1.7

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4.0.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/metadata-refresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
permissions:
id-token: write # This is required for requesting the JWT
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.1.7

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4.0.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plugin_definition_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Check out the repository
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.1.7

- name: Setup Python
uses: actions/setup-python@v5
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test_dispatcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- name: Checkout the repository
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.1.7
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.5.2
uses: tj-actions/changed-files@v44.5.5
with:
sha: ${{ github.event.pull_request.head.sha }}
json: "true"
Expand All @@ -47,7 +47,7 @@ jobs:
fail-fast: false
steps:
- name: Checkout the repository
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.1.7
with:
ref: ${{ github.event.pull_request.head.sha }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test_meltano_add_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
matrix: ${{ steps.changed_plugins.outputs.all_changed_files }}
steps:
- name: Checkout the repository
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.1.7
with:
fetch-depth: 0

- name: Get changed plugins
id: changed_plugins
uses: tj-actions/changed-files@v44.5.2
uses: tj-actions/changed-files@v44.5.5
with:
files: _data/meltano/*/*/*.yml
matrix: true
Expand All @@ -35,7 +35,7 @@ jobs:
fail-fast: false
steps:
- name: Checkout the repository
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.1.7

- name: Set up Python
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-urls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
contents: read
issues: write
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.1.7

- name: Setup Python
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion _data/default_variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ loaders:
target-cassandra: coeff
target-chromadb: meltanolabs
target-clickhouse: shaped-ai
target-csv: hotgluexyz
target-csv: meltanolabs
target-datadotworld: datadotworld
target-duckdb: jwills
target-elasticsearch: dtmirizzi
Expand Down
17 changes: 17 additions & 0 deletions _data/meltano/loaders/target-elasticsearch/dtmirizzi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ settings:
label: API Key ID
name: api_key_id
sensitive: true
- description: Maximum number of rows in each batch.
kind: integer
label: Batch Size Rows
name: batch_size_rows
- description: Bearer token for bearer authorization
kind: password
label: Bearer Token
Expand All @@ -41,6 +45,14 @@ settings:
label: Encoded API Key
name: encoded_api_key
sensitive: true
- 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
Expand Down Expand Up @@ -154,6 +166,11 @@ settings:
kind: string
label: Username
name: username
- description: Whether to validate the schema of the incoming streams.
kind: boolean
label: Validate Records
name: validate_records
value: true
settings_group_validation:
- - host
- port
Expand Down

0 comments on commit d6f0f3a

Please sign in to comment.