Share via

Querying a data source - Azure Data Factory

pmscorca 1,052 Reputation points
2022-01-20T16:28:29.78+00:00

Hi,
I'm implementing some ADF pipelines.
I need to query the data source (a relational database) in order to understand the right data filters before the data ingestion.
Is it possible (f.e. at linked service and/or data set)?
Thanks

Azure Data Factory
Azure Data Factory

An Azure service for ingesting, preparing, and transforming data at scale.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Nandan Hegde 36,886 Reputation points MVP Volunteer Moderator
    2022-01-20T16:36:54.053+00:00

    Hey,
    You need to 1st create a linked service connecting to that database.
    Then create a dataset mapping to that linked service and via query option, check out your query in preview mode.

    But ideally would suggest using ssms Or data studio to connect to database and phase/test out your Queries

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.