airbyte-source-google-drive 0.2.0.dev202501270320__py3-none-any.whl → 0.2.0.dev202501272304__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of airbyte-source-google-drive might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: airbyte-source-google-drive
3
- Version: 0.2.0.dev202501270320
3
+ Version: 0.2.0.dev202501272304
4
4
  Summary: Source implementation for Google Drive.
5
5
  License: ELv2
6
6
  Author: Airbyte
@@ -2,11 +2,11 @@ source_google_drive/__init__.py,sha256=SAgPIoGpjdHTY7mvf__A99FiElBh3WvdKSHLstg-B
2
2
  source_google_drive/exceptions.py,sha256=6sBxbdZhj0CARkctfBaNgGHB_GGcFUkY4cnMUWyOruM,268
3
3
  source_google_drive/run.py,sha256=5AQd906FbSGaNZj0udrr-VKmiSS4nsor7F7noMjsdi0,677
4
4
  source_google_drive/source.py,sha256=OyKTjPg80KR8yZiYiC3YSi6E6egothtAn3YAHAS6Q6A,2839
5
- source_google_drive/spec.py,sha256=Xt20_aNmOxdL0XwFsGuAEGHCXCygDPPIZ3QKRwnW47k,4242
5
+ source_google_drive/spec.py,sha256=YPOmOInQfmwHeB6Ay2z78LNvHsggncwU1bchQOsAZSk,4268
6
6
  source_google_drive/stream_reader.py,sha256=6dQOzlsMB2XoMIAdJH97Rb_dKVyDQaWeepXAN0GxxzA,20575
7
7
  source_google_drive/temp_mock.py,sha256=NdvsAltcZBIqnCBOQuU9R3_yEV5v-bHBR9T_BdjPtU4,1109
8
8
  source_google_drive/utils.py,sha256=1Fe3J4KXI1iIf4rklgLoR4p1xkCzLQI7zj5dkyi4Vt0,942
9
- airbyte_source_google_drive-0.2.0.dev202501270320.dist-info/METADATA,sha256=fao8_WncWsO455kN99bXlp33S5bKj-iw8VcVZSnbW1Y,5536
10
- airbyte_source_google_drive-0.2.0.dev202501270320.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
11
- airbyte_source_google_drive-0.2.0.dev202501270320.dist-info/entry_points.txt,sha256=YgpJf0nA5Mn0B7YC9VOFI847vz1jI6U4q7BeLUOXa54,67
12
- airbyte_source_google_drive-0.2.0.dev202501270320.dist-info/RECORD,,
9
+ airbyte_source_google_drive-0.2.0.dev202501272304.dist-info/METADATA,sha256=bSvWdrIpQ1GRLS1JDsssYJy2aP0BuaZMe8IfEtyDNP8,5536
10
+ airbyte_source_google_drive-0.2.0.dev202501272304.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
11
+ airbyte_source_google_drive-0.2.0.dev202501272304.dist-info/entry_points.txt,sha256=YgpJf0nA5Mn0B7YC9VOFI847vz1jI6U4q7BeLUOXa54,67
12
+ airbyte_source_google_drive-0.2.0.dev202501272304.dist-info/RECORD,,
@@ -24,8 +24,9 @@ class DeliverRecords(DeliverRecordsBase):
24
24
  description="Joins Document allowlists to each stream.",
25
25
  default=False,
26
26
  airbyte_hidden=False,
27
+ order=0,
27
28
  )
28
- domain: Optional[str] = Field(title="Domain", description="The domain of the identities.", airbyte_hidden=False)
29
+ domain: Optional[str] = Field(title="Domain", description="The domain of the identities.", airbyte_hidden=False, order=1)
29
30
 
30
31
 
31
32
  class OAuthCredentials(BaseModel):