Commit 809c863 1 parent 16da7c9 commit 809c863 Copy full SHA for 809c863
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ class SqlRegistryConfig(RegistryConfig):
190
190
""" str: Path to metadata store.
191
191
If registry_type is 'sql', then this is a database URL as expected by SQLAlchemy """
192
192
193
- sqlalchemy_config_kwargs : Optional [ Dict [str , Any ] ] = {"echo" : False }
193
+ sqlalchemy_config_kwargs : Dict [str , Any ] = {"echo" : False }
194
194
""" Dict[str, Any]: Extra arguments to pass to SQLAlchemy.create_engine. """
195
195
196
196
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ class RegistryConfig(FeastBaseModel):
125
125
s3_additional_kwargs : Optional [Dict [str , str ]] = None
126
126
""" Dict[str, str]: Extra arguments to pass to boto3 when writing the registry file to S3. """
127
127
128
- sqlalchemy_config_kwargs : Optional [ Dict [str , Any ] ] = {}
128
+ sqlalchemy_config_kwargs : Dict [str , Any ] = {}
129
129
""" Dict[str, Any]: Extra arguments to pass to SQLAlchemy.create_engine. """
130
130
131
131
You can’t perform that action at this time.
0 commit comments