101. Copy activity - Pagination rules - When API response have URL for next page

Поділитися
Вставка
  • Опубліковано 5 вер 2024
  • In this video, I explained about how to implement pagination rules in copy activity when API response has URL for next page in Azure Data factory or Azure Synapse Analytics.
    Link for PySpark Playlist:
    • 1. What is PySpark?
    Link for PySpark Real Time Scenarios Playlist:
    • 1. Remove double quote...
    Link for Azure Synapse Analytics Playlist:
    • 1. Introduction to Azu...
    Link to Azure Synapse Real Time scenarios Playlist:
    • Azure Synapse Analytic...
    Link for Azure Data bricks Play list:
    • 1. Introduction to Az...
    Link for Azure Functions Play list:
    • 1. Introduction to Azu...
    Link for Azure Basics Play list:
    • 1. What is Azure and C...
    Link for Azure Data factory Play list:
    • 1. Introduction to Azu...
    Link for Azure Data Factory Real time Scenarios
    • 1. Handle Error Rows i...
    Link for Azure Logic Apps playlist
    • 1. Introduction to Azu...
    #azure #datafactory #azuredatafactory #azuresynapse #wafastudies #pipeline #adf #dataengineering #azuredataenginnering #synapseanalytics #datafactory

КОМЕНТАРІ • 19

  • @ikeguti3
    @ikeguti3 10 місяців тому +1

    this is exactly what i was looking for! You are the best🎉

  • @Umerkhange
    @Umerkhange Рік тому +2

    Please make a video where you explain other variables along with use cases like Query Parameters,offset etc.

  • @MarathiMoviesZone
    @MarathiMoviesZone Рік тому +1

    "info": {
    "per_page": 200,
    "count": 200,
    "page": 1,
    "sort_by": "id",
    "sort_order": "desc",
    "more_records": true
    }
    how to do pagination rule for above example.

  • @mateen161
    @mateen161 Рік тому +1

    Nice one.Thank you!

  • @raulpinto2436
    @raulpinto2436 Рік тому

    Thank you for sharing. Was exactly what I needed

  • @azurecontentannu6399
    @azurecontentannu6399 Рік тому

    Very useful.. Thank you for sharing 😊

  • @arundhatisen1053
    @arundhatisen1053 Рік тому +1

    Hi can you show a example where is copy data to rest api endpoint using rest connector in sink

  • @MrSparkefrostie
    @MrSparkefrostie 6 місяців тому

    Any chance you have a video up that covers collections inside of collections?

  • @pratikutture2109
    @pratikutture2109 Рік тому +1

    Thank You

  • @manasa06m
    @manasa06m Рік тому +2

    Hi @WafaStudies Can we pull the API data through copy activity and load it into any datawarehouse directly instead of writing into blob. Is that possible?

    • @WafaStudies
      @WafaStudies  Рік тому

      U can. Instead of adls gen2 dataset, ise dataset which points to ur data warehouse table

    • @manasa06m
      @manasa06m Рік тому +1

      @@WafaStudies Thank you 😊

  • @Daily_motivations_telugu
    @Daily_motivations_telugu 11 місяців тому

    Hi bro...I did same. Able to read the all pages data. When I'm doing flattening each page of information comeing like one row.
    But I need all pages of information in single array.
    Please do one vedio on this

  • @petkopopov6385
    @petkopopov6385 2 місяці тому

    ty man

  • @nareshkumar344
    @nareshkumar344 Рік тому

    Can we use odata api also for pagination