'How to specify Kusto client request properties in ADF copy activity

How to pass the queryconsistency client request property = 'weakconsistency' when the source of ADF copy activity is an Azure Data Explorer dataset?



Solution 1:[1]

Please try adding the queryconsistency client property to your query, e.g.:

set queryconsistency = 'weakconsistency';
print 1+2 // replace with your own query

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 David דודו Markovitz