You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/03/17 03:45:44 UTC

[GitHub] [airflow] pohek321 opened a new issue #22330: Add functionality to DatabricksHook to create notebooks

pohek321 opened a new issue #22330:
URL: https://github.com/apache/airflow/issues/22330


   ### Description
   
   Currently, there is no way to programmatically create a notebook in Databricks using the core provider components ([DatabricksHook](https://registry.astronomer.io/providers/databricks/modules/databrickshook), [DatabricksRunNowOperator](https://registry.astronomer.io/providers/databricks/modules/databricksrunnowoperator), or [DatabricksSubmitRunOperator](https://registry.astronomer.io/providers/databricks/modules/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?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] pohek321 commented on issue #22330: Add functionality to DatabricksHook to create notebooks

Posted by GitBox <gi...@apache.org>.
pohek321 commented on issue #22330:
URL: https://github.com/apache/airflow/issues/22330#issuecomment-1070306241


   Created pull request #22331 


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org