Skip to content

Commit a411e33

Browse files
committed
clean up
1 parent 1390f0f commit a411e33

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

sqlmesh/core/config/connection.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,6 @@ class DuckDBAttachOptions(BaseConfig):
228228
encrypted: bool = False
229229
data_inlining_row_limit: t.Optional[int] = None
230230

231-
# Azure specific options
232-
azure_account_name: t.Optional[str] = None
233-
azure_account_host: t.Optional[str] = None
234-
235231
def to_sql(self, alias: str) -> str:
236232
options = []
237233
# 'duckdb' is actually not a supported type, but we'd like to allow it for

0 commit comments

Comments
 (0)