Skip to content

Commit

Permalink
Merge branch 'main' into add_dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Apr 12, 2024
2 parents d8ea3b0 + 0d9c50f commit 78ef140
Show file tree
Hide file tree
Showing 8 changed files with 101 additions and 103 deletions.
1 change: 1 addition & 0 deletions .github/workflows/project_add.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/[email protected]
with:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Built with the [Meltano Singer SDK](https://sdk.meltano.com).
|:------------------------|:--------:|:-------:|:------------|
| tables | False | None | An array of table names to extract from. |
| infer_schema_sample_size| False | 100 | The amount of records to sample when inferring the schema. |
| table_scan_kwargs | False | None | A mapping of table name to the scan kwargs that should be used to override the default when querying that table. |
| aws_access_key_id | False | None | The access key for your AWS account. |
| aws_secret_access_key | False | None | The secret key for your AWS account. |
| aws_session_token | False | None | The session key for your AWS account. This is only needed when you are using temporary credentials. |
Expand Down
Loading

0 comments on commit 78ef140

Please sign in to comment.