Hi @brajesh jaishwal ,
Thankyou for using Microsoft Q&A platform and thanks for posting your query.
As we connected and discussed over the issue being internal to the organization , it seems the issue is the query you are running to fetch the incremental data is taking a lots of time to filter out records based on the where clause .
select @{variables('display_column_str')} from Display.@{pipeline().parameters.source_table where @{variables('ChangefeedColumn')}_display_value >= '@{variables('StartTime')}' and @{variables('ChangefeedColumn')}_display_value <= '@{variables('EndTime')}'
Pipeline is working fine if we remove the where clause. So , it doesn't seem to be an ADF issue. However, a deeper investigation is needed on how with the same number of records being retrieved for 'Actual' table is working within a minute of pipeline execution. I would suggest you to keep following up on the Support ticket that you have raised.
Hope this will help.
------------------------------
- Please don't forget to click on
or upvote
button whenever the information provided helps you.
Original posters help the community find answers faster by identifying the correct answer. Here is how - Want a reminder to come back and check responses? Here is how to subscribe to a notification
- If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators