Giter VIP home page Giter VIP logo

Comments (3)

john-jerome avatar john-jerome commented on September 26, 2024

I also noticed it today. The custom schema we define in our dbt_project.yml as described in step 2 here gets overwritten by the one defined in https://github.com/tailsdotcom/dbt_artifacts/blob/main/dbt_project.yml#L8

Edit: I figured it out - I added the dbt_artifacts model one level too deep in my dbt_project.yml, moving it one level up actually solved the issue.

from dbt_artifacts.

kgpayne avatar kgpayne commented on September 26, 2024

I suspect the thinking was to have some default schema defined, rather than have the models appear in the projects default schema if not overridden. We override this in our project, so happy to take this default out if that is 'best practice'.

from dbt_artifacts.

gargvipul1349 avatar gargvipul1349 commented on September 26, 2024

I am not able to configure a custom schema.Can somebody please help with this?
I am getting still Public schema used when I run dbt run -m dbt_artifacts.
I have set dbt_artifacts schema name and materialization but still, i am getting models been built under Public Schema.
My Configuration below in dbt project (dbt_project.yml)
# DBT_ARTIFACTS ----------------------------------------
dbt_artifacts:
+schema: dbt_artifacts
+materialized: table
incremental:
+schema: dbt_artifacts
+materialized: incremental
staging:
+schema: dbt_artifacts
+materliazed: view

from dbt_artifacts.

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.