Huzaifa Patel
07/12/2024, 9:42 AMReuben (Matatika)
07/12/2024, 3:01 PM1.2
and 1.3
?Huzaifa Patel
07/15/2024, 9:25 AMHuzaifa Patel
07/15/2024, 9:26 AMEdgar Ramírez (Arch.dev)
07/15/2024, 7:33 PMHuzaifa Patel
07/16/2024, 9:59 AMReuben (Matatika)
07/16/2024, 10:08 AMReuben (Matatika)
07/16/2024, 10:09 AMHuzaifa Patel
07/16/2024, 3:47 PMHuzaifa Patel
07/16/2024, 3:57 PMReuben (Matatika)
07/16/2024, 3:59 PMmeltano install --clean
after you change it. If you want to reference your fork instead, you can do
pip_url: git+<https://github.com/><username>/tap-tiktok-business.git
Huzaifa Patel
07/17/2024, 1:17 PMReuben (Matatika)
07/17/2024, 1:19 PMmeltano.yml
entry for that plugin?Huzaifa Patel
07/17/2024, 1:19 PMHuzaifa Patel
07/17/2024, 1:19 PMHuzaifa Patel
07/17/2024, 1:20 PMversion: 1
send_anonymous_usage_stats: true
project_id: 84ef0d85-4664-4c83-8c0a-427892996390
plugins:
extractors:
- name: tap-tiktok-business
namespace: tap_tiktok_business
pip_url: -e .
capabilities:
- state
- catalog
- discover
settings:
- name: client_id
type: string
- name: client_secret
type: string
- name: access_token
description: Your TikTok access token
type: string
- name: refresh_token
description: Your TikTok refresh token
type: string
- name: business_ids
kind: array
description: Your TikTok business ID
- name: start_date
value: '2010-01-01T00:00:00Z'
loaders:
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl
- name: target-bigquery
variant: adswerve
pip_url: git+<https://github.com/adswerve/target-bigquery.git@0.12.1>
config:
project_id: nymag-analytics-157315
add_metadata_columns: true
table_prefix: src_
merge_state_messages: false
Reuben (Matatika)
07/17/2024, 1:21 PMsensitive: true
.Reuben (Matatika)
07/17/2024, 1:22 PMtap-tiktok-business
will define those settings as sensitive
in its .lock
file, which is sourced from https://github.com/meltano/hub/blob/18d67bac63620d9ead466cef895e7379c0213756/_data/meltano/extractors/tap-tiktok-business/hkuffel.yml#L25Huzaifa Patel
07/17/2024, 1:23 PMHuzaifa Patel
07/18/2024, 9:37 AMReuben (Matatika)
07/18/2024, 2:15 PM