We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1390f0f commit a411e33Copy full SHA for a411e33
1 file changed
sqlmesh/core/config/connection.py
@@ -228,10 +228,6 @@ class DuckDBAttachOptions(BaseConfig):
228
encrypted: bool = False
229
data_inlining_row_limit: t.Optional[int] = None
230
231
- # Azure specific options
232
- azure_account_name: t.Optional[str] = None
233
- azure_account_host: t.Optional[str] = None
234
-
235
def to_sql(self, alias: str) -> str:
236
options = []
237
# 'duckdb' is actually not a supported type, but we'd like to allow it for
0 commit comments