set92 commented on issue #57151:
URL: https://github.com/apache/airflow/issues/57151#issuecomment-3436708998

   Yes, I checked, I tried running with `warehouse="WH_INGEST_L",`, checking 
with Claude I also tried to check the values after the .execute() call, but it 
don't shows. I tried changing the `.execute(context=kwargs)` to make sure it 
had the kwargs['ti']...
   ```
   logging.info(f"Hook params: {op.hook_params}")
   logging.info(f"Hook warehouse: {op._hook.warehouse if hasattr(op, '_hook') 
else 'No hook yet'}")
   ```
   


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