Skip to contentSkip to navigationSkip to topbar
Page toolsOn this pageProducts used
Looking for more inspiration?Visit the

550006: Dataset schema change not forward compatible


ERROR: 550006

error-550006 page anchor
DATA SOURCES
ERROR

Dataset schema updates must be forward compatible to avoid breaking downstream consumers. Only additive changes are allowed.

Possible causes

possible-causes page anchor
  • You tried to remove one or more existing fields from the dataset schema.
  • You tried to modify the type or structure of an existing field.
  • Make only additive schema changes, such as adding new fields or properties.
  • If you need a non-additive change, create a new dataset with the desired schema instead of modifying the existing one.