Skip to content

Dataops-ci-bot should rebase before generating schemas #686

@fbertsch

Description

@fbertsch

The dataops-ci-bot currently generates schemas for main and HEAD, and compares them. The problem is that sometimes compatible commits will exist on main but not on HEAD, which look like incompatible schema changes when comparing schemas. For example, if there is an additional field on main, it will look like it's missing on HEAD, when in fact it will be added during the rebase commit.

We should first rebase on main before running the integration tests. That will show the actual changes between main and HEAD.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions