| 300 | use_ssl: boolean; |
| 301 | url_style: string; |
| 302 | delta_catalog_enabled: boolean; |
| 303 | delta_catalog_path: string; |
| 304 | }; |
| 305 | ducklake?: { enabled: boolean }; |
| 306 | worker_identity: { namespace: string; iam_role_arn: string }; |
| 307 | warehouse_database_credentials: SecretRef; |
| 308 | metadata_store_credentials: SecretRef; |
nothing calls this directly
no outgoing calls
no test coverage detected