Seeking Help with Phoenix Integration in Airflow Setup
Does anyone have experience implementing Phoenix in an Airflow environment? We're running Python 3.11 with Airflow 2.7.2 (slightly old) and it's hard finding documentation on how to implement Phoenix in Airflow. I mean, I'm fine from the DAG side, but not everything is working. I've read some results from LLM queries that suggest that this kind of setup has to be done in the Airflow infra itself (which is different than the DAG runtime environment). See screenshot. Without any of this stuff installed on the Airflow workers and scheduler environment (we're using Celery based scheduler), I'm seeing only SOME of my traces actually arrive on our Phoenix instance (even though the code that is producing the traces is identical for the traces that arrive and those that don't...) Would really appreciate a sidebar (I'll even buy you a virtual coffee!) with anyone who's worked directly with Airflow and Phoenix integration! :please:
