👋 Hey there. There are resources to launch jobs in databricks. I’m currently using the DatabricksPysparkStepLauncher, and it works quite well for our use cases. Have you checked out the
integration?
You may not be able to use this one for your autoloader, as it’s python only. However, there’s another job launcher you could use. AFAIK Autoloader is just a subset of spark structured streaming. However, it should also work.
I havent used DBT much myself, and can’t really answer this part.
dagster should also be able to orchestrate this — I assume you want to launch a databricks job that loads some delta file and writes it to postgres via JDBC?