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?
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?