Skip to content

Commit

Permalink
Merge pull request #65 from PrefectHQ/update-logo-urls-prefect-airbyte
Browse files Browse the repository at this point in the history
Update Logo URLs
  • Loading branch information
zzstoatzz authored Nov 28, 2023
2 parents ebf84f3 + 67382ac commit d9f2066
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prefect_airbyte/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def airbyte_orchestrator():
"""

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

airbyte_server: AirbyteServer = Field(
Expand Down
2 changes: 1 addition & 1 deletion prefect_airbyte/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class AirbyteServer(Block):

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

username: str = Field(
Expand Down

0 comments on commit d9f2066

Please sign in to comment.