Git Product home page Git Product logo

Comments (5)

MartinGuindon avatar MartinGuindon commented on May 19, 2024 1

It works :)
Check column descriptions are same.......................................Passed

from dbt-checkpoint.

tomsej avatar tomsej commented on May 19, 2024

Do you think it would be possible to share your schema file? It seems that you have an invalid specification of models. Something like (without - at the beginning):

version: 2

models:
    name: <model name>
    description: <markdown_string>
    ....

or your schema file may be malformed e.g.:

version: 2

models:
    - name: <model name>
    description: <markdown_string>
    ....

In schema file models node should contain a list of models according to documentation - https://docs.getdbt.com/reference/model-properties.

But maybe it can be a good idea to check if model node is instance of Dict to prevent this.

from dbt-checkpoint.

MartinGuindon avatar MartinGuindon commented on May 19, 2024

It's a big project and there are many schema files. As far as I know they should be correctly formed since the tests/docs are working properly.

I'll try to find which file causes the error and I'll report back with its content.

from dbt-checkpoint.

tomsej avatar tomsej commented on May 19, 2024

I will also try to prevent this error in the next release. Thanks Martin!

from dbt-checkpoint.

tomsej avatar tomsej commented on May 19, 2024

@MartinGuindon can you try to rerun this with pre-commit autoupdate --bleeding-edge?

from dbt-checkpoint.

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.