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/07 16:22:08 UTC

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

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



##########
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:
       Oh yeah That should be indeed updated in the Databricks howto: https://airflow.apache.org/docs/apache-airflow-providers-databricks/stable/operators.html




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