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

products.prices schema invalid #107

Open
JohannesRudolph opened this issue Jan 17, 2022 · 1 comment
Open

products.prices schema invalid #107

JohannesRudolph opened this issue Jan 17, 2022 · 1 comment

Comments

@JohannesRudolph
Copy link

The json schema generated for the product.prices property has "types": ["null", "object", "array"]. This makes it impossible for loaders like target-bigquery to correctly infer the schema. In this case the proper fix would be to drop the object type.

I'm using meltano and tried to override the schema by passing an explicit catalog, but it seems the tap ignores the catalog and always builds the schema on its own.

@weltonrodrigo
Copy link

Products is treated as stream with dynamic schema. It's necessary to change code inside the tap.

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

2 participants