You can run and schedule custom Python scripts in Definite. Some example use cases:

  • Custom data connectors not yet supported in Definite’s catalog of integrations.
  • Reverse ETL: pushing transformed data in your Definite data warehouse back to your Saas apps.
  • Other ad-hoc scripts for data movement, eg extracting data from a specific Excel file and loading to another Excel file in Onedrive.

The definite-sdk Python library provides utilities to interact with the Definite API and other tools such as state management.

Installation and usage documentation for the Definite SDK can be found here.