This repository was archived by the owner on Jan 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ def airbyte_orchestrator():
313
313
"""
314
314
315
315
_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
317
317
_documentation_url = "https://prefecthq.github.io/prefect-airbyte/connections/#prefect_airbyte.connections.AirbyteConnection" # noqa
318
318
319
319
airbyte_server : AirbyteServer = Field (
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class AirbyteServer(Block):
34
34
35
35
_block_type_name = "Airbyte Server"
36
36
_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
38
38
_documentation_url = "https://prefecthq.github.io/prefect-airbyte/server/#prefect_airbyte.server.AirbyteServer" # noqa
39
39
40
40
username : str = Field (
You can’t perform that action at this time.
0 commit comments