1
0
mirror of synced 2025-12-19 18:14:56 -05:00

[skip ci] formatting: add missing license headers (#33250)

This commit is contained in:
Augustin
2023-12-11 10:15:18 +01:00
committed by GitHub
parent 4b8919399c
commit 60c1cc01ad
112 changed files with 218 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
# The earlier versions of airbyte-cdk (0.28.0<=) had the airbyte_protocol python classes
# declared inline in the airbyte-cdk code. However, somewhere around Feb 2023 the
# Airbyte Protocol moved to its own repo/PyPi package, called airbyte-protocol-models.

View File

@@ -1,2 +1,4 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
# generated by generate-component-manifest-files
from .declarative_component_schema import *

View File

@@ -1,3 +1,5 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
# generated by datamodel-codegen:
# filename: declarative_component_schema.yaml

View File

@@ -0,0 +1 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -1,3 +1,5 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
from .abstract_file_based_availability_strategy import AbstractFileBasedAvailabilityStrategy
from .default_file_based_availability_strategy import DefaultFileBasedAvailabilityStrategy

View File

@@ -0,0 +1 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -1,3 +1,5 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
from airbyte_cdk.sources.file_based.discovery_policy.abstract_discovery_policy import AbstractDiscoveryPolicy
from airbyte_cdk.sources.file_based.discovery_policy.default_discovery_policy import DefaultDiscoveryPolicy

View File

@@ -1,3 +1,5 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
from typing import Any, Mapping, Type
from airbyte_cdk.sources.file_based.config.avro_format import AvroFormat

View File

@@ -1,3 +1,5 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
from airbyte_cdk.sources.file_based.schema_validation_policies.abstract_schema_validation_policy import AbstractSchemaValidationPolicy
from airbyte_cdk.sources.file_based.schema_validation_policies.default_schema_validation_policies import (
DEFAULT_SCHEMA_VALIDATION_POLICIES,

View File

@@ -1,3 +1,5 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
from airbyte_cdk.sources.file_based.stream.abstract_file_based_stream import AbstractFileBasedStream
from airbyte_cdk.sources.file_based.stream.default_file_based_stream import DefaultFileBasedStream

View File

@@ -1,3 +1,5 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
from .abstract_file_based_cursor import AbstractFileBasedCursor
from .default_file_based_cursor import DefaultFileBasedCursor

View File

@@ -1,6 +1,8 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
from airbyte_cdk.test.http.matcher import HttpRequestMatcher
from airbyte_cdk.test.http.mocker import HttpMocker
from airbyte_cdk.test.http.request import HttpRequest
from airbyte_cdk.test.http.response import HttpResponse
from airbyte_cdk.test.http.mocker import HttpMocker
__all__ = ["HttpMocker", "HttpRequest", "HttpRequestMatcher", "HttpResponse"]

View File

@@ -0,0 +1 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -1,3 +1,5 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
from normalization.destination_type import DestinationType
from normalization.transform_catalog.transform import TransformCatalog
from normalization.transform_config.transform import TransformConfig

View File

@@ -1,3 +1,5 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
from normalization.transform_catalog.transform import TransformCatalog
__all__ = ["TransformCatalog"]

View File

@@ -1,3 +1,5 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
from normalization.transform_config.transform import TransformConfig
__all__ = ["TransformConfig"]

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -1,3 +1,5 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
from . import (
daily_report,
geo_report,

View File

@@ -1,3 +1,5 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
from .source import SourceAppstoreSinger
__all__ = ["SourceAppstoreSinger"]

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -1,3 +1,5 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
from .source import SourceFile
__all__ = ["SourceFile"]

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -1,3 +1,5 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
from .source import SourceFreshdesk
__all__ = ["SourceFreshdesk"]

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -1,3 +1,5 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
from .source import SourceGoogleSheets
__all__ = ["SourceGoogleSheets"]

View File

@@ -1,2 +1,4 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
from .spreadsheet import *
from .spreadsheet_values import *

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -1,3 +1,5 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
from .source import SourceGoogleWorkspaceAdminReports
__all__ = ["SourceGoogleWorkspaceAdminReports"]

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -1,3 +1,5 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
from .source import SourceInstagram
__all__ = ["SourceInstagram"]

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -1,3 +1,5 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
from .source import SourceIterable
__all__ = ["SourceIterable"]

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -1,3 +1,5 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
from .source import SourceJira
__all__ = ["SourceJira"]

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -1,3 +1,5 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
from .source import SourceLooker
__all__ = ["SourceLooker"]

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -1,3 +1,5 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
from .source import SourceMailchimp
__all__ = ["SourceMailchimp"]

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -1,3 +1,5 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
from .source import SourceMetabase
__all__ = ["SourceMetabase"]

View File

@@ -1,3 +1,5 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
from .source import SourceMicrosoftTeams
__all__ = ["SourceMicrosoftTeams"]

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -1,3 +1,5 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
from .annotations import Annotations
from .base import DateSlicesMixin, IncrementalMixpanelStream, MixpanelStream
from .cohort_members import CohortMembers

View File

@@ -1,3 +1,5 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
from .source import SourceRecurly
__all__ = ["SourceRecurly"]

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -1,3 +1,5 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
from .source import SourceSendgrid
__all__ = ["SourceSendgrid"]

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -1,3 +1,5 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
from .source import SourceSlack
__all__ = ["SourceSlack"]

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -1,3 +1,5 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
from .source import SourceSmartsheets
__all__ = ["SourceSmartsheets"]

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

View File

@@ -0,0 +1,2 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.

Some files were not shown because too many files have changed in this diff Show More