Skip to content

Commit

Permalink
[AIRFLOW-XXX] Fix AzureContainerInstancesOperator example (#6225)
Browse files Browse the repository at this point in the history
  • Loading branch information
sann3 authored and mik-laj committed Oct 1, 2019
1 parent eafa2c5 commit a7500ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class AzureContainerInstancesOperator(BaseOperator):
"myprivateregistry.azurecr.io/my_container:latest",
"westeurope",
{"MODEL_PATH": "my_value",
"POSTGRES_LOGIN": "{{ macros.connection('postgres_default').login }}"
"POSTGRES_LOGIN": "{{ macros.connection('postgres_default').login }}",
"POSTGRES_PASSWORD": "{{ macros.connection('postgres_default').password }}",
"JOB_GUID": "{{ ti.xcom_pull(task_ids='task1', key='guid') }}" },
['POSTGRES_PASSWORD'],
Expand Down

0 comments on commit a7500ce

Please sign in to comment.