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

custom_fields.items.value in tickets schema missing type or anyOf #58

Closed
prratek opened this issue Apr 6, 2021 · 1 comment
Closed

Comments

@prratek
Copy link

prratek commented Apr 6, 2021

I'm running a pipeline from tap-zendesk to the Adswerve variant of target-bigquery and it throws ValueError: ‘type’ or ‘anyOf’ are required fields in property: {} when loading Zendesk tickets.

This appears to be caused by this field in the tickets schema because the target requires that the schema be completely defined. Changing the field to specify a type like this resolves the issue for me:

{
  "value": {
    "type": ["null", "string"]
  }
}

I'd be happy to make a PR if that change sounds good.

@prratek
Copy link
Author

prratek commented Apr 6, 2021

Gah, sorry! Closing because this PR does exactly that

@prratek prratek closed this as completed Apr 6, 2021
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

No branches or pull requests

1 participant