You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The postgres plugin does not infer the types based on the existing table when doing ingestion. The plugin should infer the types based on the columns, even though strings are passed. The below code should work and write float value in the float_data column and and integer value in the int_data column, even though they're passed as strings in the payload.
Overview
The postgres plugin does not infer the types based on the existing table when doing ingestion. The plugin should infer the types based on the columns, even though strings are passed. The below code should work and write float value in the float_data column and and integer value in the int_data column, even though they're passed as strings in the payload.
Acceptance Criteria