YouTube Connector for Azure Data Factory (Pipeline)

Read / write YouTube data inside your app, perform many Youtube operations without coding using easy to use high performance API Connector for YouTube

In this article you will learn how to quickly and efficiently integrate YouTube data in Azure Data Factory (Pipeline) without coding. We will use high-performance YouTube Connector to easily connect to YouTube and then access the data inside Azure Data Factory (Pipeline).

Let's follow the steps below to see how we can accomplish that!

Download Documentation

Create ODBC Data Source (DSN) based on ZappySys API Driver

Step-by-step instructions

To get data from YouTube using Azure Data Factory (Pipeline) we first need to create a DSN (Data Source) which will access data from YouTube. We will later be able to read data using Azure Data Factory (Pipeline). Perform these steps:

  1. Download and install ODBC PowerPack.

  2. Open ODBC Data Sources (x64):

    Open ODBC Data Source
  3. Create a User data source (User DSN) based on ZappySys API Driver

    ZappySys API Driver
    Create new User DSN for ZappySys API Driver
    • Create and use User DSN if the client application is run under a User Account. This is an ideal option in design-time, when developing a solution, e.g. in Visual Studio 2019. Use it for both type of applications - 64-bit and 32-bit.
    • Create and use System DSN if the client application is launched under a System Account, e.g. as a Windows Service. Usually, this is an ideal option to use in a production environment. Use ODBC Data Source Administrator (32-bit), instead of 64-bit version, if Windows Service is a 32-bit application.
    Azure Data Factory (Pipeline) uses a Service Account, when a solution is deployed to production environment, therefore for production environment you have to create and use a System DSN.
  4. When the Configuration window appears give your data source a name if you haven't done that already, then select "YouTube" from the list of Popular Connectors. If "YouTube" is not present in the list, then click "Search Online" and download it. Then set the path to the location where you downloaded it. Finally, click Continue >> to proceed with configuring the DSN:

    YoutubeDSN
    YouTube
    ODBC DSN Template Selection
  5. Now it's time to configure the Connection Manager. Select Authentication Type, e.g. Token Authentication. Then select API Base URL (in most cases, the default one is the right one). More info is available in the Authentication section.

    Steps how to get and use YouTube credentials
    This walkthrough will help you create an API Key which you will be able to use in all requests and authenticate accordingly.

    1. Go to Google API Console
    2. From the Project Dropdown (usually found at the top bar) click Select Project
    3. On Project Popup click CREATE PROJECT
    4. Once project is created you can click Select Project to switch the context (You can click on Notification link or Choose from Top Dropdown)
    5. Click ENABLE APIs AND SERVICES
    6. Now we need to Enable three APIs one by one (YouTube Data API, YouTube Analytics API, YouTube Reporting API).
    7. Search YouTube Data API. Select and click ENABLE
    8. Search YouTube Analytics API. Select and click ENABLE
    9. Search YouTube Reporting API. Select and click ENABLE
    10. Go to back to main screen of Google API Console
    11. Click OAuth Consent Screen Tab. Enter necessary details and Save.
    12. Click Credentials Tab
    13. Click CREATE CREDENTIALS (some where in topbar) and select API key option.
    14. In the popup, copy API Key from the field "Your API key", close this window, and use it in the UI configuration, "key" field

    Fill in all required parameters and set optional parameters if needed:

    YoutubeDSN
    YouTube
    API Key [Http]
    https://youtube.googleapis.com/youtube/v3
    Required Parameters
    key Fill-in the parameter...
    Optional Parameters
    RetryMode RetryWhenStatusCodeMatch
    RetryStatusCodeList 403|429
    RetryCountMax 5
    RetryMultiplyWaitTime True
    ODBC DSN HTTP Connection Configuration
    Steps how to get and use YouTube credentials
    To register a custom app, perform the following steps (detailed steps found in the help link at the end)
    1. Go to Google API Console
    2. From the Project Dropdown (usually found at the top bar) click Select Project
    3. On Project Popup click CREATE PROJECT
    4. Once project is created you can click Select Project to switch the context (You can click on Notification link or Choose from Top Dropdown)
    5. Click ENABLE APIs AND SERVICES
    6. Now we need to Enable three APIs one by one (YouTube Data API, YouTube Analytics API, YouTube Reporting API).
    7. Search YouTube Data API. Select and click ENABLE
    8. Search YouTube Analytics API. Select and click ENABLE
    9. Search YouTube Reporting API. Select and click ENABLE
    10. Go to back to main screen of Google API Console
    11. Click OAuth Consent Screen Tab. Enter necessary details and Save.
    12. Click Credentials Tab
    13. Click CREATE CREDENTIALS (some where in topbar) and select OAuth Client ID option.
    14. When prompted Select Application Type as Desktop App and click Create to receive your ClientID and Secret. Later on you can use this information now to configure Connection.
    15. Go to OAuth Consent Screen tab. Under Publishing Status click PUBLISH APP to ensure your refresh token doesnt expire often. If you planning to use App for Private use then do not have to worry about Verification Status after Publish.

    Fill in all required parameters and set optional parameters if needed:

    YoutubeDSN
    YouTube
    User Account [OAuth]
    https://youtube.googleapis.com/youtube/v3
    Optional Parameters
    ClientId
    ClientSecret
    Scope https://www.googleapis.com/auth/youtube https://www.googleapis.com/auth/youtube.readonly https://www.googleapis.com/auth/youtubepartner https://www.googleapis.com/auth/youtube.force-ssl https://www.googleapis.com/auth/youtube.upload https://www.googleapis.com/auth/youtubepartner-channel-audit https://www.googleapis.com/auth/yt-analytics-monetary.readonly https://www.googleapis.com/auth/yt-analytics.readonly
    RetryMode RetryWhenStatusCodeMatch
    RetryStatusCodeList 403|429
    RetryCountMax 5
    RetryMultiplyWaitTime True
    Redirect URL (Only for Web App)
    ODBC DSN Oauth Connection Configuration
    Steps how to get and use YouTube credentials
    Use these steps to authenticate as service account rather than Google / GSuite User. Learn more about service account here

    Basically to call Google API as Service account we need to perform following steps listed in 3 sections (Detailed steps found in the help link at the end)

    Create Project

    First thing is create a Project so we can call Google API. Skip this section if you already have Project (Go to next section)
    1. Go to Google API Console
    2. From the Project Dropdown (usually found at the top bar) click Select Project
    3. On Project Popup click CREATE PROJECT
    4. Once project is created you can click Select Project to switch the context (You can click on Notification link or Choose from Top Dropdown)
    5. Click ENABLE APIs AND SERVICES
    6. Now we need to Enable three APIs one by one (YouTube Data API, YouTube Analytics API, YouTube Reporting API)
    7. Search YouTube Data API. Select and click ENABLE
    8. Search YouTube Analytics API. Select and click ENABLE
    9. Search YouTube Reporting API. Select and click ENABLE

    Create Service Account

    Once Project is created and APIs are enabled we can now create a service account under that project. Service account has its ID which looks like some email ID (not to confuse with Google /Gmail email ID)
    1. Go to Create Service Account
    2. From the Project Dropdown (usually found at the top bar) click Select Project
    3. Enter Service account name and Service account description
    4. For Role, do not select anything for now and Click Continue and then click Done. Next we will create Key.

    Create Key

    Once service account is created we need to create key file (i.e. credentials).
    1. In the Cloud Console, click the email address for the service account that you created.
    2. Click Keys.
    3. Click Add key, then click Create new key.
    4. Click Create and select P12 format. A P12 key file is downloaded to your computer. We will use this file in our API connection.
    5. Click Close.
    6. Now you may use downloaded *.p12 key file as secret file and Service Account Email as Client ID (e.g. some-service-account-name@your-project-id.iam.gserviceaccount.com ).

    Add Permission

    Now last thing is give read/write permission to Service Account. Basically you can create or open Google Sheet and add the Service Account as an editor to it as below.
    1. Copy the email address of your service account we created in previous step (its usually like this some-service-account-name@your-project-id.iam.gserviceaccount.com).
    2. Create or select an existing Google Sheet.
    3. Navigate to Sheet for which you like to give read/write access to Service Account.
    4. Click on the Share button in the top right, and add the email address of the service account as an editor. Here is how to share file(s) with specific people. Juse share with Service Account (use Service Account Email found on previous section)

    Fill in all required parameters and set optional parameters if needed:

    YoutubeDSN
    YouTube
    Service Account (Using Private Key File) [OAuth]
    https://youtube.googleapis.com/youtube/v3
    Required Parameters
    Service Account Email Fill-in the parameter...
    Service Account Private Key Path (i.e. *.p12) Fill-in the parameter...
    Optional Parameters
    Scope https://www.googleapis.com/auth/youtube https://www.googleapis.com/auth/youtube.readonly https://www.googleapis.com/auth/youtubepartner https://www.googleapis.com/auth/youtube.force-ssl https://www.googleapis.com/auth/youtube.upload https://www.googleapis.com/auth/youtubepartner-channel-audit https://www.googleapis.com/auth/yt-analytics-monetary.readonly https://www.googleapis.com/auth/yt-analytics.readonly
    RetryMode RetryWhenStatusCodeMatch
    RetryStatusCodeList 403|429
    RetryCountMax 5
    RetryMultiplyWaitTime True
    ODBC DSN Oauth Connection Configuration

  6. Once the data source connection has been configured, it's time to configure the SQL query. Select the Preview tab and then click Query Builder button to configure the SQL query:

    ZappySys API Driver - YouTube
    Read / write YouTube data inside your app, perform many Youtube operations without coding using easy to use high performance API Connector for YouTube
    YoutubeDSN
    Open Query Builder in API ODBC Driver to read and write data to REST API
  7. Start by selecting the Table or Endpoint you are interested in and then configure the parameters. This will generate a query that we will use in Azure Data Factory (Pipeline) to retrieve data from YouTube. Hit OK button to use this query in the next step.

    SELECT * FROM MyVideos
    Configure table/endpoint parameters in ODBC data source based on API Driver
    Some parameters configured in this window will be passed to the YouTube API, e.g. filtering parameters. It means that filtering will be done on the server side (instead of the client side), enabling you to get only the meaningful data much faster.
  8. Now hit Preview Data button to preview the data using the generated SQL query. If you are satisfied with the result, use this query in Azure Data Factory (Pipeline):

    ZappySys API Driver - YouTube
    Read / write YouTube data inside your app, perform many Youtube operations without coding using easy to use high performance API Connector for YouTube
    YoutubeDSN
    SELECT * FROM MyVideos
    API ODBC Driver-based data source data preview
    You can also access data quickly from the tables dropdown by selecting <Select table>.
    A WHERE clause, LIMIT keyword will be performed on the client side, meaning that the whole result set will be retrieved from the YouTube API first, and only then the filtering will be applied to the data. If possible, it is recommended to use parameters in Query Builder to filter the data on the server side (in YouTube servers).
  9. Click OK to finish creating the data source.

