I am working on scheduling a airflow job. However to verify if I have scheduled the correct job I need to see when it will run in the future.
Airflow has following command which gives me the next run. however, that's not sufficient for some use cases. for example, I have scheduled a job run every other Friday. How do I verify that.
airflow next_execution <dag_id>
Is there a way, I can get all the future dates when this dag will run. or atleast couple of ?