An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
Hi Max,
Thank you for posting query in Microsoft Q&A Platform.
Yes, its expected. in dataflows if we use cache sink and
Write to activity outputthen we should use logging level asNoneonly. it is not possible to use both the cache sink and logging level to "verbose" or "basic" andWrite to activity outputfrom cache sink at the same time in order to avoid conflicts with the cache sink.
However, you can still capture the logging data by using other methods, such as writing the logging data to a file or sending it to a different sink. For example, you can use a file sink or a database sink to capture the logging data, and then use a subsequent activity in the pipeline to read the logging data from the sink and send it to the custom table.
Alternatively, you can try to use a different approach to capture how many rows were updated, such as using a conditional split or a derived column transformation to add a flag to the rows that were updated, and then using a subsequent activity in the pipeline to count the number of rows with the flag. This approach does not require the use of a cache sink and should not conflict with the data flow logging level.
Hope this helps. Please let me know if any further queries.
Please consider hitting Accept Answer button. Accepted answers help community as well.