Abhishek Singh
Abhishek Singh
@philiphagglund understood the problem. I guess i need to think about how to support this conditional update clause during MERGE. Probably, a parameter which can be supplied by the user...
Thanks @melsabagh-kw These were added in version 0.1 of lexpy. Maybe it does not make sense. Let me think about this a bit and I will soon release a new...
This is fixed in `lexpy=1.0.0` ``` pip install lexpy==1.0.0 ``` Please test it and let me know if you have any questions.
Thank you @lifmore I just saw this. I will try to reproduce the issue and get back to you.
Closing this issue
@cindyzh-ibm Which python driver are you using ? is it `cx_Oracle` or the new `oracledb` python driver. `dbt-oracle` uses the python driver's `cursor.rowcount` attribute to populate rows_affected in run_results.json. Please...
Thank you @cindyzh-ibm. What is the version of `oracledb` driver ? ```bash python3 -c "import oracledb; print(oracledb.__version__)" ``` Also, please share the output of command ```bash dbt --version ``` I...
cc: @anthony-tuininga
@cindyzh-ibm is`materialized='datastage'` a custom materialization which you have implemented ? dbt doesn't implement "datastage" materialization. Could you verify "target" relation is returned in the end ? ```sql -- Return the...
@cindyzh-ibm what is this statement ? is it an anonymous PL/SQL block or CTAS ? Details will help me reproduce the problem.