Git Product home page Git Product logo

Comments (6)

JeremyDel avatar JeremyDel commented on July 17, 2024 1

Yes that worked !

Thank you so much for your fast answers !

from dbt-oracle.

aosingh avatar aosingh commented on July 17, 2024

@JeremyDel

It would good to check database name if it is lowercase or uppercase. I am suspecting there is some mismatch in the metadata.

select SYS_CONTEXT('userenv', 'DB_NAME') from dual;

Also, have you defined any quoting configuration in dbt-project.yml file?

from dbt-oracle.

JeremyDel avatar JeremyDel commented on July 17, 2024

The database name is lowercase !
I did try all the quoting possibilities in my dbt-project.yml but it doesn't work
quoting:
database: true
identifier: false
schema: false

from dbt-oracle.

aosingh avatar aosingh commented on July 17, 2024

Also, is this on-prem or Autonomous database ?

from dbt-oracle.

JeremyDel avatar JeremyDel commented on July 17, 2024

This is onprem.

I could recreate the error on another simple oracle database on which I can use the system user and when adding the database parameter in profiles.yml I was getting the error. By removing the database it worked as it should.
I cannot remove the database parameter when using another user:

Runtime Error
Credentials in profile "consilium", target "dev" invalid: 'database' is a required property

from dbt-oracle.

aosingh avatar aosingh commented on July 17, 2024

Could you try after enabling quoting only for database ?

quoting:
  database: true

from dbt-oracle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.