Skip to content

Commit

Permalink
Merge branch 'main' into edgarrmondragon-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored May 21, 2024
2 parents d42550e + 6aae5d1 commit 97a590e
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 25 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/[email protected].5
- uses: actions/[email protected].6

- 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/[email protected].5
- uses: actions/[email protected].6
- name: Configure AWS credentials
uses: aws-actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-yaml-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Lint YAML files
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6

- name: Get changed files in the docs folder
id: changed-files
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/[email protected].5
- uses: actions/[email protected].6
- 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/[email protected].5
- uses: actions/[email protected].6
- 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/[email protected].5
- uses: actions/[email protected].6

- 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/[email protected].5
- uses: actions/[email protected].6

- name: Configure AWS credentials
uses: aws-actions/[email protected]
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
permissions:
id-token: write # This is required for requesting the JWT
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6

- name: Configure AWS credentials
uses: aws-actions/[email protected]
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
permissions:
id-token: write # This is required for requesting the JWT
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6

- name: Configure AWS credentials
uses: aws-actions/[email protected]
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/[email protected].5
- uses: actions/[email protected].6

- name: Configure AWS credentials
uses: aws-actions/[email protected]
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/[email protected].5
uses: actions/[email protected].6

- name: Setup Python
uses: actions/setup-python@v5
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_dispatcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- name: Checkout the repository
uses: actions/[email protected].5
uses: actions/[email protected].6
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
fail-fast: false
steps:
- name: Checkout the repository
uses: actions/[email protected].5
uses: actions/[email protected].6
with:
ref: ${{ github.event.pull_request.head.sha }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_meltano_add_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix: ${{ steps.changed_plugins.outputs.all_changed_files }}
steps:
- name: Checkout the repository
uses: actions/[email protected].5
uses: actions/[email protected].6
with:
fetch-depth: 0

Expand All @@ -35,7 +35,7 @@ jobs:
fail-fast: false
steps:
- name: Checkout the repository
uses: actions/[email protected].5
uses: actions/[email protected].6

- 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/[email protected].5
- uses: actions/[email protected].6

- name: Setup Python
uses: actions/setup-python@v5
Expand Down
4 changes: 2 additions & 2 deletions _data/meltano/extractors/tap-totango/edsoncezar16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ settings:
label: API URL
name: api_url
options:
- label: https://api.totango.com
- label: US Endpoint
value: https://api.totango.com
- label: 'https://api-eu1.totango.com'
- label: EU Endpoint
value: 'https://api-eu1.totango.com '
value: https://api.totango.com
- description: The token to authenticate against the API service
Expand Down
4 changes: 4 additions & 0 deletions _data/meltano/loaders/target-postgres/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ settings:
label: Add Record Metadata
name: add_record_metadata
value: true
- description: Maximum number of rows in each batch.
kind: integer
label: Batch Size Rows
name: batch_size_rows
- description: Database name. Note if sqlalchemy_url is set this will be ignored.
kind: string
label: Database
Expand Down
2 changes: 1 addition & 1 deletion _data/meltano/loaders/target-redshift/ticketswap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ settings:
kind: string
label: Database name
name: dbname
- description: 'Reddhift schema to send data to, example: tap-clickup'
- description: 'Redshift schema to send data to, example: tap-clickup'
kind: string
label: Default Target Schema
name: default_target_schema
Expand Down
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python = "^3.9"
jsonschema = "^4.17.3"
"ruamel.yaml" = "^0.18.6"
yamllint = "^1.35.1"
requests = "^2.31.0"
requests = "^2.32.1"

[tool.poetry.dev-dependencies]
black = "^24.4.2"
Expand Down

0 comments on commit 97a590e

Please sign in to comment.