jacobcbeaudin opened a new pull request, #63470: URL: https://github.com/apache/airflow/pull/63470
Add a dedicated `SnowflakeNotebookOperator` that executes Snowflake Notebooks via the Snowflake SQL API. The operator submits an `EXECUTE NOTEBOOK` statement, polls for completion, and pushes the query ID to XCom. Supports both synchronous polling and deferrable (async) mode for long-running notebook executions. Reuses the existing `SnowflakeSqlApiHook` and `SnowflakeSqlApiTrigger` — no new hook or trigger code required. closes: #40167 --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Opus 4.6 -- 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]
