-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Airflow CaDeT Spike follow-up - Further Testing and Expansion #6512
Comments
The work is in progress. |
The first task retry functionality is added, testing is in progress. The tests are passing when there are no models to retry. Also skip logic is tested. Working on testing the scenarios for the failed models for retry. |
The retry scenario is passing now. The airflow dag is successfully executing the retry job. |
Regarding the second requirement od a DAG triggering another DAG, the parent dag is able to trigger the child dag and the child dag is getting triggered but waiting in an execution queue indefinitely. Currently I am trying to debug this behaviour. |
regarding the 4th requirement on scheduling, I have tested the scheduling of the airflow DAG and its scheduling correctly as expected but the stability need to be tested with a long running deployment task. |
In a followup to #5857 , we now look to expand the functionality of the Airflow CaDeT deployment to prove it can achieve parity with our existing deployment mechanisms. As such, we should look to expand the functionality being tested beyond the MVP.
Functionality to test:
Once we've tested these, we'll be confident we can create a setup that maintains parity with our existing github actions deployments.
The text was updated successfully, but these errors were encountered: