Billy McMonagle
02/23/2023, 9:59 PMKubernetesJob
infrastructure.│ 21:49:34.025 | INFO | Flow run 'authentic-termite' - Created task run 'dbt_build-0' for task 'dbt_build'
│ 21:49:34.026 | INFO | Flow run 'authentic-termite' - Executing 'dbt_build-0' immediately...
│ Wrote profile to /home/grebe/.dbt/profiles.yml
│ Running dbt command: dbt --log-format json build --select XXX --exclude XXX --profiles-dir /home/grebe/.dbt --project-dir /home/grebe/src/dbt
Snipped but it shows the rest of the logs from that flow run.Ryan Peden
02/23/2023, 10:03 PMKubernetesJob
has output streaming enabled by defaultstream_output
attribute to False
Billy McMonagle
02/23/2023, 10:04 PMIf set, stream output from the container to local standard output.I still want to see the output in the job itself, just not the agent... is this still what I want to change?
Ryan Peden
02/23/2023, 10:09 PMBilly McMonagle
02/23/2023, 10:10 PM