Common patterns for managed ingestion pipelines
Lakeflow Connect provides patterns and techniques to optimize your managed ingestion pipelines. Use these patterns to control which data is ingested, manage pipeline updates, and configure advanced behaviors.
Not all connectors support the common patterns in this section.
Topic | Description |
|---|---|
Select or exclude specific columns during ingestion to reduce data volume and improve performance. | |
Force a complete reload of your data from the source system. | |
Track historical changes in your data using Slowly Changing Dimension (SCD) type 2. | |
Ingest data from a single source to multiple destination tables or catalogs. | |
Manage pipeline updates, pauses, and troubleshooting workflows. | |
Filter rows during ingestion using SQL-like conditions. | |
Name destination tables. By default, a destination table is given the name of the corresponding source table. However, naming a destination table is useful when you ingest the same source object twice in the same schema. Managed connectors don't support duplicate table names in the same destination schema. Naming a destination table can also align tables to your organization’s naming conventions. |