Love Eklund
09/30/2024, 6:51 PMEdgar Ramírez (Arch.dev)
09/30/2024, 7:43 PMI thought about setting log level to debugging to figure it out, but is there a way of doing that without writing out every record?https://github.com/meltano/meltano/issues/8760 might be useful (do 👍 it if it is)
Has anyone experienced something similar or have any other idea on how I can approach debugging this?I've seen something similar, where a container randomly freezes after Meltano finishes installing plugins, but I haven't been able to identify a root cause.
Love Eklund
10/01/2024, 7:21 AMmeltano/meltano:v3.5.4-python3.9
version: 1
disable_existing_loggers: no
loggers:
# Disable logging of tap and target stdout
meltano.core.block.extract_load:
level: DEBUG
root:
level: DEBUG
handlers: [console]
state_backend:
uri: $MELTANO_STATE_BUCKET
send_anonymous_usage_stats: false
default_environment: prod
project_id: b3513b63-920c-47c0-a8a1-9bb7c3bef677
environments:
- name: dev
- name: staging
- name: prod
include_paths:
- ./load_configs/*.yaml
plugins:
extractors:
- name: tap-oracle
variant: s7clarke10
pip_url:
git+<https://github.com/s7clarke10/pipelinewise-tap-oracle.git@53bb75ed27d7796d2f492e74cec87f10f1bce4d4>
config:
use_ora_rowscn: false
ora_python_driver_type: thick
use_singer_decimal: true
- name: tap-testsource
namespace: tap-testsource
pip_url: -e extract/tap-testsource
executable: tap-testsource
config:
test_val: foo
- name: tap-jira
namespace: tap-jira
pip_url: -e extract/tap-jira
executable: tap-jira
capabilities:
- state
- catalog
- discover
- about
- stream-maps
config:
auth:
flow: password
username: <radacted>
domain: <radacted>
- name: tap-mysql
variant: transferwise
pip_url:
git+<https://github.com/transferwise/pipelinewise-tap-mysql.git@15a5be06273f85852d95b94f4e551aada61be05e>
loaders:
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl
- name: target-bigquery
variant: z3z1ma
pip_url:
git+<https://github.com/z3z1ma/target-bigquery.git@2f770e9c2f1735f3313cf08e3cd6793ceafa1183>
config:
location: $DATA_LOCATION
project: $GOOGLE_CLOUD_PROJECT
batch_size: 100000
method: batch_job
denormalized: true
Edgar Ramírez (Arch.dev)
10/02/2024, 3:29 PMlogging.yaml
at the root of your repo. We do have an issue to allow users to embed it in `meltano.yml`: https://github.com/meltano/meltano/issues/7263.