Forum Discussion

smpa01's avatar
smpa01
Community Champion
4 years ago

Why Dataflow does not load new columns from SQL

I have a dataflow querying a SQL table, such as     seelct * from [dbo].[tbl]       IF the dataflow is created today and a column called [colA] gets added to SQL table tomorrow ([colB...