Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit d9f2066

Browse files
authored
Merge pull request #65 from PrefectHQ/update-logo-urls-prefect-airbyte
Update Logo URLs
2 parents ebf84f3 + 67382ac commit d9f2066

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

prefect_airbyte/connections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ def airbyte_orchestrator():
313313
"""
314314

315315
_block_type_name = "Airbyte Connection"
316-
_logo_url = "https://images.ctfassets.net/zscdif0zqppk/6gm7wsC7ANnKYQsm7oiSYz/aac1ad5e054d35d9e24af8d6ed3aed5f/59758427?h=250" # noqa: E501
316+
_logo_url = "https://cdn.sanity.io/images/3ugk85nk/production/7f50097d1915fe75b0ee84c951c742a83d3c53cb-250x250.png" # noqa: E501
317317
_documentation_url = "https://prefecthq.github.io/prefect-airbyte/connections/#prefect_airbyte.connections.AirbyteConnection" # noqa
318318

319319
airbyte_server: AirbyteServer = Field(

prefect_airbyte/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class AirbyteServer(Block):
3434

3535
_block_type_name = "Airbyte Server"
3636
_block_type_slug = "airbyte-server"
37-
_logo_url = "https://images.ctfassets.net/zscdif0zqppk/6gm7wsC7ANnKYQsm7oiSYz/aac1ad5e054d35d9e24af8d6ed3aed5f/59758427?h=250" # noqa
37+
_logo_url = "https://cdn.sanity.io/images/3ugk85nk/production/7f50097d1915fe75b0ee84c951c742a83d3c53cb-250x250.png" # noqa
3838
_documentation_url = "https://prefecthq.github.io/prefect-airbyte/server/#prefect_airbyte.server.AirbyteServer" # noqa
3939

4040
username: str = Field(

0 commit comments

Comments
 (0)