You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the environment variables MELTANO_CLI_LOG_CONFIG=logging.yaml, MELTANO_LOG_LEVEL=info, and DBT_LOG_FORMAT=json set.
When I run a dbt command via the meltano invoke wrapper command, I observe the following: the "core" meltano logs are in JSON format, and the dbt logs themselves are in JSON format, but there are some log lines not in JSON - I believe that these are the log lines emitted by the dbt-ext package.
Package Version
d8582ff
Python Version
NA
Operating System
macOS 13.6
Description
I'm using Python 3.11.3 (wasn't an option in the dropdown in this issue form).
I'm using the following plugin config in meltano.yml:
And this Meltano logging configuration in logging.yaml:
I have the environment variables
MELTANO_CLI_LOG_CONFIG=logging.yaml
,MELTANO_LOG_LEVEL=info
, andDBT_LOG_FORMAT=json
set.When I run a dbt command via the
meltano invoke
wrapper command, I observe the following: the "core" meltano logs are in JSON format, and the dbt logs themselves are in JSON format, but there are some log lines not in JSON - I believe that these are the log lines emitted by the dbt-ext package.Here's an example:
Specifically, the line
Extension executing `dbt compile`...
is not in JSON format.Code
No response
The text was updated successfully, but these errors were encountered: