dataclass-added-in-airbyte-client (#5512)

This commit is contained in:
Abhishek Pandey 2022-06-20 10:03:45 +05:30 committed by GitHub
parent 21dac15176
commit 9c8a58f345
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,6 +93,7 @@ class DatalakeClient:
self.config = config
@dataclass
class AirByteClient:
def __init__(self, client) -> None:
self.client = client