The GitHub Actions job "Tests" on airflow.git/feature/java-sdk has failed.
Run started by GitHub user uranusjr (triggered by uranusjr).

Head commit for run:
728813f9173727b40a71e2003b6ac4136125ac0c / Tzu-ping Chung <[email protected]>
Introduce Bundle and Dag Builder patterns (#1572)

The existing DagBundle class is renamed to BundleBuilder with a new
'build()' method to abstract away bundle creation details from the user.

The dag declaration in the example bundle is moved to a separate class
to better mirror a real-world use case. In practice, a bundle would
contain more than one dag, and the previous example is unclear about how
the user should structure the code to do that. The new example structure
uses a builder pattern to create one dag from a class declaration, while
the bundle builder implementation aggregates all dags and acts as the
executable's entry point.

Report URL: https://github.com/apache/airflow/actions/runs/25408387421

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to