The current scope of support includes the lineage extraction from SSIS packages executed by Azure Data Factory SSIS integration runtime. On premises SSIS lineage extraction is not supported yet. Only ...
INSERT INTO product_profit_stats (product_id, total_revenue, total_cost) SELECT product_id, sum(revenue) AS total_revenue, sum(cost) AS total_cost FROM sales WHERE ...