Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

DBT Meshify should add data_type precision that is defined in the database. #215

@marcilj

Description

@marcilj

Describe the feature

When we use dbt-meshify and it create the yml file for the models, it should configure the data_type with the proper precision.

version: 2

models:
  - name: my_model

    columns:
      - name: my_numeric_col1
        data_type: number(38,13)
      - name: my_numeric_col2
        data_type: number(38,16)

Instead of the current version

version: 2

models:
  - name: my_model

    columns:
      - name: my_numeric_col1
        data_type: number
      - name: my_numeric_col2
        data_type: number

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesttriageTis issue or pull request must be triaged by a project maintainer

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions