How to get dbt logs in kubernetes deployments

  • Is this your first time deploying Airbyte?: No
  • OS Version / Instance: Ubuntu
  • Deployment: Kubernetes
  • Airbyte Version: 0.40.26
  • Source name/version: TikTok Marketing/2.0.1
  • Destination name/version: BigQuery/1.2.13

Hello, I have a question about how to get dbt logs in kubernetes deployments.
I would like to know how to get the dbt logs when deploying kubernetes.

I have read the following article and understood that docker can get the SQL files used for normalization under the path of the airbyte-server container.

path: /tmp/workspace/${NORMALIZE_WORKSPACE}/build/run/airbyte_utils/models/generated/airbyte_tables/

But I don’t know how to get these logs on Kubernetes, I went into the airbyte-server pod and looked for an equivalent path but found nothing.
I also have logging configured on GCS, where I have app-logging and job-logging, but nothing in job-logging.

Does anyone have an answer?

P.S.
I am investigating the following issue
I would like to take this opportunity to hear back from the community.

It isn’t possible today. Check issue Inspect generated dbt projects hosted by the normalization pod on K8S · Issue #8090 · airbytehq/airbyte · GitHub