big-c-note opened a new issue, #44950:
URL: https://github.com/apache/airflow/issues/44950

   ### Apache Airflow version
   
   2.10.3
   
   ### If "Other Airflow 2 version" selected, which one?
   
   _No response_
   
   ### What happened?
   
   DatabricksParitionSensor immediately fails when in "poke" mode. 
   
   #44949 attempts a fix. Let me know any issues and I can add.
   
   ### What you think should happen instead?
   
   It should poke. And fail after the timeout interval.
   
   ### How to reproduce
   
   ```
       wait_for_table_partition = DatabricksPartitionSensor(
           task_id="wait_for_table_partition",
           table_name="table",
           schema="schema",
           catalog="catalog",
           partitions={"snapshot_date": "cat"},
           databricks_conn_id="databricks_birdhouse",
           poke_interval=60,
           timeout=3600,
           mode="poke",
       )
   ```
   
   ### Operating System
   
   Mac OS
   
   ### Versions of Apache Airflow Providers
   
   Current
   
   ### Deployment
   
   Official Apache Airflow Helm Chart
   
   ### Deployment details
   
   Running in dev
   
   ### Anything else?
   
   No
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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]

Reply via email to