| # |
| # Licensed to the Apache Software Foundation (ASF) under one |
| # or more contributor license agreements. See the NOTICE file |
| # distributed with this work for additional information |
| # regarding copyright ownership. The ASF licenses this file |
| # to you under the Apache License, Version 2.0 (the |
| # "License"); you may not use this file except in compliance |
| # with the License. You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, |
| # software distributed under the License is distributed on an |
| # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, |
| # either express or implied. See the License for the specific |
| # language governing permissions and limitations under the |
| # License. |
| # |
| |
| # Apache Drill MCP server configuration. |
| # Every value below is a default; delete what you do not need to change. |
| |
| url: http://localhost:8047 |
| backend: rest # rest | jdbc |
| auth: none # none | basic | kerberos |
| |
| # Credentials may also come from DRILL_USER / DRILL_PASSWORD. |
| # user: alice |
| # password: s3cret |
| |
| max_rows: 1000 |
| timeout_seconds: 60 |
| |
| # Plugins permitted to accept CTAS / CREATE VIEW / DROP. Empty means no writes. |
| writable_plugins: [] |
| # writable_plugins: [dfs.tmp] |
| |
| # Schemas hidden from listings and rejected in queries. |
| hidden_schemas: [] |
| # hidden_schemas: [sys, INFORMATION_SCHEMA] |
| |
| # Required when backend is jdbc. |
| # jdbc_driver_path: /opt/drill/jars/jdbc-driver/drill-jdbc-all.jar |