guan404ming commented on code in PR #71051: URL: https://github.com/apache/airflow/pull/71051#discussion_r3758671666
########## providers/common/ai/src/airflow/providers/common/ai/example_dags/example_llm_schema_compare.py: ########## @@ -105,6 +105,27 @@ def check_migration_readiness(ds=None): example_llm_schema_compare_decorator() +# [START howto_operator_llm_schema_compare_approval] +@dag(tags=["example"]) +def example_llm_schema_compare_approval(): + from datetime import timedelta Review Comment: Done, moved to the top. -- 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]
