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:
Sync Logs
β
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.
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)