amanda.folson
05/25/2022, 9:50 PMdouwe_maan
05/25/2022, 10:26 PMamanda.folson
05/31/2022, 2:06 PMamanda.folson
05/31/2022, 2:08 PMdouwe_maan
05/31/2022, 10:48 PMtaylor
06/01/2022, 3:04 PMenv
keydouwe_maan
06/03/2022, 4:10 PMtaylor
06/03/2022, 4:27 PMdouwe_maan
06/03/2022, 10:04 PMdouwe_maan
06/03/2022, 10:26 PMmeltano user add
under the second bullet points at https://docs.meltano.com/guide/command-line-interface.html#user, which should be https://docs.meltano.com/reference/command-line-interface#user. Do we have an issue for things like this? Or automatic link checks?douwe_maan
06/08/2022, 4:40 PMbinoy_shah
09/07/2022, 2:03 PMDenis I.
03/09/2023, 10:11 AMfrom singer_sdk.paginators import BaseHATEOASPaginator
from singer_sdk.paginators import BaseOffsetPaginator
should be
from singer_sdk.pagination import BaseHATEOASPaginator
from singer_sdk.pagination import BaseOffsetPaginator
according to https://sdk.meltano.com/en/latest/reference.html#pagination and https://github.com/meltano/sdk/blob/main/singer_sdk/pagination.pyherman_ewert
04/19/2023, 12:50 PMbinoy_shah
11/22/2023, 10:15 PMedgar_ramirez_mondragon
11/22/2023, 10:19 PMv2.20.0
tag in GitHub: https://github.com/meltano/meltano/tree/v2.20.0/docs
You could also try git-checking out that tag and building the docs.Rob Buelke
01/10/2024, 6:03 PMjoshua_janicas
03/14/2024, 1:32 PMreplication-key
if you are doing a replication-method
of INCREMENTAL?
extractors:
- name: tap-postgres
metadata:
some_entity_id:
replication-method: INCREMENTAL
replication-key: id
other_entity:
replication-method: FULL_TABLE
"*":
replication-method: INCREMENTAL
"*_full":
replication-method: FULL_TABLE
choudary kukkapalli
03/15/2024, 12:18 PMpre sql or post sql
?, we do have some huge tables where we don’t have a primary key , so to minimize the el job run time can extract last 3 months of data (based on creation date since we know older data won’t change) from source and delete the data with same extraction logic in target table prior to starting the target load , is there a way to achieve this ? (Transformer ??)
3. also appreciate if someone can help me on overriding the table name in target , let’s say I have a table cust in source and I want it to be loaded into target as cust_source
4. For incremental extraction (using a timestamp column last_update_date ) can we override the value we pass in to timestamp column? Ex:- can we override the delta logic to go few hours back from last run time , something like where last_update_date>= add_hours(-6,LastRunTime)
Appreciate if you can point me to docs or share any example Yml filesKonrad Jarocinski
04/11/2024, 12:17 PMPowered by Fivetran
with Meltano? I need a way to allow our less technical users to authenticate the datasources so we can take over with everything elseSyed Hamza Raza Kazmi
05/08/2024, 8:18 AMSyed Hamza Raza Kazmi
05/13/2024, 7:12 AMEdgar Ramírez (Arch.dev)
08/23/2024, 5:43 PMKyunghwan Choi
08/28/2024, 7:26 PMKyunghwan Choi
08/28/2024, 7:27 PMdean_morin
09/04/2024, 12:45 AMAndy Carter
10/01/2024, 9:14 AMpeter_malcolm
10/15/2024, 1:33 PMmeltano config list
I've tried looking under: https://docs.meltano.com/reference/command-line-interface/#config but that only provides options to list config for a single plugin.
I did find:
meltano job list
but this lists all jobs not all plugins.
I also found:
meltano config meltano list
but this lists meltano configuration excluding plugins.
thanks in advance 🙏Aleksei Perepelov
11/09/2024, 3:58 PMtap-ga4
extractor, but I'm having trouble with configuring the client secrets: Meltano Tap-GA4 Extractor.
My questions are:
1. Is it possible to use service account credentials instead of OAuth credentials?
2. If so, which configuration setting enables this?
I attempted to pass a service account JSON (exported from GCP) as the value for the client_secrets
setting in the tap-ga4
configuration, but I received "Failed to set value" errors for each parameter.
I would appreciate any help, or better - an example of the config file for a working extractor using GCP service account credentials.Matt Sullivan
11/25/2024, 4:24 PM