Skip to content

Source Facebook Marketing: SAT fails on schema validation #4827

Closed
@keu

Description

@keu

The problem with schema is that FB wraps numeric values into strings.
The schema says it is null or numeric but in the record it is "1234".

Steps to Reproduce

Run SAT on the latest FB connector
UPDATE: use this comment for instructions #4827 (comment)

Possible fix

  1. update schemas - set type = ['null', 'string'], this is less desirable solution because destination will loose any type info.
  2. do transform while reading inside streams, according to schema type. i.e. 'numeric' -> int, float

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions