Skip to content

Commit

Permalink
Use Databricks conn_id from env for DatabricksTaskOperator in system …
Browse files Browse the repository at this point in the history
…test (apache#41861)
  • Loading branch information
pankajkoti authored Aug 30, 2024
1 parent 365b42f commit 3740b0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@

task_operator_nb_1 = DatabricksTaskOperator(
task_id="nb_1",
databricks_conn_id="databricks_conn",
databricks_conn_id=DATABRICKS_CONN_ID,
job_cluster_key="Shared_job_cluster",
task_config={
"notebook_task": {
Expand Down

0 comments on commit 3740b0c

Please sign in to comment.