-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Feature Request: Support 'map' and 'array' data types
Presently, map and array type data cannot be added to a Firestore database using the Firestore Sink Plugin. Attempting to deploy a data fusion pipeline which sends map or array data types results in the following error "Failed to configure pipeline: Stage [Firestore Plugin] encountered : Field [data] is of unsupported type 'map' Supported types are: string, double, boolean and long"
Please add support for 'map' and 'array' data types, they are supported within Firestore but not within this Sink Plugin. This feature would allow for better quality pipelines that include a Firestore instance.
Please let me know if you require any additional information. Thank you for taking the time consider my request.