Skip to content

Commit dd58b61

Browse files
committed
chore: apply auto-formatting for license and yaml
1 parent 265e2bc commit dd58b61

File tree

52 files changed

+56
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+56
-5
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: Packaging and Publishing
1010
on:
1111
push:
1212
tags:
13-
- 'v*'
13+
- "v*"
1414
workflow_dispatch:
1515
inputs:
1616
version:

airbyte_cdk/cli/source_declarative_manifest/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
2+
13
from airbyte_cdk.cli.source_declarative_manifest._run import run
24

35

airbyte_cdk/models/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
2+
#
13
# The earlier versions of airbyte-cdk (0.28.0<=) had the airbyte_protocol python classes
24
# declared inline in the airbyte-cdk code. However, somewhere around Feb 2023 the
35
# Airbyte Protocol moved to its own repo/PyPi package, called airbyte-protocol-models.
@@ -69,4 +71,4 @@
6971
ConfiguredAirbyteCatalogSerializer,
7072
ConfiguredAirbyteStreamSerializer,
7173
ConnectorSpecificationSerializer,
72-
)
74+
)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
2+
#
13
# generated by bin/generate_component_manifest_files.py
24
from .declarative_component_schema import *

airbyte_cdk/sources/declarative/models/declarative_component_schema.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
2+
#
13
# generated by datamodel-codegen:
24
# filename: declarative_component_schema.yaml
35

airbyte_cdk/sources/file_based/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
12
from .config.abstract_file_based_spec import AbstractFileBasedSpec
23
from .config.csv_format import CsvFormat
34
from .config.file_based_stream_config import FileBasedStreamConfig

airbyte_cdk/sources/file_based/availability_strategy/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
12
from .abstract_file_based_availability_strategy import AbstractFileBasedAvailabilityStrategy, AbstractFileBasedAvailabilityStrategyWrapper
23
from .default_file_based_availability_strategy import DefaultFileBasedAvailabilityStrategy
34

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.

0 commit comments

Comments
 (0)