FrankYang0529 commented on PR #69694:
URL: https://github.com/apache/airflow/pull/69694#issuecomment-4954926181

   Previously, the failed case was:
   
   ```
   
providers/common/ai/tests/unit/common/ai/operators/test_llamaindex_embedding.py::TestEmbeddingOperatorPersist::test_persist_path_embeds_each_chunk_once_with_real_llama_index
 - AttributeError: 'RefDocInfo' object has no attribute 'to_dict'
   ```
   
   After generating new `uv.lock`, previous failed case has gone. There are two 
new error cases:
   
   1. `azure-mgmt-datafactory` 9.3.0 → 10.0.0
   
   ```
   
providers/microsoft/azure/src/airflow/providers/microsoft/azure/hooks/data_factory.py:925:
 error: No overload variant of "create_or_update" of "TriggersOperations" 
matches argument types "str", "str",
       "str", "TriggerResource", "str | None", "dict[str, Any]"  [call-overload]
                   return self.get_conn().triggers.create_or_update(
   ```
   
   2. `rich` 13.9.4 → 14.3.4
   
   ```
   TestCheatSheetCommand.test_should_display_index 
_____________________________________________________________________________
   [gw1] linux -- Python 3.10.20 /usr/local/bin/python3
   airflow-core/tests/unit/cli/commands/test_cheat_sheet_command.py:100: in 
test_should_display_index
       assert ALL_COMMANDS in output
   E   AssertionError: assert 'airflow cmd_b                                   
| Help text D\n' in 'Miscellaneous commands                                     
 \nairflow cmd_b                                  | Help t...w cmd_e cmd_g      
                      | Help text G\n                                           
                 \n'
   ```
   
   I will create two PRs to fix each case.


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