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 2021/11/08 16:59:28 UTC

[GitHub] [airflow] dmoore247 commented on a change in pull request #19437: Add Databricks PySpark job example DAG task, update cluster config

dmoore247 commented on a change in pull request #19437:
URL: https://github.com/apache/airflow/pull/19437#discussion_r744919597



##########
File path: airflow/providers/databricks/example_dags/example_databricks.py
##########
@@ -71,4 +72,17 @@
         libraries=[{'jar': 'dbfs:/lib/etl-0.1.jar'}],
     )
     # [END howto_operator_databricks_named]
-    notebook_task >> spark_jar_task
+
+    # [START howto_operator_databricks_pyspark]

Review comment:
       @josh-fell @potiuk Thanks for the pointer... I'll see about making that update.




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