Taragolis commented on code in PR #37916:
URL: https://github.com/apache/airflow/pull/37916#discussion_r1513546214
##########
tests/providers/apache/beam/operators/test_beam.py:
##########
@@ -286,7 +287,7 @@ def test_exec_dataflow_runner(self, gcs_hook,
dataflow_hook_mock, beam_hook_mock
"jobName": job_name,
"stagingLocation": "gs://test/staging",
"region": "us-central1",
- "labels": {"foo": "bar", "airflow-version": TEST_VERSION},
+ "labels": {"foo": "bar"},
Review Comment:
And operators itself 🙄 E.g. this one will failed in case of XComArgs or
similar
https://github.com/apache/airflow/blob/17cc4c911c17e1d18061cdf805d854a3fda66b15/airflow/providers/apache/beam/operators/beam.py#L336-L338
--
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]