oracle / dbt-oracle

dbt (data build tool) adapter for Oracle Autonomous Database
https://docs.getdbt.com/docs/core/connect-data-platform/oracle-setup
Apache License 2.0
46 stars 17 forks source link

[Bug] Have the client_identifier, model and action attributes logged on the `dbt.log` enabling maintenance of the respective sessions #110

Closed sathishsri88 closed 11 months ago

sathishsri88 commented 11 months ago

Is there an existing issue for this?

Current Behavior

We don't have the client_identifier being logged onto the dbt.log file, which makes the maintenance of sessions created during the execution very difficult and we have to do filtering on the execution time to filter down the appropriate session which is again an approximate filter

Expected Behavior

If the client_identifier, model and action are logged we can use the same information for accessing the session in contention

Steps To Reproduce

dbt run for version 1.5.3 and above

Relevant log output using --debug flag enabled

No response

Environment

- OS: linux
- Python: 3.8
- dbt: 1.5.3

What Oracle database version are you using dbt with?

No response

Additional Context

No response