docs/integrations/destinations/glassflow.md
The GlassFlow destination allows you to send/stream data to a GlassFlow pipeline. GlassFlow is a serverless, Python-centric data streaming platform that transforms data in real-time for end-to-end data pipelines.
Each stream will be output a GlassFlow message. The message properties will be
stream: the name of stream where the data is coming from.namespace: namespace if available from the stream.emitted_at: timestamp the AirbyteRecord was emitted at.data: AirbyteRecord data.The message will be serialized as JSON.
| Sync mode | Supported? |
|---|---|
| Full Refresh - Overwrite | No |
| Full Refresh - Append | Yes |
| Full Refresh - Overwrite + Deduped | No |
| Incremental Sync - Append | Yes |
| Incremental Sync - Append + Deduped | No |
To use the GlassFlow destination, you'll need:
This destination supports namespaces.
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 0.1.6 | 2025-05-03 | 59349 | Update dependencies |
| 0.1.5 | 2025-04-26 | 58697 | Update dependencies |
| 0.1.4 | 2025-04-19 | 58260 | Update dependencies |
| 0.1.3 | 2025-04-12 | 57645 | Update dependencies |
| 0.1.2 | 2025-04-05 | 57127 | Update dependencies |
| 0.1.1 | 2025-03-29 | 56578 | Update dependencies |
| 0.1.0 | September 01, 2024 | #7560 | Initial release |