Video Tutorial

Read data in Azure Data Factory (ADF) from ODBC datasource (YouTube)

  1. To start press New button:

    Create new Self-Hosted integration runtime
  2. Select "Azure, Self-Hosted" option:

    Create new Self-Hosted integration runtime
  3. Select "Self-Hosted" option:

    Create new Self-Hosted integration runtime
  4. Set a name, we will use "OnPremisesRuntime":

    Set a name for IR
  5. Download and install Microsoft Integration Runtime.

  6. Launch Integration Runtime and copy/paste Authentication Key from Integration Runtime configuration in Azure Portal:

    Copy/paste Authentication Key
  7. After finishing registering the Integration Runtime node, you should see a similar view:

    Check Integration Runtime node status
  8. Go back to Azure Portal and finish adding new Integration Runtime. You should see it was successfully added:

    Integration Runtime status
  9. Go to Linked services section and create a new Linked service based on ODBC:

    Add new Linked service
  10. Select "ODBC" service:

    Add new ODBC service
  11. Configure new ODBC service. Use the same DSN name we used in the previous step and copy it to Connection string box:

    YoutubeDSN
    DSN=YoutubeDSN
    Configure new ODBC service
  12. For created ODBC service create ODBC-based dataset:

    Add new ODBC dataset
  13. Go to your pipeline and add Copy data connector into the flow. In Source section use OdbcDataset we created as a source dataset:

    Set source in Copy data
  14. Then go to Sink section and select a destination/sink dataset. In this example we use precreated AzureBlobStorageDataset which saves data into an Azure Blob:

    Set sink in Copy data
  15. Finally, run the pipeline and see data being transferred from OdbcDataset to your destination dataset:

    Run the flow

