Skip to content
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-10-21 #1870

Merged
merged 2 commits into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _data/meltano/extractors/tap-dbt/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ settings:
kind: string
label: User Agent
name: user_agent
value: tap-dbt/0.12.3.post1 Singer tap for the dbt Cloud API.
value: tap-dbt/0.12.3.post1.dev8+a4e0b7b Singer tap for the dbt Cloud API.
settings_group_validation:
- - account_ids
- api_key
Expand Down
15 changes: 15 additions & 0 deletions _data/meltano/extractors/tap-github/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ settings:
options:
- label: Jsonl
value: jsonl
- label: Parquet
value: parquet
- description: Prefix to use when writing batch files.
kind: string
label: Batch Config Storage Prefix
Expand Down Expand Up @@ -117,6 +119,19 @@ settings:
kind: object
label: Stream Maps
name: stream_maps
- description: Configures which states are of interest. Must be one of [open, closed,
all], defaults to open.
kind: options
label: Stream Options Milestones State
name: stream_options.milestones.state
options:
- label: Open
value: open
- label: Closed
value: closed
- label: All
value: all
value: open
- description: ''
kind: string
label: User Agent
Expand Down
15 changes: 15 additions & 0 deletions _data/meltano/extractors/tap-linkedin-ads/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,21 @@ settings:
kind: integer
label: Flattening Max Depth
name: flattening_max_depth
- description: LinkedIn Ads Client ID
kind: password
label: OAuth Credentials Client ID
name: oauth_credentials.client_id
sensitive: true
- description: LinkedIn Ads Client Secret
kind: password
label: OAuth Credentials Client Secret
name: oauth_credentials.client_secret
sensitive: true
- description: LinkedIn Ads Refresh Token
kind: password
label: OAuth Credentials Refresh Token
name: oauth_credentials.refresh_token
sensitive: true
- description: LinkedInAds Owner ID
kind: string
label: Owner
Expand Down