jroachgolf84 commented on issue #58893: URL: https://github.com/apache/airflow/issues/58893#issuecomment-3596530814
@tjaeuth, what sort of testing are you interested in doing? Unit-testing the custom Operator? Testing the execution of just a single Task using that Operator? Testing an entire DAG end-to-end? There are tons of great examples of unit-testing Operators in the Airflow codebase itself. Check out this one for an S3 Operator! https://github.com/apache/airflow/blob/8545d3c578af5e254e230e38f8a5035fac045342/providers/amazon/src/airflow/providers/amazon/aws/operators/s3.py#L259 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
