Abhishek Singh

Results 92 comments of Abhishek Singh

@aadishsanghvi Yes. I hope to release in 2 weeks. I will release a candidate version `dbt-oracle==1.9.0rc1` before and it will be great if you could test with it and let...

@aadishsanghvi Could you test with the release candidate version ? Please have the latest version of Oracle Instant Client libraries installed. 1. Install dbt-oracle ``` pip install dbt-oracle==1.9.0rc1 ``` 2....

Hi @VenkatArra For LDAP connection, Could you try the following: - Install 23ai Oracle Client - Use the following dbt profile template ```yaml dbt_test: target: "{{ env_var('DBT_TARGET', 'dev') }}" outputs:...

@VenkatArra Were you able to verify LDAP connection ?

Thanks @aadishsanghvi for verifying this. We will merge the PR and release `dbt-oracle==1.9.0`

@VenkatArra I am closing this issue. Feel free to reach out if you have any issues with connection.

Hi @espenhoh I understand the issue because we have seen these in the past. #52 #102 And yes, we decided not to update `ORA_HASH` function because it would break existing...

@espenhoh `dbt-oracle==1.9.1rc1` release candidate is out where we have changed the hash algorithm to SHA256

dbt-oracle==1.9.1 switched to SHA256 hashing algorithm for snapshots. This should address the hash collisions problem.

@mauropagano Thank you for trying out the `fetch_df_*` APIs and giving us feedback. I would like to answer some questions raised in the thread. Hopefully, this helps: - `OracleDataFrame` is...