hey, couple of quick questions: 1. i’m trying to v...
# troubleshooting
p
hey, couple of quick questions: 1. i’m trying to vary logging behavior by environment and have two logging config yaml files, one that uses the
json
formatter and another using the
structured_colored
formatter. when running an elt command meltano seems to just use the config from whatever i have
logging.yaml
in my project root even though i’ve set an env var called
MELTANO_LOG_CONFIG
to point to a different config file. 2. sort of a similar problem with trying to change the model selector for a dbt run. i’m running
meltano --environment=dev elt tap-stripe target-bigquery --transform=run
and have set
DBT_MODELS: staging.stripe
under the env config for the tap in my meltano.yml but it appears meltano is still using the default model selectors
Copy code
2022-01-07T18:39:05.520030Z [info     ] The selection criterion 'tap_stripe' does not match any nodes cmd_type=transformer job_id=2022-01-07T183223--tap-stripe--target-bigquery name=dbt run_id=f099470b-4377-4fde-80b7-e293f799541a stdio=stderr
2022-01-07T18:39:05.527453Z [info     ] The selection criterion 'my_meltano_project' does not match any nodes cmd_type=transformer job_id=2022-01-07T183223--tap-stripe--target-bigquery name=dbt run_id=f099470b-4377-4fde-80b7-e293f799541a stdio=stderr