Skip to content

Commit

Permalink
chore: [Hub Bot] Refresh metadata 2024-11-05 (#1884)
Browse files Browse the repository at this point in the history
Co-authored-by: Edgar Ramírez Mondragón <[email protected]>
Co-authored-by: edgarrmondragon <[email protected]>
Co-authored-by: Edgar Ramírez Mondragón <[email protected]>
  • Loading branch information
4 people authored Nov 5, 2024
1 parent d2800c2 commit b4d6fcb
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/metadata-extract-airbyte.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/[email protected]

- name: Install hub-utils
run: pipx install git+https://github.com/meltano/hub-utils.git
run: pipx install git+https://github.com/meltano/hub-utils.git@edgarrmondragon/fix/custom-python-executable

- name: Get Variants List - Airbyte
id: get-variants-list-airbyte
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
name: extractor--${{ matrix.source-name }}--airbyte.json

- name: Install hub-utils
run: pipx install git+https://github.com/meltano/hub-utils.git
run: pipx install git+https://github.com/meltano/hub-utils.git@edgarrmondragon/fix/custom-python-executable

- name: Upload Metadata
run: hub-utils upload-airbyte "/home/runner/work/hub/hub/_data/meltano/${{ matrix.plugin-name }}" extractor--${{ matrix.source-name }}--airbyte.json
4 changes: 2 additions & 2 deletions .github/workflows/metadata-extract-extractors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/[email protected]

- name: Install hub-utils
run: pipx install git+https://github.com/meltano/hub-utils.git
run: pipx install git+https://github.com/meltano/hub-utils.git@edgarrmondragon/fix/custom-python-executable

- name: Get Variants List - SDK Extractors (p1)
id: get-variants-list-sdk-ex-p1
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
role-session-name: "GitHubActions"

- name: Install hub-utils
run: pipx install git+https://github.com/meltano/hub-utils.git
run: pipx install git+https://github.com/meltano/hub-utils.git@edgarrmondragon/fix/custom-python-executable

# This starts the attempts to install and extract metadata. Since we don't
# know what python versions are accepted we start with the latest and continue
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/metadata-extract-loaders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/[email protected]

- name: Install hub-utils
run: pipx install git+https://github.com/meltano/hub-utils.git
run: pipx install git+https://github.com/meltano/hub-utils.git@edgarrmondragon/fix/custom-python-executable

- name: Get Variants List - SDK Loaders
id: get-variants-list-sdk-loaders
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
role-session-name: "GitHubActions"

- name: Install hub-utils
run: pipx install git+https://github.com/meltano/hub-utils.git
run: pipx install git+https://github.com/meltano/hub-utils.git@edgarrmondragon/fix/custom-python-executable

# This starts the attempts to install and extract metadata. Since we don't
# know what python versions are accepted we start with the latest and continue
Expand Down
8 changes: 8 additions & 0 deletions _data/meltano/extractors/tap-aircall/ticketswap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@ settings:
kind: string
label: Batch Config Storage Root
name: batch_config.storage.root
- 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
14 changes: 14 additions & 0 deletions _data/meltano/extractors/tap-apple-search-ads/ticketswap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,20 @@ settings:
label: Org ID
name: org_id
sensitive: true
- description: The granularity of reporting streams. One of HOURLY, DAILY, WEEKLY,
MONTHLY.
kind: options
label: Report Granularity
name: report_granularity
options:
- label: Hourly
value: HOURLY
- label: Daily
value: DAILY
- label: Weekly
value: WEEKLY
- label: Monthly
value: MONTHLY
- description: Start date for reporting streams, format in YYYY-MM-DD.
kind: date_iso8601
label: Start Date
Expand Down
2 changes: 1 addition & 1 deletion _data/meltano/extractors/tap-circle-ci/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ settings:
kind: string
label: User Agent
name: user_agent
value: tap-circle-ci/0.3.2 Singer tap for the CircleCI API.
value: tap-circle-ci/0.3.3 Singer tap for the CircleCI API.
settings_group_validation:
- - org_slug
- token
Expand Down
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.dev8+a4e0b7b Singer tap for the dbt Cloud API.
value: tap-dbt/0.12.3.post1 Singer tap for the dbt Cloud API.
settings_group_validation:
- - account_ids
- api_key
Expand Down
17 changes: 16 additions & 1 deletion _data/meltano/extractors/tap-mysql/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ settings:
kind: string
label: Host
name: host
- description: By default we'll check if the database is a Vitess instance. If you
would rather not automatically check, set this to `False`. See Vitess/PlanetScale
documentation below for more information.
kind: boolean
label: Is Vitess
name: is_vitess
- description: Password used to authenticate. Note if sqlalchemy_url is set this will
be ignored.
kind: password
Expand All @@ -92,7 +98,16 @@ settings:
label: Port
name: port
value: 3306
- description: Example mysql://[username]:[password]@localhost:3306/[db_name]
- description: Sqlalchemy_url options (also called the query), to connect to PlanetScale
you must turn on SSL see PlanetScale information below. Note if sqlalchemy_url
is set this will be ignored.
kind: object
label: Sqlalchemy Options
name: sqlalchemy_options
- description: Example pymysql://[username]:[password]@localhost:3306/[db_name][?options]
see
https://docs.sqlalchemy.org/en/20/dialects/mysql.html#module-sqlalchemy.dialects.mysql.pymysql
for more information
kind: string
label: Sqlalchemy URL
name: sqlalchemy_url
Expand Down

0 comments on commit b4d6fcb

Please sign in to comment.