Hello everyone,
I'm new to Microsoft Fabric and currently working on data pipelines that copy data from a PostgreSQL database to a Fabric warehouse.
The data copies successfully, but I noticed that primary keys and foreign key relationships are not transferred to the warehouse tables. All the tables are created, but the relationships between them are missing. (over 550 tables)
Is this the expected behavior? Is there a way to preserve or automatically recreate the primary/foreign keys during or after the pipeline execution?
Any advice or best practices would be appreciated.
Thanks!