airbyte-api 0.1.0__tar.gz → 0.3.0__tar.gz

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.
Files changed (303) hide show
  1. {airbyte-api-0.1.0/src/airbyte_api.egg-info → airbyte-api-0.3.0}/PKG-INFO +31 -35
  2. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/README.md +30 -34
  3. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/setup.py +2 -2
  4. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/sdk.py +2 -2
  5. {airbyte-api-0.1.0 → airbyte-api-0.3.0/src/airbyte_api.egg-info}/PKG-INFO +31 -35
  6. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte_api.egg-info/requires.txt +1 -1
  7. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/LICENSE.md +0 -0
  8. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/setup.cfg +0 -0
  9. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/__init__.py +0 -0
  10. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/connections.py +0 -0
  11. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/destinations.py +0 -0
  12. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/jobs.py +0 -0
  13. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/__init__.py +0 -0
  14. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/__init__.py +0 -0
  15. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/canceljob.py +0 -0
  16. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/createconnection.py +0 -0
  17. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/createdestination.py +0 -0
  18. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/createjob.py +0 -0
  19. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/createorupdateworkspaceoauthcredentials.py +0 -0
  20. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/createsource.py +0 -0
  21. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/createworkspace.py +0 -0
  22. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/deleteconnection.py +0 -0
  23. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/deletedestination.py +0 -0
  24. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/deletesource.py +0 -0
  25. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/getconnection.py +0 -0
  26. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/getdestination.py +0 -0
  27. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/getjob.py +0 -0
  28. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/getsource.py +0 -0
  29. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/getstreamproperties.py +0 -0
  30. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/getworkspace.py +0 -0
  31. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/initiateoauth.py +0 -0
  32. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/listconnections.py +0 -0
  33. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/listdestinations.py +0 -0
  34. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/listjobs.py +0 -0
  35. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/listsources.py +0 -0
  36. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/listworkspaces.py +0 -0
  37. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/__init__.py +0 -0
  38. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/connectioncreaterequest.py +0 -0
  39. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/connectionresponse.py +0 -0
  40. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/connectionschedulecreate.py +0 -0
  41. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/connectionscheduleresponse.py +0 -0
  42. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/connectionsresponse.py +0 -0
  43. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/connectionstatusenum_enum.py +0 -0
  44. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/connectionsyncmodeenum_enum.py +0 -0
  45. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_amazon_sqs.py +0 -0
  46. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_aws_datalake.py +0 -0
  47. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_azure_blob_storage.py +0 -0
  48. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_bigquery.py +0 -0
  49. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_bigquery_denormalized.py +0 -0
  50. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_cassandra.py +0 -0
  51. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_clickhouse.py +0 -0
  52. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_convex.py +0 -0
  53. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_databend.py +0 -0
  54. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_databricks.py +0 -0
  55. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_dynamodb.py +0 -0
  56. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_elasticsearch.py +0 -0
  57. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_firebolt.py +0 -0
  58. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_firestore.py +0 -0
  59. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_gcs.py +0 -0
  60. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_google_sheets.py +0 -0
  61. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_keen.py +0 -0
  62. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_kinesis.py +0 -0
  63. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_mariadb_columnstore.py +0 -0
  64. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_meilisearch.py +0 -0
  65. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_mongodb.py +0 -0
  66. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_mssql.py +0 -0
  67. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_mysql.py +0 -0
  68. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_oracle.py +0 -0
  69. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_postgres.py +0 -0
  70. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_pubsub.py +0 -0
  71. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_pulsar.py +0 -0
  72. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_rabbitmq.py +0 -0
  73. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_redis.py +0 -0
  74. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_redshift.py +0 -0
  75. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_rockset.py +0 -0
  76. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_s3.py +0 -0
  77. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_s3_glue.py +0 -0
  78. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_scylla.py +0 -0
  79. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_sftp_json.py +0 -0
  80. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_snowflake.py +0 -0
  81. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_typesense.py +0 -0
  82. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destinationcreaterequest.py +0 -0
  83. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destinationresponse.py +0 -0
  84. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destinationsresponse.py +0 -0
  85. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/geographyenum_enum.py +0 -0
  86. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/initiateoauthrequest.py +0 -0
  87. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/jobcreaterequest.py +0 -0
  88. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/jobresponse.py +0 -0
  89. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/jobsresponse.py +0 -0
  90. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/jobstatusenum_enum.py +0 -0
  91. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/jobtypeenum_enum.py +0 -0
  92. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/scheduletypeenum_enum.py +0 -0
  93. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/scheduletypewithbasicenum_enum.py +0 -0
  94. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/security.py +0 -0
  95. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_airtable.py +0 -0
  96. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_alloydb.py +0 -0
  97. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_amazon_ads.py +0 -0
  98. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_amazon_seller_partner.py +0 -0
  99. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_amazon_sqs.py +0 -0
  100. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_amplitude.py +0 -0
  101. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_apify_dataset.py +0 -0
  102. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_asana.py +0 -0
  103. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_auth0.py +0 -0
  104. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_aws_cloudtrail.py +0 -0
  105. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_azure_blob_storage.py +0 -0
  106. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_azure_table.py +0 -0
  107. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_bamboo_hr.py +0 -0
  108. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_bigcommerce.py +0 -0
  109. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_bigquery.py +0 -0
  110. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_bing_ads.py +0 -0
  111. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_braintree.py +0 -0
  112. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_braze.py +0 -0
  113. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_chargebee.py +0 -0
  114. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_chartmogul.py +0 -0
  115. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_clickhouse.py +0 -0
  116. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_clickup_api.py +0 -0
  117. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_close_com.py +0 -0
  118. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_coda.py +0 -0
  119. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_coin_api.py +0 -0
  120. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_coinmarketcap.py +0 -0
  121. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_configcat.py +0 -0
  122. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_confluence.py +0 -0
  123. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_datascope.py +0 -0
  124. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_delighted.py +0 -0
  125. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_dixa.py +0 -0
  126. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_dockerhub.py +0 -0
  127. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_dremio.py +0 -0
  128. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_dynamodb.py +0 -0
  129. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_e2e_test_cloud.py +0 -0
  130. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_emailoctopus.py +0 -0
  131. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_exchange_rates.py +0 -0
  132. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_facebook_marketing.py +0 -0
  133. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_facebook_pages.py +0 -0
  134. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_faker.py +0 -0
  135. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_fauna.py +0 -0
  136. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_file_secure.py +0 -0
  137. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_firebolt.py +0 -0
  138. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_freshcaller.py +0 -0
  139. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_freshdesk.py +0 -0
  140. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_freshsales.py +0 -0
  141. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_gcs.py +0 -0
  142. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_getlago.py +0 -0
  143. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_github.py +0 -0
  144. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_gitlab.py +0 -0
  145. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_glassfrog.py +0 -0
  146. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_gnews.py +0 -0
  147. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_google_ads.py +0 -0
  148. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_google_analytics_data_api.py +0 -0
  149. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_google_analytics_v4.py +0 -0
  150. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_google_directory.py +0 -0
  151. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_google_search_console.py +0 -0
  152. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_google_sheets.py +0 -0
  153. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_google_webfonts.py +0 -0
  154. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_google_workspace_admin_reports.py +0 -0
  155. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_greenhouse.py +0 -0
  156. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_gridly.py +0 -0
  157. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_harvest.py +0 -0
  158. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_hubplanner.py +0 -0
  159. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_hubspot.py +0 -0
  160. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_insightly.py +0 -0
  161. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_instagram.py +0 -0
  162. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_instatus.py +0 -0
  163. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_intercom.py +0 -0
  164. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_ip2whois.py +0 -0
  165. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_iterable.py +0 -0
  166. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_jira.py +0 -0
  167. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_k6_cloud.py +0 -0
  168. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_klarna.py +0 -0
  169. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_klaviyo.py +0 -0
  170. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_kustomer_singer.py +0 -0
  171. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_launchdarkly.py +0 -0
  172. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_lemlist.py +0 -0
  173. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_linkedin_ads.py +0 -0
  174. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_linkedin_pages.py +0 -0
  175. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_linnworks.py +0 -0
  176. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_lokalise.py +0 -0
  177. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_mailchimp.py +0 -0
  178. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_mailgun.py +0 -0
  179. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_mailjet_sms.py +0 -0
  180. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_marketo.py +0 -0
  181. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_metabase.py +0 -0
  182. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_microsoft_teams.py +0 -0
  183. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_mixpanel.py +0 -0
  184. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_monday.py +0 -0
  185. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_mongodb.py +0 -0
  186. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_mssql.py +0 -0
  187. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_my_hours.py +0 -0
  188. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_mysql.py +0 -0
  189. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_netsuite.py +0 -0
  190. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_notion.py +0 -0
  191. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_nytimes.py +0 -0
  192. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_okta.py +0 -0
  193. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_omnisend.py +0 -0
  194. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_onesignal.py +0 -0
  195. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_openweather.py +0 -0
  196. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_oracle.py +0 -0
  197. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_orb.py +0 -0
  198. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_orbit.py +0 -0
  199. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_outreach.py +0 -0
  200. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_paypal_transaction.py +0 -0
  201. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_paystack.py +0 -0
  202. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_pendo.py +0 -0
  203. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_persistiq.py +0 -0
  204. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_pexels_api.py +0 -0
  205. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_pinterest.py +0 -0
  206. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_pipedrive.py +0 -0
  207. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_pocket.py +0 -0
  208. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_pokeapi.py +0 -0
  209. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_polygon_stock_api.py +0 -0
  210. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_postgres.py +0 -0
  211. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_posthog.py +0 -0
  212. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_postmarkapp.py +0 -0
  213. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_prestashop.py +0 -0
  214. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_public_apis.py +0 -0
  215. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_punk_api.py +0 -0
  216. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_pypi.py +0 -0
  217. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_qualaroo.py +0 -0
  218. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_quickbooks.py +0 -0
  219. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_railz.py +0 -0
  220. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_recharge.py +0 -0
  221. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_recreation.py +0 -0
  222. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_recruitee.py +0 -0
  223. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_recurly.py +0 -0
  224. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_redshift.py +0 -0
  225. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_retently.py +0 -0
  226. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_rki_covid.py +0 -0
  227. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_rss.py +0 -0
  228. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_s3.py +0 -0
  229. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_salesforce.py +0 -0
  230. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_salesforce_singer.py +0 -0
  231. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_salesloft.py +0 -0
  232. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_sap_fieldglass.py +0 -0
  233. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_secoda.py +0 -0
  234. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_sendgrid.py +0 -0
  235. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_sendinblue.py +0 -0
  236. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_senseforce.py +0 -0
  237. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_sentry.py +0 -0
  238. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_sftp.py +0 -0
  239. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_sftp_bulk.py +0 -0
  240. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_shopify.py +0 -0
  241. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_shortio.py +0 -0
  242. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_slack.py +0 -0
  243. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_smaily.py +0 -0
  244. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_smartengage.py +0 -0
  245. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_smartsheets.py +0 -0
  246. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_snapchat_marketing.py +0 -0
  247. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_snowflake.py +0 -0
  248. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_sonar_cloud.py +0 -0
  249. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_spacex_api.py +0 -0
  250. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_square.py +0 -0
  251. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_strava.py +0 -0
  252. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_stripe.py +0 -0
  253. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_survey_sparrow.py +0 -0
  254. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_surveymonkey.py +0 -0
  255. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_tempo.py +0 -0
  256. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_the_guardian_api.py +0 -0
  257. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_tiktok_marketing.py +0 -0
  258. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_todoist.py +0 -0
  259. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_trello.py +0 -0
  260. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_trustpilot.py +0 -0
  261. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_tvmaze_schedule.py +0 -0
  262. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_twilio.py +0 -0
  263. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_twilio_taskrouter.py +0 -0
  264. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_twitter.py +0 -0
  265. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_typeform.py +0 -0
  266. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_us_census.py +0 -0
  267. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_vantage.py +0 -0
  268. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_webflow.py +0 -0
  269. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_whisky_hunter.py +0 -0
  270. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_wikipedia_pageviews.py +0 -0
  271. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_woocommerce.py +0 -0
  272. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_xero.py +0 -0
  273. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_xkcd.py +0 -0
  274. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_yandex_metrica.py +0 -0
  275. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_younium.py +0 -0
  276. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_youtube_analytics.py +0 -0
  277. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_zendesk_chat.py +0 -0
  278. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_zendesk_sunshine.py +0 -0
  279. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_zendesk_support.py +0 -0
  280. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_zendesk_talk.py +0 -0
  281. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_zenloop.py +0 -0
  282. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_zoho_crm.py +0 -0
  283. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_zoom.py +0 -0
  284. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_zuora.py +0 -0
  285. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/sourcecreaterequest.py +0 -0
  286. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/sourceresponse.py +0 -0
  287. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/sourcesresponse.py +0 -0
  288. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/streamconfiguration.py +0 -0
  289. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/streamconfigurations.py +0 -0
  290. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/streamproperties.py +0 -0
  291. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/workspacecreaterequest.py +0 -0
  292. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/workspaceoauthcredentialsrequest.py +0 -0
  293. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/workspaceresponse.py +0 -0
  294. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/workspacesresponse.py +0 -0
  295. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/sources.py +0 -0
  296. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/streams.py +0 -0
  297. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/utils/__init__.py +0 -0
  298. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/utils/retries.py +0 -0
  299. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/utils/utils.py +0 -0
  300. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/workspaces.py +0 -0
  301. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte_api.egg-info/SOURCES.txt +0 -0
  302. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte_api.egg-info/dependency_links.txt +0 -0
  303. {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte_api.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: airbyte-api
3
- Version: 0.1.0
3
+ Version: 0.3.0
4
4
  Summary: Python Client SDK for Airbyte API
5
5
  Home-page: UNKNOWN
6
6
  Author: Airbyte
@@ -11,9 +11,7 @@ Description-Content-Type: text/markdown
11
11
  License-File: LICENSE.md
12
12
 
13
13
  <div align="center">
14
- <picture>
15
14
  <img src="https://user-images.githubusercontent.com/68016351/222853569-b35cc448-6481-4cf2-a237-bd5da47e94fd.png" width="500">
16
- </picture>
17
15
  <p>Programatically control Airbyte Cloud through an API.</p>
18
16
  <a href="https://reference.airbyte.com/reference/start"><img src="https://img.shields.io/static/v1?label=Docs&message=API Ref&color=000000&style=for-the-badge" /></a>
19
17
  <a href="https://github.com/airbytehq/airbyte-api-python-sdk/actions"><img src="https://img.shields.io/github/actions/workflow/status/airbytehq/airbyte-api-python-sdk/speakeasy_sdk_generation.yml?style=for-the-badge" /></a>
@@ -27,8 +25,6 @@ Developers will need to create an API Key within your [Developer Portal](https:/
27
25
 
28
26
  The Developer Portal UI can also be used to help build your integration by showing information about network requests in the Requests tab. API usage information is also available to you in the Usage tab.
29
27
 
30
- ***(Installation will not work until published to a package manager, please clone locally and run `pip install -e ../path/to/local/clone` to try out the artifact locally)***
31
-
32
28
  <!-- Start SDK Installation -->
33
29
  ## SDK Installation
34
30
 
@@ -41,7 +37,7 @@ pip install airbyte-api
41
37
  <!-- Start SDK Example Usage -->
42
38
  ```python
43
39
  import airbyte
44
- from airbyte.models import operations, shared
40
+ from airbyte.models import shared
45
41
 
46
42
  s = airbyte.Airbyte(
47
43
  security=shared.Security(
@@ -125,7 +121,7 @@ req = shared.ConnectionCreateRequest(
125
121
  ),
126
122
  source_id="c5955907-aff1-4a3a-afa9-467739251aa5",
127
123
  )
128
-
124
+
129
125
  res = s.connections.create_connection(req)
130
126
 
131
127
  if res.connection_response is not None:
@@ -137,45 +133,45 @@ if res.connection_response is not None:
137
133
  ## Available Resources and Operations
138
134
 
139
135
 
140
- ### connections
136
+ ### [connections](docs/connections/README.md)
141
137
 
142
- * `create_connection` - Create a connection
143
- * `delete_connection` - Delete a Connection
144
- * `get_connection` - Get Connection details
145
- * `list_connections` - List connections
138
+ * [create_connection](docs/connections/README.md#create_connection) - Create a connection
139
+ * [delete_connection](docs/connections/README.md#delete_connection) - Delete a Connection
140
+ * [get_connection](docs/connections/README.md#get_connection) - Get Connection details
141
+ * [list_connections](docs/connections/README.md#list_connections) - List connections
146
142
 
147
- ### destinations
143
+ ### [destinations](docs/destinations/README.md)
148
144
 
149
- * `create_destination` - Create a destination
150
- * `delete_destination` - Delete a Destination
151
- * `get_destination` - Get Destination details
152
- * `list_destinations` - List destinations
145
+ * [create_destination](docs/destinations/README.md#create_destination) - Create a destination
146
+ * [delete_destination](docs/destinations/README.md#delete_destination) - Delete a Destination
147
+ * [get_destination](docs/destinations/README.md#get_destination) - Get Destination details
148
+ * [list_destinations](docs/destinations/README.md#list_destinations) - List destinations
153
149
 
154
- ### jobs
150
+ ### [jobs](docs/jobs/README.md)
155
151
 
156
- * `cancel_job` - Cancel a running Job
157
- * `create_job` - Trigger a sync or reset job of a connection
158
- * `get_job` - Get Job status and details
159
- * `list_jobs` - List Jobs by sync type
152
+ * [cancel_job](docs/jobs/README.md#cancel_job) - Cancel a running Job
153
+ * [create_job](docs/jobs/README.md#create_job) - Trigger a sync or reset job of a connection
154
+ * [get_job](docs/jobs/README.md#get_job) - Get Job status and details
155
+ * [list_jobs](docs/jobs/README.md#list_jobs) - List Jobs by sync type
160
156
 
161
- ### sources
157
+ ### [sources](docs/sources/README.md)
162
158
 
163
- * `create_source` - Create a source
164
- * `delete_source` - Delete a Source
165
- * `get_source` - Get Source details
166
- * `initiate_o_auth` - Initiate OAuth for a source
167
- * `list_sources` - List sources
159
+ * [create_source](docs/sources/README.md#create_source) - Create a source
160
+ * [delete_source](docs/sources/README.md#delete_source) - Delete a Source
161
+ * [get_source](docs/sources/README.md#get_source) - Get Source details
162
+ * [initiate_o_auth](docs/sources/README.md#initiate_o_auth) - Initiate OAuth for a source
163
+ * [list_sources](docs/sources/README.md#list_sources) - List sources
168
164
 
169
- ### streams
165
+ ### [streams](docs/streams/README.md)
170
166
 
171
- * `get_stream_properties` - Get stream properties
167
+ * [get_stream_properties](docs/streams/README.md#get_stream_properties) - Get stream properties
172
168
 
173
- ### workspaces
169
+ ### [workspaces](docs/workspaces/README.md)
174
170
 
175
- * `create_or_update_workspace_o_auth_credentials` - Create OAuth override credentials for a workspace and source type.
176
- * `create_workspace` - Create a workspace
177
- * `get_workspace` - Get Workspace details
178
- * `list_workspaces` - List workspaces
171
+ * [create_or_update_workspace_o_auth_credentials](docs/workspaces/README.md#create_or_update_workspace_o_auth_credentials) - Create OAuth override credentials for a workspace and source type.
172
+ * [create_workspace](docs/workspaces/README.md#create_workspace) - Create a workspace
173
+ * [get_workspace](docs/workspaces/README.md#get_workspace) - Get Workspace details
174
+ * [list_workspaces](docs/workspaces/README.md#list_workspaces) - List workspaces
179
175
  <!-- End SDK Available Operations -->
180
176
 
181
177
  ### Maturity
@@ -1,7 +1,5 @@
1
1
  <div align="center">
2
- <picture>
3
2
  <img src="https://user-images.githubusercontent.com/68016351/222853569-b35cc448-6481-4cf2-a237-bd5da47e94fd.png" width="500">
4
- </picture>
5
3
  <p>Programatically control Airbyte Cloud through an API.</p>
6
4
  <a href="https://reference.airbyte.com/reference/start"><img src="https://img.shields.io/static/v1?label=Docs&message=API Ref&color=000000&style=for-the-badge" /></a>
7
5
  <a href="https://github.com/airbytehq/airbyte-api-python-sdk/actions"><img src="https://img.shields.io/github/actions/workflow/status/airbytehq/airbyte-api-python-sdk/speakeasy_sdk_generation.yml?style=for-the-badge" /></a>
@@ -15,8 +13,6 @@ Developers will need to create an API Key within your [Developer Portal](https:/
15
13
 
16
14
  The Developer Portal UI can also be used to help build your integration by showing information about network requests in the Requests tab. API usage information is also available to you in the Usage tab.
17
15
 
18
- ***(Installation will not work until published to a package manager, please clone locally and run `pip install -e ../path/to/local/clone` to try out the artifact locally)***
19
-
20
16
  <!-- Start SDK Installation -->
21
17
  ## SDK Installation
22
18
 
@@ -29,7 +25,7 @@ pip install airbyte-api
29
25
  <!-- Start SDK Example Usage -->
30
26
  ```python
31
27
  import airbyte
32
- from airbyte.models import operations, shared
28
+ from airbyte.models import shared
33
29
 
34
30
  s = airbyte.Airbyte(
35
31
  security=shared.Security(
@@ -113,7 +109,7 @@ req = shared.ConnectionCreateRequest(
113
109
  ),
114
110
  source_id="c5955907-aff1-4a3a-afa9-467739251aa5",
115
111
  )
116
-
112
+
117
113
  res = s.connections.create_connection(req)
118
114
 
119
115
  if res.connection_response is not None:
@@ -125,45 +121,45 @@ if res.connection_response is not None:
125
121
  ## Available Resources and Operations
126
122
 
127
123
 
128
- ### connections
124
+ ### [connections](docs/connections/README.md)
129
125
 
130
- * `create_connection` - Create a connection
131
- * `delete_connection` - Delete a Connection
132
- * `get_connection` - Get Connection details
133
- * `list_connections` - List connections
126
+ * [create_connection](docs/connections/README.md#create_connection) - Create a connection
127
+ * [delete_connection](docs/connections/README.md#delete_connection) - Delete a Connection
128
+ * [get_connection](docs/connections/README.md#get_connection) - Get Connection details
129
+ * [list_connections](docs/connections/README.md#list_connections) - List connections
134
130
 
135
- ### destinations
131
+ ### [destinations](docs/destinations/README.md)
136
132
 
137
- * `create_destination` - Create a destination
138
- * `delete_destination` - Delete a Destination
139
- * `get_destination` - Get Destination details
140
- * `list_destinations` - List destinations
133
+ * [create_destination](docs/destinations/README.md#create_destination) - Create a destination
134
+ * [delete_destination](docs/destinations/README.md#delete_destination) - Delete a Destination
135
+ * [get_destination](docs/destinations/README.md#get_destination) - Get Destination details
136
+ * [list_destinations](docs/destinations/README.md#list_destinations) - List destinations
141
137
 
142
- ### jobs
138
+ ### [jobs](docs/jobs/README.md)
143
139
 
144
- * `cancel_job` - Cancel a running Job
145
- * `create_job` - Trigger a sync or reset job of a connection
146
- * `get_job` - Get Job status and details
147
- * `list_jobs` - List Jobs by sync type
140
+ * [cancel_job](docs/jobs/README.md#cancel_job) - Cancel a running Job
141
+ * [create_job](docs/jobs/README.md#create_job) - Trigger a sync or reset job of a connection
142
+ * [get_job](docs/jobs/README.md#get_job) - Get Job status and details
143
+ * [list_jobs](docs/jobs/README.md#list_jobs) - List Jobs by sync type
148
144
 
149
- ### sources
145
+ ### [sources](docs/sources/README.md)
150
146
 
151
- * `create_source` - Create a source
152
- * `delete_source` - Delete a Source
153
- * `get_source` - Get Source details
154
- * `initiate_o_auth` - Initiate OAuth for a source
155
- * `list_sources` - List sources
147
+ * [create_source](docs/sources/README.md#create_source) - Create a source
148
+ * [delete_source](docs/sources/README.md#delete_source) - Delete a Source
149
+ * [get_source](docs/sources/README.md#get_source) - Get Source details
150
+ * [initiate_o_auth](docs/sources/README.md#initiate_o_auth) - Initiate OAuth for a source
151
+ * [list_sources](docs/sources/README.md#list_sources) - List sources
156
152
 
157
- ### streams
153
+ ### [streams](docs/streams/README.md)
158
154
 
159
- * `get_stream_properties` - Get stream properties
155
+ * [get_stream_properties](docs/streams/README.md#get_stream_properties) - Get stream properties
160
156
 
161
- ### workspaces
157
+ ### [workspaces](docs/workspaces/README.md)
162
158
 
163
- * `create_or_update_workspace_o_auth_credentials` - Create OAuth override credentials for a workspace and source type.
164
- * `create_workspace` - Create a workspace
165
- * `get_workspace` - Get Workspace details
166
- * `list_workspaces` - List workspaces
159
+ * [create_or_update_workspace_o_auth_credentials](docs/workspaces/README.md#create_or_update_workspace_o_auth_credentials) - Create OAuth override credentials for a workspace and source type.
160
+ * [create_workspace](docs/workspaces/README.md#create_workspace) - Create a workspace
161
+ * [get_workspace](docs/workspaces/README.md#get_workspace) - Get Workspace details
162
+ * [list_workspaces](docs/workspaces/README.md#list_workspaces) - List workspaces
167
163
  <!-- End SDK Available Operations -->
168
164
 
169
165
  ### Maturity
@@ -10,14 +10,14 @@ except FileNotFoundError:
10
10
 
11
11
  setuptools.setup(
12
12
  name="airbyte-api",
13
- version="0.1.0",
13
+ version="0.3.0",
14
14
  author="Airbyte",
15
15
  description="Python Client SDK for Airbyte API",
16
16
  long_description=long_description,
17
17
  long_description_content_type="text/markdown",
18
18
  packages=setuptools.find_packages(where="src"),
19
19
  install_requires=[
20
- "certifi==2022.12.07",
20
+ "certifi==2022.12.7",
21
21
  "charset-normalizer==2.1.1",
22
22
  "dataclasses-json-speakeasy==0.5.8",
23
23
  "idna==3.3",
@@ -28,8 +28,8 @@ class Airbyte:
28
28
  _security_client: requests_http.Session
29
29
  _server_url: str = SERVERS[0]
30
30
  _language: str = "python"
31
- _sdk_version: str = "0.1.0"
32
- _gen_version: str = "2.20.1"
31
+ _sdk_version: str = "0.3.0"
32
+ _gen_version: str = "2.22.0"
33
33
 
34
34
  def __init__(self,
35
35
  security: shared.Security = None,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: airbyte-api
3
- Version: 0.1.0
3
+ Version: 0.3.0
4
4
  Summary: Python Client SDK for Airbyte API
5
5
  Home-page: UNKNOWN
6
6
  Author: Airbyte
@@ -11,9 +11,7 @@ Description-Content-Type: text/markdown
11
11
  License-File: LICENSE.md
12
12
 
13
13
  <div align="center">
14
- <picture>
15
14
  <img src="https://user-images.githubusercontent.com/68016351/222853569-b35cc448-6481-4cf2-a237-bd5da47e94fd.png" width="500">
16
- </picture>
17
15
  <p>Programatically control Airbyte Cloud through an API.</p>
18
16
  <a href="https://reference.airbyte.com/reference/start"><img src="https://img.shields.io/static/v1?label=Docs&message=API Ref&color=000000&style=for-the-badge" /></a>
19
17
  <a href="https://github.com/airbytehq/airbyte-api-python-sdk/actions"><img src="https://img.shields.io/github/actions/workflow/status/airbytehq/airbyte-api-python-sdk/speakeasy_sdk_generation.yml?style=for-the-badge" /></a>
@@ -27,8 +25,6 @@ Developers will need to create an API Key within your [Developer Portal](https:/
27
25
 
28
26
  The Developer Portal UI can also be used to help build your integration by showing information about network requests in the Requests tab. API usage information is also available to you in the Usage tab.
29
27
 
30
- ***(Installation will not work until published to a package manager, please clone locally and run `pip install -e ../path/to/local/clone` to try out the artifact locally)***
31
-
32
28
  <!-- Start SDK Installation -->
33
29
  ## SDK Installation
34
30
 
@@ -41,7 +37,7 @@ pip install airbyte-api
41
37
  <!-- Start SDK Example Usage -->
42
38
  ```python
43
39
  import airbyte
44
- from airbyte.models import operations, shared
40
+ from airbyte.models import shared
45
41
 
46
42
  s = airbyte.Airbyte(
47
43
  security=shared.Security(
@@ -125,7 +121,7 @@ req = shared.ConnectionCreateRequest(
125
121
  ),
126
122
  source_id="c5955907-aff1-4a3a-afa9-467739251aa5",
127
123
  )
128
-
124
+
129
125
  res = s.connections.create_connection(req)
130
126
 
131
127
  if res.connection_response is not None:
@@ -137,45 +133,45 @@ if res.connection_response is not None:
137
133
  ## Available Resources and Operations
138
134
 
139
135
 
140
- ### connections
136
+ ### [connections](docs/connections/README.md)
141
137
 
142
- * `create_connection` - Create a connection
143
- * `delete_connection` - Delete a Connection
144
- * `get_connection` - Get Connection details
145
- * `list_connections` - List connections
138
+ * [create_connection](docs/connections/README.md#create_connection) - Create a connection
139
+ * [delete_connection](docs/connections/README.md#delete_connection) - Delete a Connection
140
+ * [get_connection](docs/connections/README.md#get_connection) - Get Connection details
141
+ * [list_connections](docs/connections/README.md#list_connections) - List connections
146
142
 
147
- ### destinations
143
+ ### [destinations](docs/destinations/README.md)
148
144
 
149
- * `create_destination` - Create a destination
150
- * `delete_destination` - Delete a Destination
151
- * `get_destination` - Get Destination details
152
- * `list_destinations` - List destinations
145
+ * [create_destination](docs/destinations/README.md#create_destination) - Create a destination
146
+ * [delete_destination](docs/destinations/README.md#delete_destination) - Delete a Destination
147
+ * [get_destination](docs/destinations/README.md#get_destination) - Get Destination details
148
+ * [list_destinations](docs/destinations/README.md#list_destinations) - List destinations
153
149
 
154
- ### jobs
150
+ ### [jobs](docs/jobs/README.md)
155
151
 
156
- * `cancel_job` - Cancel a running Job
157
- * `create_job` - Trigger a sync or reset job of a connection
158
- * `get_job` - Get Job status and details
159
- * `list_jobs` - List Jobs by sync type
152
+ * [cancel_job](docs/jobs/README.md#cancel_job) - Cancel a running Job
153
+ * [create_job](docs/jobs/README.md#create_job) - Trigger a sync or reset job of a connection
154
+ * [get_job](docs/jobs/README.md#get_job) - Get Job status and details
155
+ * [list_jobs](docs/jobs/README.md#list_jobs) - List Jobs by sync type
160
156
 
161
- ### sources
157
+ ### [sources](docs/sources/README.md)
162
158
 
163
- * `create_source` - Create a source
164
- * `delete_source` - Delete a Source
165
- * `get_source` - Get Source details
166
- * `initiate_o_auth` - Initiate OAuth for a source
167
- * `list_sources` - List sources
159
+ * [create_source](docs/sources/README.md#create_source) - Create a source
160
+ * [delete_source](docs/sources/README.md#delete_source) - Delete a Source
161
+ * [get_source](docs/sources/README.md#get_source) - Get Source details
162
+ * [initiate_o_auth](docs/sources/README.md#initiate_o_auth) - Initiate OAuth for a source
163
+ * [list_sources](docs/sources/README.md#list_sources) - List sources
168
164
 
169
- ### streams
165
+ ### [streams](docs/streams/README.md)
170
166
 
171
- * `get_stream_properties` - Get stream properties
167
+ * [get_stream_properties](docs/streams/README.md#get_stream_properties) - Get stream properties
172
168
 
173
- ### workspaces
169
+ ### [workspaces](docs/workspaces/README.md)
174
170
 
175
- * `create_or_update_workspace_o_auth_credentials` - Create OAuth override credentials for a workspace and source type.
176
- * `create_workspace` - Create a workspace
177
- * `get_workspace` - Get Workspace details
178
- * `list_workspaces` - List workspaces
171
+ * [create_or_update_workspace_o_auth_credentials](docs/workspaces/README.md#create_or_update_workspace_o_auth_credentials) - Create OAuth override credentials for a workspace and source type.
172
+ * [create_workspace](docs/workspaces/README.md#create_workspace) - Create a workspace
173
+ * [get_workspace](docs/workspaces/README.md#get_workspace) - Get Workspace details
174
+ * [list_workspaces](docs/workspaces/README.md#list_workspaces) - List workspaces
179
175
  <!-- End SDK Available Operations -->
180
176
 
181
177
  ### Maturity
@@ -1,4 +1,4 @@
1
- certifi==2022.12.07
1
+ certifi==2022.12.7
2
2
  charset-normalizer==2.1.1
3
3
  dataclasses-json-speakeasy==0.5.8
4
4
  idna==3.3
File without changes
File without changes