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.
- {airbyte-api-0.1.0/src/airbyte_api.egg-info → airbyte-api-0.3.0}/PKG-INFO +31 -35
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/README.md +30 -34
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/setup.py +2 -2
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/sdk.py +2 -2
- {airbyte-api-0.1.0 → airbyte-api-0.3.0/src/airbyte_api.egg-info}/PKG-INFO +31 -35
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte_api.egg-info/requires.txt +1 -1
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/LICENSE.md +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/setup.cfg +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/__init__.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/connections.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/destinations.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/jobs.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/__init__.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/__init__.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/canceljob.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/createconnection.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/createdestination.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/createjob.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/createorupdateworkspaceoauthcredentials.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/createsource.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/createworkspace.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/deleteconnection.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/deletedestination.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/deletesource.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/getconnection.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/getdestination.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/getjob.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/getsource.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/getstreamproperties.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/getworkspace.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/initiateoauth.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/listconnections.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/listdestinations.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/listjobs.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/listsources.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/listworkspaces.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/__init__.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/connectioncreaterequest.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/connectionresponse.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/connectionschedulecreate.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/connectionscheduleresponse.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/connectionsresponse.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/connectionstatusenum_enum.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/connectionsyncmodeenum_enum.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_amazon_sqs.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_aws_datalake.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_azure_blob_storage.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_bigquery.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_bigquery_denormalized.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_cassandra.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_clickhouse.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_convex.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_databend.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_databricks.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_dynamodb.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_elasticsearch.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_firebolt.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_firestore.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_gcs.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_google_sheets.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_keen.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_kinesis.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_mariadb_columnstore.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_meilisearch.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_mongodb.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_mssql.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_mysql.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_oracle.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_postgres.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_pubsub.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_pulsar.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_rabbitmq.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_redis.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_redshift.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_rockset.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_s3.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_s3_glue.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_scylla.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_sftp_json.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_snowflake.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_typesense.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destinationcreaterequest.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destinationresponse.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destinationsresponse.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/geographyenum_enum.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/initiateoauthrequest.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/jobcreaterequest.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/jobresponse.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/jobsresponse.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/jobstatusenum_enum.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/jobtypeenum_enum.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/scheduletypeenum_enum.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/scheduletypewithbasicenum_enum.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/security.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_airtable.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_alloydb.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_amazon_ads.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_amazon_seller_partner.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_amazon_sqs.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_amplitude.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_apify_dataset.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_asana.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_auth0.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_aws_cloudtrail.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_azure_blob_storage.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_azure_table.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_bamboo_hr.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_bigcommerce.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_bigquery.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_bing_ads.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_braintree.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_braze.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_chargebee.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_chartmogul.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_clickhouse.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_clickup_api.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_close_com.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_coda.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_coin_api.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_coinmarketcap.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_configcat.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_confluence.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_datascope.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_delighted.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_dixa.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_dockerhub.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_dremio.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_dynamodb.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_e2e_test_cloud.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_emailoctopus.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_exchange_rates.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_facebook_marketing.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_facebook_pages.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_faker.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_fauna.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_file_secure.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_firebolt.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_freshcaller.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_freshdesk.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_freshsales.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_gcs.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_getlago.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_github.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_gitlab.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_glassfrog.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_gnews.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_google_ads.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_google_analytics_data_api.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_google_analytics_v4.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_google_directory.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_google_search_console.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_google_sheets.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_google_webfonts.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_google_workspace_admin_reports.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_greenhouse.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_gridly.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_harvest.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_hubplanner.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_hubspot.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_insightly.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_instagram.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_instatus.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_intercom.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_ip2whois.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_iterable.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_jira.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_k6_cloud.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_klarna.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_klaviyo.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_kustomer_singer.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_launchdarkly.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_lemlist.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_linkedin_ads.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_linkedin_pages.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_linnworks.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_lokalise.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_mailchimp.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_mailgun.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_mailjet_sms.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_marketo.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_metabase.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_microsoft_teams.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_mixpanel.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_monday.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_mongodb.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_mssql.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_my_hours.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_mysql.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_netsuite.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_notion.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_nytimes.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_okta.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_omnisend.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_onesignal.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_openweather.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_oracle.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_orb.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_orbit.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_outreach.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_paypal_transaction.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_paystack.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_pendo.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_persistiq.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_pexels_api.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_pinterest.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_pipedrive.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_pocket.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_pokeapi.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_polygon_stock_api.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_postgres.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_posthog.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_postmarkapp.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_prestashop.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_public_apis.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_punk_api.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_pypi.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_qualaroo.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_quickbooks.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_railz.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_recharge.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_recreation.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_recruitee.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_recurly.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_redshift.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_retently.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_rki_covid.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_rss.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_s3.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_salesforce.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_salesforce_singer.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_salesloft.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_sap_fieldglass.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_secoda.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_sendgrid.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_sendinblue.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_senseforce.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_sentry.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_sftp.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_sftp_bulk.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_shopify.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_shortio.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_slack.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_smaily.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_smartengage.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_smartsheets.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_snapchat_marketing.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_snowflake.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_sonar_cloud.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_spacex_api.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_square.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_strava.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_stripe.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_survey_sparrow.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_surveymonkey.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_tempo.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_the_guardian_api.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_tiktok_marketing.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_todoist.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_trello.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_trustpilot.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_tvmaze_schedule.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_twilio.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_twilio_taskrouter.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_twitter.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_typeform.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_us_census.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_vantage.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_webflow.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_whisky_hunter.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_wikipedia_pageviews.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_woocommerce.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_xero.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_xkcd.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_yandex_metrica.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_younium.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_youtube_analytics.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_zendesk_chat.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_zendesk_sunshine.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_zendesk_support.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_zendesk_talk.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_zenloop.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_zoho_crm.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_zoom.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/source_zuora.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/sourcecreaterequest.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/sourceresponse.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/sourcesresponse.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/streamconfiguration.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/streamconfigurations.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/streamproperties.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/workspacecreaterequest.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/workspaceoauthcredentialsrequest.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/workspaceresponse.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/workspacesresponse.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/sources.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/streams.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/utils/__init__.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/utils/retries.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/utils/utils.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/workspaces.py +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte_api.egg-info/SOURCES.txt +0 -0
- {airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte_api.egg-info/dependency_links.txt +0 -0
- {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.
|
|
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
|
|
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
|
-
*
|
|
143
|
-
*
|
|
144
|
-
*
|
|
145
|
-
*
|
|
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
|
-
*
|
|
150
|
-
*
|
|
151
|
-
*
|
|
152
|
-
*
|
|
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
|
-
*
|
|
157
|
-
*
|
|
158
|
-
*
|
|
159
|
-
*
|
|
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
|
-
*
|
|
164
|
-
*
|
|
165
|
-
*
|
|
166
|
-
*
|
|
167
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
176
|
-
*
|
|
177
|
-
*
|
|
178
|
-
*
|
|
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
|
|
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
|
-
*
|
|
131
|
-
*
|
|
132
|
-
*
|
|
133
|
-
*
|
|
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
|
-
*
|
|
138
|
-
*
|
|
139
|
-
*
|
|
140
|
-
*
|
|
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
|
-
*
|
|
145
|
-
*
|
|
146
|
-
*
|
|
147
|
-
*
|
|
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
|
-
*
|
|
152
|
-
*
|
|
153
|
-
*
|
|
154
|
-
*
|
|
155
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
164
|
-
*
|
|
165
|
-
*
|
|
166
|
-
*
|
|
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.
|
|
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.
|
|
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.
|
|
32
|
-
_gen_version: str = "2.
|
|
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.
|
|
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
|
|
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
|
-
*
|
|
143
|
-
*
|
|
144
|
-
*
|
|
145
|
-
*
|
|
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
|
-
*
|
|
150
|
-
*
|
|
151
|
-
*
|
|
152
|
-
*
|
|
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
|
-
*
|
|
157
|
-
*
|
|
158
|
-
*
|
|
159
|
-
*
|
|
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
|
-
*
|
|
164
|
-
*
|
|
165
|
-
*
|
|
166
|
-
*
|
|
167
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
176
|
-
*
|
|
177
|
-
*
|
|
178
|
-
*
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/operations/getstreamproperties.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/connectioncreaterequest.py
RENAMED
|
File without changes
|
|
File without changes
|
{airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/connectionschedulecreate.py
RENAMED
|
File without changes
|
{airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/connectionscheduleresponse.py
RENAMED
|
File without changes
|
|
File without changes
|
{airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/connectionstatusenum_enum.py
RENAMED
|
File without changes
|
{airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/connectionsyncmodeenum_enum.py
RENAMED
|
File without changes
|
|
File without changes
|
{airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_aws_datalake.py
RENAMED
|
File without changes
|
{airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_azure_blob_storage.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_elasticsearch.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_google_sheets.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_mariadb_columnstore.py
RENAMED
|
File without changes
|
{airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destination_meilisearch.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/destinationcreaterequest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{airbyte-api-0.1.0 → airbyte-api-0.3.0}/src/airbyte/models/shared/scheduletypewithbasicenum_enum.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|