This repository was archived by the owner on Mar 19, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 (
Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments