-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: [Hub Bot] Refresh metadata 2024-11-05 #1881
Conversation
✅ Deploy Preview for meltano-hub ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -28,7 +28,7 @@ settings: | |||
sensitive: true | |||
- description: Your Mailchimp DC | |||
kind: string | |||
label: Data Center | |||
label: Dc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
label: Dc | |
label: Data Center |
@@ -76,9 +76,9 @@ settings: | |||
label: API URL | |||
name: api_url | |||
options: | |||
- label: US Endpoint | |||
- label: Https://API Totango Com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- label: Https://API Totango Com | |
- label: US Endpoint |
value: https://api.totango.com | ||
- label: EU Endpoint | ||
- label: 'Https://API Eu1 Totango Com ' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- label: 'Https://API Eu1 Totango Com ' | |
- label: EU Endpoint |
@@ -48,7 +48,7 @@ settings: | |||
sensitive: true | |||
- description: Database name. Note if sqlalchemy_url is set this will be ignored. | |||
kind: string | |||
label: Database name | |||
label: Databasename |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
label: Databasename | |
label: Database name |
name: private_key | ||
sensitive: true | ||
- description: Path to file containing private key. For KeyPair authentication either `private_key` or `private_key_path` must be provided. | ||
- description: Path to file containing private key. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- description: Path to file containing private key. | |
- description: Private key contents. For KeyPair authentication either `private_key` or `private_key_path` must be provided. | |
kind: password | |
label: Private Key | |
name: private_key | |
sensitive: true | |
- description: Path to file containing private key. For KeyPair authentication either `private_key` or `private_key_path` must be provided. |
Updates Plugin Definitions