jacobcbeaudin commented on issue #40167:
URL: https://github.com/apache/airflow/issues/40167#issuecomment-4049069668

   I've opened a PR for this: #63470
   
   The implementation adds a dedicated `SnowflakeNotebookOperator` that:
   - Submits `EXECUTE NOTEBOOK` via the Snowflake SQL API
   - Polls for completion and pushes the query ID to XCom
   - Supports deferrable mode from the start, reusing the existing 
`SnowflakeSqlApiTrigger`
   - Supports passing parameters to notebooks
   
   No new hook or trigger code was needed. The operator reuses 
`SnowflakeSqlApiHook` and `SnowflakeSqlApiTrigger`.


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