Building Data Flows in Azure Data Factory

Поделиться
HTML-код
  • Опубликовано: 14 окт 2024

Комментарии • 21

  • @lilychiao70
    @lilychiao70 3 года назад +1

    Excellent!

  • @ksimonchung
    @ksimonchung 3 года назад

    Do you have a ADF template to insert and update data within the same pipeline, instead of truncating table each time?

  • @pigrebanto
    @pigrebanto 4 года назад

    I am trying Azure Data Factory V2. I run a DB extract and sink output into Blob. When I use DataFlow the resulting files are split in parts like in Spark output style. This is because a Spark cluster is the runtime (i assume). However when I run a "normal" pipeline (no Dataflow) then it seems output is different e.g. output can even be a single file output. So my questin is: is there runtime difference between pipeline and dataflow? thanks

  • @terryliu3635
    @terryliu3635 3 года назад

    Thank you!

  • @harishkonakandla
    @harishkonakandla 2 года назад

    When scala code is created does any cluster is created?

  • @rahulgoud3092
    @rahulgoud3092 5 лет назад

    Hi Thank you posting such nice videos!!!
    I am trying to implement Azure Data Factory and suppose if i hv 3 different environments then i am using azure import/export ARM templates but then i see we need to give parameter file different for 3 environments manually...I'd like to know from you if there is a way to Automate this process of passing parameter.json file ???
    Thank you in Advance and I will be looking forward for your reply.

  • @pigrebanto
    @pigrebanto 4 года назад +2

    what's the difference between Data Pipeline and Data Flows?

    • @PragmaticWorks
      @PragmaticWorks  4 года назад +4

      Hey Antonio, Pipelines are used for orchestration purposes whereas data flows are used for performing data transformations and applying business rules to your data. In a pipeline you can copy data, move files, get work that needs to be done, executed stored procedures but pipelines are not really designed to easily do data cleansing and preparation. Data Flows provide an easy way to perform data transformations through the user interface.

  • @ksimonchung
    @ksimonchung 3 года назад

    I’m trying to connect to Oracle Cloud Services that I can login through a web browser but I could not use a linked services in ADF. What could potentially be the issue?

  • @ramanmiddha6296
    @ramanmiddha6296 4 года назад

    I am transforming data form blob to cosmos using data factory. i want to validate my file and its data with some business logic . how can i do that?

  • @deepakbehera498
    @deepakbehera498 5 лет назад

    How do we execute R script in ADF?

  • @vamshi455
    @vamshi455 4 года назад +1

    in 2020 now, Not much components added

  • @amitkumargupta1280
    @amitkumargupta1280 5 лет назад +1

    Hi I need some help on Data Flow. I am having issue while connecting to the Source settings. I don't see any data sets already created in the Source Dataset drop down. Also If I am trying to connect to new datasets then none of the database is enabled in the Database Tab. Only databases in the Azure database are enabled. I have to connect to the SQL Server On premise but it's not enabled. Please suggest If I am doing something wrong or missing.
    I have already created self-hosted integrationruntime and created a pipeline to move data from source to destination for some other table using the copy activity. Here the source is on-premise and destination is also on premise at Azure VM.
    I want to modify the data before inserting into the destination.

    • @kromerm
      @kromerm 5 лет назад

      To transform SQL Server (not Azure SQL DB) data in ADF Data Flows, you must first stage that data in Azure. Use the Copy Activity in your pipeline first, using this staging pattern: ruclips.net/video/mZLKdyoL3Mo/видео.html

  • @loneshaw4981
    @loneshaw4981 5 лет назад +2

    speed x 1.5

  • @ericxls93
    @ericxls93 Год назад

    Scala code is horrible!!! Sticking to python pandas…

  • @hassanmaqsood8450
    @hassanmaqsood8450 5 лет назад +2

    Great stuff, but please slow down your speech. Even as a native speaker, this required a lot of pauses and breathing :D
    Thanks man.