I'm trying to get the selected column values from the OData source table using azure data factory with copy activity, but i got all the columns from the source table. i want only selected columns.
name
and lcaocode
fields.$select=Name,IcaoCode
in the query textbox.