Skip to content
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

fix(ModelSchema): Allow models with columns set to None #298

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

Vitor-Avila
Copy link
Contributor

We got a report from a user that was unable to execute a dbt Cloud sync with below error:

marshmallow.exceptions.ValidationError: {'columns': ['Field may not be null.']}

This was happening because they have models returned in the API response with columns set to None. This PR changes the schema to support this scenario.

@Vitor-Avila Vitor-Avila merged commit 10978b5 into main Jun 3, 2024
5 checks passed
@Vitor-Avila Vitor-Avila deleted the model-schema-fix branch June 3, 2024 23:06
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.

None yet

2 participants