77. How to read JSON output of one Activity in to another Activity in Azure Data Factory

Поділитися
Вставка
  • Опубліковано 5 вер 2024
  • In this video, I discussed about reading JSON output of one activity in to another activity in azure data factory.
    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...
    #Azure #ADF #AzureDataFactory

КОМЕНТАРІ • 49

  • @bhawnabedi9627
    @bhawnabedi9627 4 роки тому +3

    you are really my fav youtuber.

  • @nithishkumar7262
    @nithishkumar7262 4 роки тому +2

    Appreciate your work. Keep it up 👍

  • @kelechie6836
    @kelechie6836 3 роки тому +2

    Thank you Wafa!

  • @hrpproductions53
    @hrpproductions53 2 роки тому +1

    But how to handle if it's an object instead of being an array

  • @JL-qc5gq
    @JL-qc5gq 2 роки тому +1

    I want to pass the JSON output of the web activity into databricks activity. I need the whole JSON output since databricks will process the whole output. How do we do that in adf?

  • @mohammadyunus9020
    @mohammadyunus9020 3 роки тому +2

    wonderful ❤️

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

    The children array that you got from get metadata activity... i want to store all the children data in mongodb... how can i do that????

  • @avaniheriss4588
    @avaniheriss4588 3 роки тому

    Thank you for all the hard Work. Please show how to store this Json Output to the Blob Storage. Thanks you

  • @dharmveerchaudhary7060
    @dharmveerchaudhary7060 2 роки тому +2

    Pls give any idea ,how to kill infinite loop created inside the until activity in azure data factory

    • @WafaStudies
      @WafaStudies  2 роки тому +1

      Until loop will break when defined condition becomes true.
      If you taking about manually killing then cancel pipeline execution

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

    how to parse without foreach activity. I do get metadata inside foreach and get metadata always will return 1 file

  • @YouTickTech
    @YouTickTech 2 роки тому +1

    Excellent

  • @abhinavprakash5383
    @abhinavprakash5383 2 роки тому +1

    great video

  • @realcontent2008
    @realcontent2008 24 дні тому +1

    I have stored all expressions in one config table to make everything dynamic here you are fetching only one type of variable... I have thousands type of variable
    How to fetch each of them into pipeline variable any body has that logic i don't want to use multiple times filter activity and set variable

  • @baladenmark
    @baladenmark 3 роки тому +1

    Fantastic tutorial. Thank you. How do I write the failed output of a copy activity into a file?

  • @srinivaselluri9267
    @srinivaselluri9267 2 роки тому +1

    Thanks a lot Brother for your tutorials. I have a question - How to handle the special character in JSON (source) field names? Pipeline is failing with an error saying - input json format has special characters. and I am calling the json data using API(get). Please advise.
    Eg:
    {"customer (name) " : "abc"}

  • @rohithnamani9614
    @rohithnamani9614 2 роки тому +1

    Thanks for the video. I have a use case, Im trying to load JSON(Simple format) from an API to a single column(data type variant) in a SQL table through a copy activity in ADF. When im trying to do that the keys are splitting and number of columns mismatch error appears. May I know if there is any solution for this use case?

  • @diveshs
    @diveshs 4 роки тому +1

    Very good content. Nice Videos. I am looking for more such videos.
    How can we log pipeline errors in a blob storage file?

  • @surendrasuri2513
    @surendrasuri2513 3 роки тому

    I am unable to read the web activity JSON response.getting property selection not supported on values of type String

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

    The BEST

  • @sathishkumark8386
    @sathishkumark8386 3 роки тому +1

    Thanks

  • @Rafian1924
    @Rafian1924 3 роки тому +1

    Hello techies, I am generating json code using teradata sql code and I want to send this data to a web application using api call. How should I go about it. I am completely new to adf and just started exploring it. So any help will be of great value.

  • @babluprajapat794
    @babluprajapat794 3 роки тому

    I have Only one json file in Azure blob storage which is containing millions of Json object.
    My question is how read the that file and extract and upload million of single single json document instead of one.
    Any idea ?

  • @premgcp
    @premgcp 2 роки тому

    Hello guru gaaru,
    how do I loop through this json for ingestion. I tried using lookup activity but unable to access child items. Can you please help anna.
    I want to use copy activity and pass the below items inside tablelist. to ingest data.
    {
    "tablelist": [
    {
    "tblname": "rbf",
    "secretkey": "xyz",
    "container": "migration",
    "cpath": "dev01"
    },
    {
    "tblname": "abcd",
    "secretkey": "abcd",
    "container": "migration",
    "cpath": "dev02/"
    }
    ]

    }

  • @harikakiran18
    @harikakiran18 3 роки тому

    Good video!

  • @sivasudarsan2373
    @sivasudarsan2373 3 роки тому +1

    Hi, I want adf to extract content of text file (from storage) and based on value it should trigger another pipeline.

    • @WafaStudies
      @WafaStudies  3 роки тому

      Use execute pipeline activity to trigger another pipeline

  • @user-iu1sv4jr7z
    @user-iu1sv4jr7z 4 роки тому +1

    Please add video on upsert in ADF

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

    @WafaStudies, are you available to do one ADF POC?

  • @bhawnabedi9627
    @bhawnabedi9627 4 роки тому +2

    Please do tell about yourself as well we would love to know you

  • @michelepotenzateixeira3209
    @michelepotenzateixeira3209 3 роки тому +1

    the videos are very good but as i'm from Brazil and i don't have good english i need subtitles. It would be possible? Thanks

    • @WafaStudies
      @WafaStudies  3 роки тому

      Thank you. I will try for subtitles

  • @michelealves692
    @michelealves692 3 роки тому

    Need caption...

  • @venkatramana2667
    @venkatramana2667 3 роки тому

    Hi bro, I have 100 tables ,but when I create dataset ,is it mandatory create 100 datasets? And I want to talk personally with u , please provide mobile num

    • @sibagayatri
      @sibagayatri 2 роки тому

      Do you want to copy data from 100 tables or do something else?

    • @CoolGuy
      @CoolGuy 2 роки тому

      Parameterize the dataset.

  • @cavemanworld5019
    @cavemanworld5019 2 роки тому

    Thanks