Dremio Job Schedule using Python

Hi everyone,

I connected to Dremio using arrow flight python. I’m getting my desired query outputs. I’m trying to automate that query output using python where I can schedule a job run to once a week and query updates its own at the backend. Is this possible? Thanks is advance!

@umar You want to schedulethis query to run automatically every week? That has to be done outside of Dremio

Yes, that’s correct.

I suggest you use apache airflow to orchestrate this