Skip to content
This repository was archived by the owner on Jun 23, 2026. It is now read-only.

Issue fetching null or empty records from a stream's response. #124

Description

@himanshudube97

Topic

No response

Relevant information

While testing the Airbyte no-code connector, we noticed that the API responses contain many fields, including some with null or empty values. However, when we switch to the Records tab in Airbyte, those null or empty fields are missing.

This seems to happen because Airbyte omits fields with null values from the response to reduce payload size.

But in our use case, we want all fields to be included in the records — even if their values are null or empty — to maintain schema consistency.

Is there a way to configure Airbyte to preserve all fields, including those with null or empty values, in the final output?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions