Skip to content
This repository was archived by the owner on Mar 19, 2026. It is now read-only.

Commit f47bf72

Browse files
authored
Merge pull request #68 from PrefectHQ/update-logo-urls-prefect-sqlalchemy
Update Logo URLs
2 parents 7f48283 + eb5f11a commit f47bf72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

prefect_sqlalchemy/credentials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ class DatabaseCredentials(Block):
189189
"""
190190

191191
_block_type_name = "Database Credentials"
192-
_logo_url = "https://images.ctfassets.net/gm98wzqotmnx/3xLant5G70S4vJpmdWCYmr/8fdb19f15b97c3a07c3af3efde4d28fb/download.svg.png?h=250" # noqa
192+
_logo_url = "https://cdn.sanity.io/images/3ugk85nk/production/fb3f4debabcda1c5a3aeea4f5b3f94c28845e23e-250x250.png" # noqa
193193
_documentation_url = "https://prefecthq.github.io/prefect-sqlalchemy/credentials/#prefect_sqlalchemy.credentials.DatabaseCredentials" # noqa
194194

195195
driver: Optional[Union[AsyncDriver, SyncDriver, str]] = Field(

prefect_sqlalchemy/database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ class SqlAlchemyConnector(CredentialsBlock, DatabaseBlock):
244244
"""
245245

246246
_block_type_name = "SQLAlchemy Connector"
247-
_logo_url = "https://images.ctfassets.net/gm98wzqotmnx/37TOcxeP9kfXffpKVRAHiJ/0f359112e79d0bd3dfe38c73c4fc6363/sqlalchemy.png?h=250" # noqa
247+
_logo_url = "https://cdn.sanity.io/images/3ugk85nk/production/3c7dff04f70aaf4528e184a3b028f9e40b98d68c-250x250.png" # noqa
248248
_documentation_url = "https://prefecthq.github.io/prefect-sqlalchemy/database/#prefect_sqlalchemy.database.SqlAlchemyConnector" # noqa
249249

250250
connection_info: Union[ConnectionComponents, AnyUrl] = Field(

0 commit comments

Comments
 (0)