Hi ,
Im wondering if there is a way to determine if the command "airflow initdb" ran ...
I know that this command should run only once when we initialize the Database , i want a generic command to be able to check if the command ran regardless of the backend that is used in airflow.cfg.
Currently im checking it via mysql query to see if a table exists , but what if we will change the backend to something else...
Thanks in Advance,
Costya.