Hi experts,
I have a datafusion instance created with terraform and it works fie, because the system can create and destroy instances on demand or scheduling to run many pipelines but I need to install an extra driver to use PostgreSQL.
The driver must be installed after create the instance with terraform or during creation. Is that possible using terraform or any kind of python script?.
Thks