Skip to main content
Under the kover of business intelligence
  • Home
  • Copyright
  • About

Tag: adf

Azure Data Factory and the Exact Online REST API – Getting around the 10 Minute Limit

May 25, 2021May 25, 2021 Koen Verbeeck 7 Comments

This is the final blog post of this series on how to extract data from the Exact Online REST API with Azure Data Factory. I’ve you followed along with the previous posts, you’ve seen how you can request new refresh/access tokens from the API, how you can extract data from an endpoint for multiple divisions […]

Read More

Azure Data Factory and the Exact Online REST API – Dealing with Pagination

May 25, 2021May 25, 2021 Koen Verbeeck 16 Comments

Some endpoints don’t have that much data, both others certainly will, for example financial transactions. The REST API limits the number of records it returns, and for most endpoints this is 60 records. After the first 60 records, you get a link at the bottom of the response that points to the next 60 records. […]

Read More

Azure Data Factory and the Exact Online REST API – Retrieving Data from an Endpoint

May 24, 2021May 25, 2021 Koen Verbeeck 2 Comments

Finally we’ve come to the core of this blog post series: extracting data from a REST API endpoint. Just to recap, you need the following: an access token that is currently valid. See this blog post. a list of divisions. See the previous blog post. As an example, we’re going to read from the Projects […]

Read More

Azure Data Factory and the Exact Online REST API – Retrieving the Divisions

May 24, 2021May 25, 2021 Koen Verbeeck 2 Comments

In many ERP software you have the concept of “companies” or “divisions”, a way of logically dividing resources and assets. For example, if you have a company and a sister-company, you can create two divisions to keep everything separate. When you read data from an Exact Online API endpoint, you need to specify for which […]

Read More

Azure Data Factory and the Exact Online REST API – Getting a new access token from ADF

May 24, 2021May 25, 2021 Koen Verbeeck 6 Comments

Before we create pipelines to fetch data from the REST API, we need to create a helper pipeline that will fetch a new access token. This pipeline has the following format: Get the last known refresh token from the database (or whatever storage you use). You need to have manually retrieved the first pair of […]

Read More

Azure Data Factory and the Exact Online REST API – Fetching your first refresh/access tokens

May 24, 2021February 1, 2023 Koen Verbeeck 3 Comments

To get data out of the REST API of Exact Online, we first need to authenticate ourselves. With APIs, typically tokens are used: a long string of symbols that will serve as a secret. You pass a token to an API, which will check if the token is valid and if it grants you access. […]

Read More

Azure Data Factory and the Exact Online REST API – Introduction

May 24, 2021May 25, 2021 Koen Verbeeck 1 Comment

I’m going to do a small blog post series on how to extract data from a REST API using Azure Data Factory. I’m going to use the Exact Online REST API, because it has a series of challenges: a complicated process to get your first access token endpoints with more data will use pagination a […]

Read More

Migrating SSIS to Azure – an Overview

November 3, 2020November 3, 2020 Koen Verbeeck Leave a comment

For quite some time now, there’s been the possibility to lift-and-shift your on-premises SSIS project to Azure Data Factory. There, they run in an Integration Runtime, a cluster of virtual machines that will execute your SSIS packages. In the beginning, you only had the option to use the project deployment model and host your SSIS […]

Read More

New Management Hub in Azure Data Factory

June 11, 2020September 9, 2020 Koen Verbeeck Leave a comment

I wanted to manually start an Azure-SSIS Integration Runtime in ADF, so I went to the edit section and then to connections. But instead of showing me my linked services (which is the default tab), it showed me this message instead: My curiosity was awakened. By clicking on “Open management hub”, you are taken to […]

Read More

Switching between different Azure Data Factory environments

April 8, 2020April 8, 2020 Koen Verbeeck Leave a comment

When working with Azure Data Factory, it’s possible you have multiple ADF environments. For example, you can have one for dev, one for test and one for production. Unfortunately, the functionality to switch between them is a bit hidden in the user interface. One might assume you could find it in the breadcrumbs in the […]

Read More

Posts pagination

Newer posts 1 … 3 4

Feed

RSS

Social

  • Twitter
  • LinkedIn

MVP

Microsoft Data Platform MVP

star schema all the things
Get your star schema merchandise

Author of the Year 2014/2020/2023

Support this blog and buy me a beer

Recent Posts

  • Techorama 2025 – Slides
  • Redgate SQL Prompt in SSMS 21
  • Execute Fabric Data Pipeline from Azure Data Factory
  • Azure Data Factory Pipeline Debugging Fails with BadRequest
  • Call a Fabric REST API from Azure Data Factory

Categories

  • Azure (25)
  • Azure Data Factory (25)
  • Azure Devops (4)
  • Book Review (26)
  • Business Intelligence (29)
  • Events (57)
  • Fabric (19)
  • Power BI (41)
  • Professional Development (9)
  • Snowflake (14)
  • SQL Server (113)
    • MDS (8)
    • SSAS (12)
    • SSIS (46)
    • SSRS (13)
    • TSQL (9)
  • Varia (37)
  • Twitter
  • LinkedIn
  • Home
  • Copyright
  • About
Under the kover of business intelligence All rights reserved. Theme by Colorlib Powered by WordPress