apache/airflow

Add functionality to DatabricksHook to create notebooks

已关闭

#22,330 创建于 2022年3月17日

 (7 条评论) (0 个反应) (0 位负责人)Python (16,781 个派生)batch import
area:providersgood first issuekind:featureprovider:databricks

仓库指标

星标
 (44,809 个星标)
PR 合并指标
 (平均合并 7天 18小时) (30 天内合并 834 个 PR)

描述

Description

Currently, there is no way to programmatically create a notebook in Databricks using the core provider components (DatabricksHook, DatabricksRunNowOperator, or DatabricksSubmitRunOperator). If implemented, this change would allow Airflow users to create a Scala, R, Python, or SQL notebook in DBFS programmatically from Airflow.

Use case/motivation

This would be useful for our users who are hosting their notebooks in an Airflow repository and would like to utilize advantages of tools like jinja templating, orchestration, git version control, etc.

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

贡献者指南