tests.system.openlineage.example_openlineage_policy_source_code_dag¶
DAG exercising the OpenLineage emission policy authoring API.
Per-task include_source_code=False removes the source code job facet.
Also verifies precedence: extract_operator_metadata=False short-circuits the
whole extraction pipeline, so include_source_code=True becomes inert (no
source code job facet) on that task.