e-galan commented on issue #40515: URL: https://github.com/apache/airflow/issues/40515#issuecomment-2222838935
The parsing of Dataflow job_name from the `task_id` parameter stopped working after #37934 , where the parsing of the `dataflow_config` parameter was moved from the operator's `__init__()` method into `__execute__()`. Apparently it was done to resolve issues in the unit tests that were caused by the use of Airflow's templating syntax in `__init__()` . I should also note that this feature, where the job name was copied from the task ID is somewhat unique to the Apache Beam operator, as normally task id and job name are kept separate. -- 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]
