Data Factory: API data to Azure Table storage

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

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

  • @temjim
    @temjim Год назад +1

    This is a perfect example. Thank you!

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

      Thank you to you

  • @rockonyo100
    @rockonyo100 2 года назад +1

    Thanks a lot. Easy to understand explanation.

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

    Thank you, Javi! Great work! Nice English!

  • @Nura853
    @Nura853 2 года назад +1

    Very useful, thank you!

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

    Very useful, big thanks!

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

      Thank you!

  • @reecenickol1241
    @reecenickol1241 2 года назад +1

    Excellent

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

    Nice tutorial, well explained... thanks.

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

      Thanks!!

  • @SaryChamsF
    @SaryChamsF 3 года назад +2

    Thanks, it helped me a lot!

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

    👍

  • @tanmaykanse9351
    @tanmaykanse9351 2 года назад +1

    In Mapping Section, I don't have an option to tick mark data--->array(collection reference).
    that's y i can load only first row... not the entire data.

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

      Hi Tammy, maybe data factory is not properly reading the mapping. Happens sometimes when arrays are present. Also Copy Activities are probably not the best method for arrays, there are some limitations.

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

    Thanks for uploading great video. I would like to know if we can do incremental read based on some date filter condition from Rest API source.

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

      Table storage accepts adding new data and doing updates based on a key field, but if you need to check the max date of your table storage, I don't think that's possible. You will need to get this date from somewhere else to be able to implement this kind of process.

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

    Buen dia, te quiero hacer una consulta, ya que estoy trabajando con "Table Storage" y no encuentro la forma para que cada vez que se procese la información, primero trunque o borre todos los registros de la table Storage. Muchas gracias, muy bueno el video!

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

      Hi! I don't think that's possible.
      If you need that, I would try a delete task prior to the copy activity, then it will recreate the table storage. Take care because the deletes on table storage are not instant and that could make your copy activity to fail. Probably you will also need to use a wait activity or another kind of process.

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

    Thank you can you also cover pagination
    And writing to multiple tables from json

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

      Hi I take notes of your suggestion!

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

    Hi, how would it be with a token authentication ?

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

      Hi, in case your API needs a token, you will need to all a Web activity before to get it, and then build the call to the API using the token as a parameter

  • @tutourioste
    @tutourioste 3 года назад +2

    Excelente contenido, creo que deberias hacer enfasis en mejorar el ingles o hacerlo en español ya que tienes un publico expectante de este tipo de material