Abhishek Singh

Results 106 comments of Abhishek Singh

@alshamynet We discussed this internally with the APEX team and it seems there is no direct way to distribute patched APEX files without internet access. Most of the time during...

@jariolaine We do patch the APEX user schema with every new container image. However, the image files for APEX are configured to load from the CDN - https://static.oracle.com/cdn/apex/ During image...

@ricardoalexanderh Quick question, was this working with dbt-oracle 1.7 and now it fails with dbt-oracle 1.8 ?

@ricardoalexanderh I have added a fix for this problem in `dbt-oracle==1.8.1b1`. Could you try with it ? To install the fixed version, run the following command: ``` pip install dbt-oracle==1.8.1b1...

@Joul1285 Could you enable quoting only for the `database` and let me know how it goes ? ```yaml quoting: database: true ```

@Joul1285 I want to confirm, have you tried the 2 together i.e. ? - Enable quoting only for `database` - Reference database in lowercase in `profile.yml` ?

@Joul1285 Could you test with the release candidate `dbt-oracle==1.8.3rc1` ? I am unable to reproduce the problem but based on my understanding I have added a fix. To test the...

@Joul1285 [dbt-oracle==1.8.3](https://pypi.org/project/dbt-oracle/1.8.3/) is released