I am using a Copy activity in Azure Data Factory to copy the data from Http Source to datalake. My Url contains sql query as a query param. Iam getting "Invalid URI: The Uri scheme is too long" error Possible Error conditions: SQL query with more select fields and date field in where condition - Error is thrown SQL query with more select fields and string field in where condition - No Error SQL query with less select fields and date field in where condition - No Error
API looks like the below one: http://example.com/api/query?q=select a,b,c,d........ from table where date >= '' and date < '' I'd appreciate any help on this.