Abhishek Singh
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...
[Bug] Error macro 'dbt_macro__create_schema' takes not more than 1 argument(s) while doing snapshots
@ricardoalexanderh Quick question, was this working with dbt-oracle 1.7 and now it fails with dbt-oracle 1.8 ?
[Bug] Error macro 'dbt_macro__create_schema' takes not more than 1 argument(s) while doing snapshots
@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...
[Bug] Error macro 'dbt_macro__create_schema' takes not more than 1 argument(s) while doing snapshots
@ricardoalexanderh Did you get a chance to verify the fix ?
@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 I am investigating this
@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