1
0
mirror of synced 2026-01-22 10:01:28 -05:00
Files
airbyte/airbyte-integrations/connectors/source-adjust/source_adjust/__init__.py
Björn Schuberg 05bd34f477 🎉 New Source: Adjust (#16051)
* Initial version of the adjust source connector

* source-adjust: add bootstrap.md

* adjust-source: add setup guide

* adjust-source: update integration READMEs

* source-adjust: better stream name

* source-adjust: fix sample conf

* source-adjust: add spec order metadata

* source-adjust: improve spec dimension doc

* source-adjust: warn on custom metric cast failure

* source adjust: Update source_definitions.yaml

* source adjust: Update documentation url
2022-09-26 14:25:51 -04:00

9 lines
124 B
Python

#
# Copyright (c) 2022 Airbyte, Inc., all rights reserved.
#
from .source import SourceAdjust
__all__ = ["SourceAdjust"]