pankajkoti commented on code in PR #31717:
URL: https://github.com/apache/airflow/pull/31717#discussion_r1227775807
##########
tests/system/providers/google/cloud/bigquery/example_bigquery_queries.py:
##########
@@ -235,11 +236,21 @@
trigger_rule=TriggerRule.ALL_DONE,
)
+ openlineage_test = OpenlineageTestOperator(
Review Comment:
I am wondering if this is the right place to keep OpenLineage system tests
or should we have it in its own home `tests/system/providers/openlineage/...`?
WDYT?
Wondering if some config disables OpenLineage or uses a different lineage
backend then would having this here affect the system test run?
--
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]