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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: