At the very least, a database will need to be created and accessible within each Airflow task for the March Madness model to run. The main thing here is volumes. Files on the host need to be mounted in the containers. The "external" database could be a flat file SQLite DB that's mounted, or something more heavy duty such as MySQL if it's determined that this is needed.
At the very least, a database will need to be created and accessible within each Airflow task for the March Madness model to run. The main thing here is volumes. Files on the host need to be mounted in the containers. The "external" database could be a flat file SQLite DB that's mounted, or something more heavy duty such as MySQL if it's determined that this is needed.