Skip to main content
All CollectionsIntegrationsAgriDigital Data Sync Service
AgriDigital Data Sync Service: Getting Started
AgriDigital Data Sync Service: Getting Started
Updated over 2 months ago

The AgriDigital platform can periodically publish data from platform to your database.
​
This data can be used to build your own analytics or integrate with your internal systems to enhance your experience on AgriDigital platform. This is one of our many initiatives to enable automation throughout the AgriDigital ecosystem.
​

Below is the list of data we currently support on Data Transfer:

Data Transfer publishes data every hour on 15 minute mark.


Please see how to setup if you're keen to explore Data Transfer.

Below is a partial data schema that we publish into your database.

AgriDigital-Data-Transfer-Schema-20221023.png

Data Transfer publishes data every hour on 15 minute mark.

How to convert date into your preferred timezone

Data Transfer date field value is a date and time at UTC timezone. You can convert into a date only value in your preferred timezone using SQL command.

Example below is a contract date value converted into a date only value in AEST time zone.

CAST(ContractDate at time zone 'UTC' at time zone 'AUS Eastern Standard Time' AS DATE) 

Did this answer your question?