xaoo edited a comment on pull request #4291:
URL: https://github.com/apache/airflow/pull/4291#issuecomment-677866367
Just finished adding your implementation. I had to edit it... I did not
understood in what format the xcom value should exist:
I saved it like this, I used: `TriggerDagRunOperator` and extended it to
push to xcom it's `run_id`
```
Key | Value
test_bp_org_policies | trig__2020-08-20T19:15:43.018172+00:00
```
Or you expect some specific operator to save it in some specific format?
failed here:
```
ids = dagrun_ids[:2]
ids = ids + ['...'] if len(dagrun_ids) > 2 else ids
self.log.info('Poking for %s', ','.join(ids))
```
because of course i save my run_id as a string.
btw, thank you
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]