How to pass the queryconsistency client request property = 'weakconsistency' when the source of ADF copy activity is an Azure Data Explorer dataset?
How to pass the queryconsistency client request property = 'weakconsistency' when the source of ADF copy activity is an Azure Data Explorer dataset?
Please try adding the queryconsistency client property to your query, e.g.:
set queryconsistency = 'weakconsistency';
print 1+2 // replace with your own query