Skip to content

Commit

Permalink
table_schema optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Seabock (Centific Technologies Inc) committed Jul 3, 2024
1 parent 9dc3a3a commit d32fa92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ class _AzureSqlServerSettings(BaseSettings, DatasourcePayloadConstructor):
_type: Literal["azure_sql_server"] = PrivateAttr(default="azure_sql_server")

connection_string: str = Field(exclude=True)
table_schema: str
table_schema: Optional[str] = None
schema_max_row: Optional[int] = None
top_n_results: Optional[int] = None

Expand Down

0 comments on commit d32fa92

Please sign in to comment.