Add databricks setting via write_postgres_conf

## Summary of changes

Move databricks settings that will be appended to postgres.conf to
`write_postgres_conf`

## How is this tested?

Existing tests.

Co-authored-by: Tristan Partin <tristan.partin@databricks.com>
This commit is contained in:
Jarupat Jisarojito
2024-07-31 11:33:38 -07:00
committed by Tristan Partin
parent a66df1f4bd
commit cf3f5f23b3
3 changed files with 25 additions and 8 deletions

View File

@@ -195,7 +195,6 @@ pub struct ComputeSpec {
pub suspend_timeout_seconds: i64,
// Databricks specific options for compute instance.
// These settings are not part of postgresql.conf.
pub databricks_settings: Option<DatabricksSettings>,
}