mhenc commented on code in PR #27892:
URL: https://github.com/apache/airflow/pull/27892#discussion_r1040810117
##########
airflow/config_templates/config.yml:
##########
@@ -418,6 +418,18 @@
type: string
default: ~
example: '{"some_param": "some_value"}'
+ - name: database_access_isolation
+ description: Whether components should use Airflow Internal API for DB
connectivity.
+ version_added: 2.6.0
+ type: boolean
+ example: ~
+ default: "False"
+ - name: database_api_url
Review Comment:
Should we rather call it "internal_api_url"?
cc: @potiuk
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]