dabla commented on issue #47549:
URL: https://github.com/apache/airflow/issues/47549#issuecomment-2721224963

   Following works:
   
   - Add local scheme as alternative to file for using the ObjectStoragePath 
(#46670): @dabla
   - Fix support for old method signature of pagination_function in 
MSGraphAsyncOperator (#47101): @dabla
   - Re-added close_conn connection on SFTPHook and get_conn should return 
SFTPClient instead of context managed connection (#47217): @dabla
   
   Add deferred pagination mode to GenericTransfer (#44809): @dabla doesn't 
work, it crashes with: 
   
   ```
   [2025-03-13, 13:10:29 UTC] {taskinstance.py:3313} ERROR - Task failed with 
exception
   Traceback (most recent call last):
     File 
"/airflow/.venv/lib/python3.9/site-packages/airflow/models/taskinstance.py", 
line 763, in _execute_task
       result = _execute_callable(context=context, **execute_callable_kwargs)
     File 
"/airflow/.venv/lib/python3.9/site-packages/airflow/models/taskinstance.py", 
line 734, in _execute_callable
       return ExecutionCallableRunner(
     File 
"/airflow/.venv/lib/python3.9/site-packages/airflow/utils/operator_helpers.py", 
line 252, in run
       return self.func(*args, **kwargs)
     File 
"/airflow/.venv/lib/python3.9/site-packages/airflow/models/baseoperator.py", 
line 1816, in resume_execution
       return execute_callable(context)
     File 
"/airflow/.venv/lib/python3.9/site-packages/airflow/providers/common/sql/operators/generic_transfer.py",
 line 177, in execute_complete
       raise AirflowException(event.get("message"))
   airflow.exceptions.AirflowException: get_hook() got an unexpected keyword 
argument 'hook_params'
   ```
   
   Probably the hooks_params isn't available in in BaseHook in Airflow 2.9, so 
will need to fix that.
   


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