Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex DataLens
  • Audit Trails events

Cannot parse

Written by
Yandex Cloud
Updated at November 15, 2024

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?

Yandex project
© 2025 Yandex.Cloud LLC