Skip to content

Commit

Permalink
Merge branch 'main' into remove_broken_git_urls
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jul 9, 2024
2 parents 15b3403 + ba7dee9 commit dcab949
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
18 changes: 18 additions & 0 deletions _data/meltano/loaders/target-redshift/ticketswap.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
capabilities:
- about
- hard-delete
- schema-flattening
- stream-maps
description: Amazon Redshift loader
Expand Down Expand Up @@ -35,6 +36,10 @@ settings:
kind: string
label: AWS Redshift Copy Role Arn
name: aws_redshift_copy_role_arn
- description: Maximum number of rows in each batch.
kind: integer
label: Batch Size Rows
name: batch_size_rows
- description: Redshift cluster identifier. Note if sqlalchemy_url is set or enable_iam_authentication
is false this will be ignored.
kind: password
Expand Down Expand Up @@ -63,6 +68,14 @@ settings:
kind: boolean
label: Enable Iam Authentication
name: enable_iam_authentication
- 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 @@ -168,6 +181,11 @@ settings:
kind: string
label: User
name: user
- description: Whether to validate the schema of the incoming streams.
kind: boolean
label: Validate Records
name: validate_records
value: true
settings_group_validation:
- - aws_redshift_copy_role_arn
- s3_bucket
Expand Down
5 changes: 5 additions & 0 deletions _data/meltano/loaders/target-snowflake/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ settings:
kind: object
label: Stream Maps
name: stream_maps
- description: Whether to use SSO authentication using an external browser.
kind: boolean
label: Use Browser Authentication
name: use_browser_authentication
value: false
- description: The login name for your Snowflake user.
kind: string
label: User
Expand Down
4 changes: 2 additions & 2 deletions src/layouts/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
<a href="https://meltano.com/community/">
<p class="footer-list-title">Community</p>
<p class="footer-list-info">
Join 3,000+ data professionals on Slack and GitHub
Join 5,000+ data professionals on Slack and GitHub
</p>
</a>
</li>
Expand Down Expand Up @@ -471,7 +471,7 @@
<div class="footer-legal">
<a href="https://meltano.com/terms-of-service/">Terms of service</a>
<a href="https://meltano.com/privacy-policy/">Privacy Policy</a>
<a href="https://meltano.com/"Meltano 2023</a>
<a href="https://meltano.com/"Arch Data, Inc 2024</a>
</div>
<div class="footer-social">
<a href="https://github.com/meltano/hub" target="_blank"
Expand Down

0 comments on commit dcab949

Please sign in to comment.