-
When using `meltano config tap-bigquery set --interactive`, if you set upsert to true, it will save as a string and the following error occurs
```
2024-07-15T03:31:26.531723Z [info ] File "/…
-
Is there any way to reduce the http request/responses being printed to the logs? This was for a single table with two rows.
```
2023-05-18T12:32:39.201092Z [info ] Environment 'dev' is active
…
-
**Describe the bug**
_I'm not 100% sure what is happening here._ A table in tap-mysql has two columns, each of which is a primary key. target-duckdb creates a corresponding table with two primary key…
-
`user_insights_audience` stream returns:
```
{'data': [
{'name': 'audience_city', 'period': 'lifetime', 'values': [{'value': {'Salford, England': 21, 'Manchester, England': 189, 'London, England'…
-
### Simplifying log messages
Currently structured logging can be a bit difficult to read on a local terminal. It is possible to simplify the logging using the `logging.yaml`, but there is still a lo…
-
**Describe the bug**
target-snowflake fails with `KeyError: 'type'` if loading data coming from tap-salesforce.
It does not happen always - the data structures from Salesforce must contain some patt…
-
**Describe the bug**
Glive view faileds to load after CNCLI system services are enabled.
**Steps to reproduce the behavior:**
1. Run through per-requesites, install and run node.
2. Upon loadin…
-
Currently we're only describing the TAP stream and nothing around it. I think it may be useful to also (probably separate from the main document?) to write something about running the programs that ou…
-
Airbyte has this as of July 10, [see here](https://github.com/airbytehq/airbyte/pull/26723/). Haven't spent time scoping this out but doesnt work on current version of this plugin. I suspect this'd be…
-
Test anything protocol: https://testanything.org/
It would be nice if `fpm test` could provide a TAP consumer when running the testsuite. Having to pipe the `fpm test` output through a TAP consumer…