DataCerealz commented on issue #59925:
URL: https://github.com/apache/airflow/issues/59925#issuecomment-3699303531
> can you try with non-empty operator (say bash operator with `echo`) ?
Sadly didn't change anything.
This was the code:
```python
[inserted_live_value_ids, inserted_backfill_value_ids] >> BashOperator(
task_id="emit_asset_updates",
bash_command="echo https://airflow.apache.org/",
trigger_rule="all_done_min_one_success",
outlets=[
Asset("tigerdata://db/table/new_data"),
],
)
```
--
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]