Hi, for some Fabric scenarios it is necessary to get data from some on-premises SQL source data (e.g. SQL Server, Oracle, PostgreSQL, SAP, MySQL and so on), after some preliminary exploring, querying (in general, analyzing) operations on the related data, in order to detect the number of records, the primary keys, the data distribution for some fields, the table relationships and so on, without doing any ETLs, copies or mirrorings (in general, without any data movements). F.e. it could be more useful to have a SQL analytics endpoint that uses only the connections to the on-premise SQL source to explore and query the related data. Thanks
... View more