mik-laj commented on a change in pull request #4494: [AIRFLOW-3284] Azure Batch
AI Operator
URL: https://github.com/apache/airflow/pull/4494#discussion_r248833770
##########
File path: airflow/utils/db.py
##########
@@ -280,6 +280,14 @@ def initdb(rbac=False):
Connection(
conn_id='azure_cosmos_default', conn_type='azure_cosmos',
extra='{"database_name": "<DATABASE_NAME>", "collection_name":
"<COLLECTION_NAME>" }'))
+ merge_conn(
Review comment:
I am suggesting here to use `azure_default`, and then prepare another PR
that will introduce changes to other operators.
Look from the user's perspective. Would you like to give the same password
several times? It will not be comfortable.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services