name: settings description: 打印项目设置或测试数据库连接
设置技能
显示解析后的项目设置或测试特定数据库连接。便于调试配置问题和验证连接是否正确配置。
用法
starlake settings [options]
选项
--test-connection <value>: 通过名称测试此连接(必须在application.sl.yml中定义)--reportFormat <value>: 报告输出格式:console、json或html
示例
打印所有设置
starlake settings
测试数据库连接
starlake settings --test-connection duckdb
测试 PostgreSQL 连接
starlake settings --test-connection source_postgres
测试 BigQuery 连接
starlake settings --test-connection bigquery
测试 Snowflake 连接
starlake settings --test-connection snowflake