Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.
This repository was archived by the owner on May 17, 2024. It is now read-only.

Handle type changes #542

Closed
Closed
@dlawin

Description

@dlawin

Describe the bug
I have a column named "city" which has varchar city names in prod

If I update my local model to use integers and run a diff, I receive this error:

Running with data-diff=0.7.4

[16:19:22] ERROR - 100038 (22018): Numeric value 'Minneapolis' is not recognized

I'd prefer the diff to skip this column and show:

Type change: ['CITY']

Instead of erroring out.

Metadata

Metadata

Assignees

No one assigned

    Labels

    --dbtIssues/features related to the dbt integrationbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions