GitHub user potiuk added a comment to the discussion: ExternalTaskSensor (only for last dag runs) in Airflow 3
> I have tried many options: Engine / Connection and other methods of database > access. And I tried access through API (always getting connection refused). > Is there a proper way in Airflow 3 to achieve the same functionality with > this operator? Nope. But if you get "connection refused" it likely means you are using wrong hostname, wrong port, or you have to configure your networking to allow your workers to connect to your api_server (using the right host and port). Connection refused always means tha when you try to connect to a give host and port, there is nothing on the other side to listen to your connection - so It's either firewall/networking blocking you, or you use wrong host/port. GitHub link: https://github.com/apache/airflow/discussions/49997#discussioncomment-13835032 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
