Skip to content

Commit

Permalink
MM-57113: fix region env var assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
ifoukarakis committed Mar 20, 2024
1 parent 8aaa7e0 commit c7e33e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airflow/dags/mattermost_dags/extract/push_proxy_new.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def push_proxy_loader():
env_vars={},
arguments=[
"push_proxy PUSH_PROXY_LOGS_TEST_NEW LOGS_TEST_NEW "
" --prefix /AWSLogs/{{ var.value.push_proxy_aws_account_id }}/elasticloadbalancing/{{ var.value.push_proxy_aws_region_eu }}"
" --prefix /AWSLogs/{{ var.value.push_proxy_aws_account_id }}/elasticloadbalancing/{{ var.value.push_proxy_aws_region }}"
" -s {{ var.value.push_proxy_target_schema }}"
" -a ${SNOWFLAKE_ACCOUNT}"
" -d ${SNOWFLAKE_LOAD_DATABASE}"
Expand All @@ -98,7 +98,7 @@ def push_proxy_loader():
env_vars={},
arguments=[
"push_proxy PUSH_PROXY_LOGS_EU_NEW LOGS_EU_NEW "
" --prefix /AWSLogs/{{ var.value.push_proxy_aws_account_id }}/elasticloadbalancing/{{ var.value.push_proxy_aws_region }}"
" --prefix /AWSLogs/{{ var.value.push_proxy_aws_account_id }}/elasticloadbalancing/{{ var.value.push_proxy_aws_region_eu }}"
" -s {{ var.value.push_proxy_target_schema }}"
" -a ${SNOWFLAKE_ACCOUNT}"
" -d ${SNOWFLAKE_LOAD_DATABASE}"
Expand Down

0 comments on commit c7e33e9

Please sign in to comment.