Forum Discussion

3 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi HamidBee Thanks for posting your question in Microsoft Fabric Community

    What is "connect to external data"?

    This provides the ability to connect to certain types of data sources - such as Azure Storage (Blob, ADLS Gen 2), CosmosDB (Mongo and NoSQL), and ADX (Kusto). Once a connection is created, the underlying data of that connection will be available for analysis in the Data hub for exploration, writing queries, etc. Also, a linked service is created upon creating a connection, so it is technically also possible to use that Linked Service in any pipeline.

     

    What is an "integration dataset"?

    This is very specific to Synapse Pipelines and ADF. In pipeline/ADF terminology, a linked service is a connection string to the underlying data source. An integration dataset (or simply called as Dataset), represents data structures within the data source, which simply point to or reference the data you want to use in your activities as inputs or outputs. Datasets identify data within different data stores, such as tables, files, folders, and documents. For example, an Azure Blob dataset specifies the blob container and folder in Blob Storage from which the activity should read the data.

    I hope this information helps

    Regards

    Geetha

    • HamidBee's avatar
      HamidBee
      Icon for Power Participant rankPower Participant

      Hi. Thanks for getting back to me. I'm still a little confused with the second paragraph concerning integration datasets. Is it safe to say that integration dataset is essentially used to connect to either Azure or non Azure data? since it gives the option for example of connecting to an Azure Data Lake Gen2 account and also Amazon services.

      • Anonymous's avatar
        Anonymous
        Not applicable

        Hi, HamidBee Correct. Integration datasets can be Azure and non-Azure, we support more than 90 different connectors.

        Regards

        Geetha