Actions supported by YouTube Connector

Learn how to perform common YouTube actions directly in Azure Data Factory (Pipeline) with these how-to guides:

Conclusion

In this article we showed you how to connect to YouTube in Azure Data Factory (Pipeline) and integrate data without any coding, saving you time and effort. It's worth noting that ZappySys API Driver allows you to connect not only to YouTube, but to any Java application that supports JDBC (just use a different JDBC driver and configure it appropriately).

We encourage you to download YouTube Connector for Azure Data Factory (Pipeline) and see how easy it is to use it for yourself or your team.

If you have any questions, feel free to contact ZappySys support team. You can also open a live chat immediately by clicking on the chat icon below.

Download YouTube Connector for Azure Data Factory (Pipeline) Documentation

More integrations

Other connectors for Azure Data Factory (Pipeline)

All
Big Data & NoSQL
Database
CRM & ERP
Marketing
Collaboration
Cloud Storage
Reporting
Commerce
API & Files

Other application integration scenarios for YouTube

All
Data Integration
Database
BI & Reporting
Productivity
Programming Languages
Automation & Scripting
ODBC applications

  • How to connect YouTube in Azure Data Factory (Pipeline)?

  • How to get YouTube data in Azure Data Factory (Pipeline)?

  • How to read YouTube data in Azure Data Factory (Pipeline)?

  • How to load YouTube data in Azure Data Factory (Pipeline)?

  • How to import YouTube data in Azure Data Factory (Pipeline)?

  • How to pull YouTube data in Azure Data Factory (Pipeline)?

  • How to push data to YouTube in Azure Data Factory (Pipeline)?

  • How to write data to YouTube in Azure Data Factory (Pipeline)?

  • How to POST data to YouTube in Azure Data Factory (Pipeline)?

  • Call YouTube API in Azure Data Factory (Pipeline)

  • Consume YouTube API in Azure Data Factory (Pipeline)

  • YouTube Azure Data Factory (Pipeline) Automate

  • YouTube Azure Data Factory (Pipeline) Integration

  • Integration YouTube in Azure Data Factory (Pipeline)

  • Consume real-time YouTube data in Azure Data Factory (Pipeline)

  • Consume real-time YouTube API data in Azure Data Factory (Pipeline)

  • YouTube ODBC Driver | ODBC Driver for YouTube | ODBC YouTube Driver | SSIS YouTube Source | SSIS YouTube Destination

  • Connect YouTube in Azure Data Factory (Pipeline)

  • Load YouTube in Azure Data Factory (Pipeline)

  • Load YouTube data in Azure Data Factory (Pipeline)

  • Read YouTube data in Azure Data Factory (Pipeline)

  • YouTube API Call in Azure Data Factory (Pipeline)