Skip to content

Fix import with schema=false #510

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

tstirrat15
Copy link
Contributor

Fixes #509

Description

There's a couple of misbehaviors around zed import that we want to fix:

  • The command fails if the validation file doesn't have a schema even if schema=false is passed
  • The command overwrites the schema if a schema is provided and schema=false is passed

Neither of these is desirable. This PR adds tests for those.

It also fixes an issue with color output breaking tests locally for Linux users.

Changes

TODO

Testing

TODO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to import relationships without a schema file
1 participant