Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex DataLens
  • DataLens neuroanalyst
  • DataLens Gallery
  • Audit Trails events

Cannot parse

Written by
Yandex Cloud
Updated at July 9, 2025

ERR.DS_API.DB.CANNOT_PARSE

Invalid data format. This error is usually caused by null (empty) values when converting data from one type to another.

To fix the error, process the empty values, e.g., with this formula:

FLOAT(IF([field_name]="") THEN "0.0" ELSE [field_name] END)

Where field_name is the name of the field which may have null (empty) values.

Was the article helpful?

© 2025 Direct Cursus Technology L.L.C.