Hi @Mathew Partridge ,
Thank you for posting query in Microsoft Q&A Platform.
There is no direct way to view your query sent to SQL. One work around would be as you said using create a dummy source and use derived column to store query.
Please feel free to log your feedback in below azure feedback portal. Azure data factory actively monitor feedbacks there and consider them to implement in future releases. Thank you.
---------------------
- Please
accept an answer
if correct. 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 email-notifications.
Sadly that won't work. My team are basically end users of the DB and don't have permissions to do that. I'll check in with the team that manage it to see if it can be arranged but I think it is likely to be a no.
I'm assuming that the DB side answer says that you can't see the query from the ADF side? @MarkKromer-MSFT
You can log it yourself in your dataflow using a derived column. Take the string that you use in your query property and paste it into a new column. Write that column to a file.
@MarkKromer-MSFT yeah I already mentioned that approach, that was in my original question as something I'm already doing, was looking for a way that didn't require me to edit my MDF to debug or have a dead end part of a production MDF.
Sign in to comment