airbyte-api 0.7.0__tar.gz → 0.11.2__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.7.0 → airbyte-api-0.11.2}/PKG-INFO +9 -8
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/README.md +7 -7
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/setup.py +5 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/connections.py +4 -4
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/destinations.py +4 -4
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/jobs.py +4 -4
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/operations/listjobs.py +2 -2
- airbyte-api-0.11.2/src/airbyte/models/shared/__init__.py +268 -0
- airbyte-api-0.7.0/src/airbyte/models/shared/actortypeenum_enum.py → airbyte-api-0.11.2/src/airbyte/models/shared/actortypeenum.py +1 -1
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/connectioncreaterequest.py +6 -6
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/connectionresponse.py +8 -8
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/connectionschedulecreate.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/connectionscheduleresponse.py +2 -2
- airbyte-api-0.7.0/src/airbyte/models/shared/connectionstatusenum_enum.py → airbyte-api-0.11.2/src/airbyte/models/shared/connectionstatusenum.py +1 -1
- airbyte-api-0.7.0/src/airbyte/models/shared/connectionsyncmodeenum_enum.py → airbyte-api-0.11.2/src/airbyte/models/shared/connectionsyncmodeenum.py +1 -1
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destination_amazon_sqs.py +4 -4
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destination_aws_datalake.py +18 -18
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destination_azure_blob_storage.py +8 -8
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destination_bigquery.py +14 -14
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destination_bigquery_denormalized.py +12 -12
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destination_cassandra.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destination_clickhouse.py +8 -8
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destination_convex.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destination_cumulio.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destination_databend.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destination_databricks.py +10 -10
- airbyte-api-0.11.2/src/airbyte/models/shared/destination_dev_null.py +33 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destination_dynamodb.py +4 -4
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destination_elasticsearch.py +6 -6
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destination_firebolt.py +6 -6
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destination_firestore.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destination_gcs.py +38 -38
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destination_google_sheets.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destination_keen.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destination_kinesis.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destination_mariadb_columnstore.py +8 -8
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destination_meilisearch.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destination_mongodb.py +18 -18
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destination_mssql.py +12 -12
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destination_mysql.py +8 -8
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destination_oracle.py +8 -8
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destination_postgres.py +20 -20
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destination_pubsub.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destination_pulsar.py +6 -6
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destination_rabbitmq.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destination_redis.py +14 -14
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destination_redshift.py +18 -18
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destination_rockset.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destination_s3.py +38 -38
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destination_s3_glue.py +14 -14
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destination_scylla.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destination_sftp_json.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destination_snowflake.py +22 -22
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destination_typesense.py +2 -2
- airbyte-api-0.7.0/src/airbyte/models/shared/geographyenum_enum.py → airbyte-api-0.11.2/src/airbyte/models/shared/geographyenum.py +1 -1
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/jobcreaterequest.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/jobresponse.py +4 -4
- airbyte-api-0.7.0/src/airbyte/models/shared/jobstatusenum_enum.py → airbyte-api-0.11.2/src/airbyte/models/shared/jobstatusenum.py +1 -1
- airbyte-api-0.7.0/src/airbyte/models/shared/jobtypeenum_enum.py → airbyte-api-0.11.2/src/airbyte/models/shared/jobtypeenum.py +1 -1
- airbyte-api-0.7.0/src/airbyte/models/shared/namespacedefinitionenum_enum.py → airbyte-api-0.11.2/src/airbyte/models/shared/namespacedefinitionenum.py +1 -1
- airbyte-api-0.7.0/src/airbyte/models/shared/nonbreakingschemaupdatesbehaviorenum_enum.py → airbyte-api-0.11.2/src/airbyte/models/shared/nonbreakingschemaupdatesbehaviorenum.py +1 -1
- airbyte-api-0.7.0/src/airbyte/models/shared/scheduletypeenum_enum.py → airbyte-api-0.11.2/src/airbyte/models/shared/scheduletypeenum.py +1 -1
- airbyte-api-0.7.0/src/airbyte/models/shared/scheduletypewithbasicenum_enum.py → airbyte-api-0.11.2/src/airbyte/models/shared/scheduletypewithbasicenum.py +1 -1
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_aircall.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_airtable.py +6 -6
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_alloydb.py +10 -10
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_amazon_ads.py +10 -10
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_amazon_seller_partner.py +8 -8
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_amazon_sqs.py +4 -4
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_amplitude.py +4 -4
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_apify_dataset.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_asana.py +6 -6
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_auth0.py +6 -6
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_aws_cloudtrail.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_azure_blob_storage.py +4 -4
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_azure_table.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_bamboo_hr.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_bigcommerce.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_bigquery.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_bing_ads.py +4 -4
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_braintree.py +4 -4
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_braze.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_chargebee.py +4 -4
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_chartmogul.py +4 -4
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_clickhouse.py +8 -8
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_clickup_api.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_close_com.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_coda.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_coin_api.py +4 -4
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_coinmarketcap.py +4 -4
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_configcat.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_confluence.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_datascope.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_delighted.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_dixa.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_dockerhub.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_dremio.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_dynamodb.py +4 -4
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_e2e_test_cloud.py +8 -8
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_emailoctopus.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_exchange_rates.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_facebook_marketing.py +10 -10
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_facebook_pages.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_faker.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_fauna.py +6 -6
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_file_secure.py +18 -18
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_firebolt.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_freshcaller.py +8 -5
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_freshdesk.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_freshsales.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_gcs.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_getlago.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_github.py +8 -6
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_gitlab.py +6 -6
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_glassfrog.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_gnews.py +14 -14
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_google_ads.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_google_analytics_data_api.py +6 -6
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_google_analytics_v4.py +6 -6
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_google_directory.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_google_search_console.py +6 -6
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_google_sheets.py +6 -6
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_google_webfonts.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_google_workspace_admin_reports.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_greenhouse.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_gridly.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_harvest.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_hubplanner.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_hubspot.py +6 -6
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_insightly.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_instagram.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_instatus.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_intercom.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_ip2whois.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_iterable.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_jira.py +6 -6
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_k6_cloud.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_klarna.py +4 -4
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_klaviyo.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_kustomer_singer.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_launchdarkly.py +2 -2
- airbyte-api-0.7.0/src/airbyte/models/shared/source_pendo.py → airbyte-api-0.11.2/src/airbyte/models/shared/source_lemlist.py +5 -4
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_linkedin_ads.py +6 -6
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_linkedin_pages.py +6 -6
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_linnworks.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_lokalise.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_mailchimp.py +6 -6
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_mailgun.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_mailjet_sms.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_marketo.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_metabase.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_microsoft_teams.py +6 -6
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_mixpanel.py +8 -8
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_monday.py +6 -6
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_mongodb.py +8 -8
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_mssql.py +20 -20
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_my_hours.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_mysql.py +20 -20
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_netsuite.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_notion.py +6 -6
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_nytimes.py +6 -6
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_okta.py +6 -6
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_omnisend.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_onesignal.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_openweather.py +6 -6
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_oracle.py +18 -18
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_orb.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_orbit.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_outreach.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_paypal_transaction.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_paystack.py +2 -2
- airbyte-api-0.7.0/src/airbyte/models/shared/source_lemlist.py → airbyte-api-0.11.2/src/airbyte/models/shared/source_pendo.py +4 -5
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_persistiq.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_pexels_api.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_pinterest.py +8 -8
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_pipedrive.py +4 -4
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_pocket.py +10 -10
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_pokeapi.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_polygon_stock_api.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_postgres.py +10 -10
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_posthog.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_postmarkapp.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_prestashop.py +2 -2
- airbyte-api-0.11.2/src/airbyte/models/shared/source_public_apis.py +19 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_punk_api.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_pypi.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_qualaroo.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_quickbooks.py +4 -4
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_railz.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_recharge.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_recreation.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_recruitee.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_recurly.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_redshift.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_retently.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_rki_covid.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_rss.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_s3.py +12 -12
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_salesforce.py +6 -6
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_salesforce_singer.py +4 -4
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_salesloft.py +6 -6
- airbyte-api-0.7.0/src/airbyte/models/shared/source_smartengage.py → airbyte-api-0.11.2/src/airbyte/models/shared/source_sap_fieldglass.py +4 -4
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_secoda.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_sendgrid.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_sendinblue.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_senseforce.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_sentry.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_sftp.py +6 -6
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_sftp_bulk.py +4 -4
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_shopify.py +6 -6
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_shortio.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_slack.py +7 -7
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_smaily.py +2 -2
- airbyte-api-0.11.2/src/airbyte/models/shared/source_smartengage.py +21 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_smartsheets.py +6 -6
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_snapchat_marketing.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_snowflake.py +6 -6
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_sonar_cloud.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_spacex_api.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_square.py +6 -6
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_strava.py +4 -4
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_stripe.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_survey_sparrow.py +6 -6
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_surveymonkey.py +6 -6
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_tempo.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_the_guardian_api.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_tiktok_marketing.py +6 -6
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_todoist.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_trello.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_trustpilot.py +6 -6
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_tvmaze_schedule.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_twilio.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_twilio_taskrouter.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_twitter.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_typeform.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_us_census.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_vantage.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_webflow.py +2 -2
- airbyte-api-0.7.0/src/airbyte/models/shared/source_public_apis.py → airbyte-api-0.11.2/src/airbyte/models/shared/source_whisky_hunter.py +4 -4
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_wikipedia_pageviews.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_woocommerce.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_xero.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_xkcd.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_yandex_metrica.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_younium.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_youtube_analytics.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_zendesk_chat.py +6 -6
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_zendesk_sunshine.py +6 -6
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_zendesk_support.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_zendesk_talk.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_zenloop.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_zoho_crm.py +8 -8
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_zoom.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/source_zuora.py +6 -6
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/streamconfiguration.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/streamproperties.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/workspaceoauthcredentialsrequest.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/workspaceresponse.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/sdk.py +2 -2
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/sources.py +5 -5
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/streams.py +1 -1
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/workspaces.py +6 -6
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte_api.egg-info/PKG-INFO +9 -8
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte_api.egg-info/SOURCES.txt +11 -10
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte_api.egg-info/requires.txt +3 -0
- airbyte-api-0.7.0/src/airbyte/models/shared/__init__.py +0 -267
- airbyte-api-0.7.0/src/airbyte/models/shared/source_sap_fieldglass.py +0 -21
- airbyte-api-0.7.0/src/airbyte/models/shared/source_whisky_hunter.py +0 -19
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/LICENSE.md +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/setup.cfg +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/__init__.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/__init__.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/operations/__init__.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/operations/canceljob.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/operations/createconnection.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/operations/createdestination.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/operations/createjob.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/operations/createorupdateworkspaceoauthcredentials.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/operations/createsource.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/operations/createworkspace.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/operations/deleteconnection.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/operations/deletedestination.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/operations/deletesource.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/operations/deleteworkspace.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/operations/getconnection.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/operations/getdestination.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/operations/getjob.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/operations/getsource.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/operations/getstreamproperties.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/operations/getworkspace.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/operations/initiateoauth.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/operations/listconnections.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/operations/listdestinations.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/operations/listsources.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/operations/listworkspaces.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/operations/updateworkspace.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/connectionsresponse.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destinationcreaterequest.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destinationresponse.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/destinationsresponse.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/initiateoauthrequest.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/jobsresponse.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/security.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/sourcecreaterequest.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/sourceresponse.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/sourcesresponse.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/streamconfigurations.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/workspacecreaterequest.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/workspacesresponse.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/models/shared/workspaceupdaterequest.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/utils/__init__.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/utils/retries.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte/utils/utils.py +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/src/airbyte_api.egg-info/dependency_links.txt +0 -0
- {airbyte-api-0.7.0 → airbyte-api-0.11.2}/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.11.2
|
|
4
4
|
Summary: Python Client SDK for Airbyte API
|
|
5
5
|
Home-page: UNKNOWN
|
|
6
6
|
Author: Airbyte
|
|
@@ -8,6 +8,7 @@ License: UNKNOWN
|
|
|
8
8
|
Platform: UNKNOWN
|
|
9
9
|
Requires-Python: >=3.9
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
|
+
Provides-Extra: dev
|
|
11
12
|
License-File: LICENSE.md
|
|
12
13
|
|
|
13
14
|
<div align="center">
|
|
@@ -71,7 +72,7 @@ req = shared.ConnectionCreateRequest(
|
|
|
71
72
|
'placeat',
|
|
72
73
|
],
|
|
73
74
|
],
|
|
74
|
-
sync_mode=shared.
|
|
75
|
+
sync_mode=shared.ConnectionSyncModeEnum.INCREMENTAL_APPEND,
|
|
75
76
|
),
|
|
76
77
|
shared.StreamConfiguration(
|
|
77
78
|
cursor_field=[
|
|
@@ -85,7 +86,7 @@ req = shared.ConnectionCreateRequest(
|
|
|
85
86
|
'sapiente',
|
|
86
87
|
],
|
|
87
88
|
],
|
|
88
|
-
sync_mode=shared.
|
|
89
|
+
sync_mode=shared.ConnectionSyncModeEnum.INCREMENTAL_DEDUPED_HISTORY,
|
|
89
90
|
),
|
|
90
91
|
shared.StreamConfiguration(
|
|
91
92
|
cursor_field=[
|
|
@@ -104,20 +105,20 @@ req = shared.ConnectionCreateRequest(
|
|
|
104
105
|
'fugit',
|
|
105
106
|
],
|
|
106
107
|
],
|
|
107
|
-
sync_mode=shared.
|
|
108
|
+
sync_mode=shared.ConnectionSyncModeEnum.INCREMENTAL_APPEND,
|
|
108
109
|
),
|
|
109
110
|
],
|
|
110
111
|
),
|
|
111
|
-
data_residency=shared.
|
|
112
|
+
data_residency=shared.GeographyEnum.EU,
|
|
112
113
|
destination_id='c816742c-b739-4205-9293-96fea7596eb1',
|
|
113
114
|
name='Lela Orn',
|
|
114
|
-
namespace_definition=shared.
|
|
115
|
+
namespace_definition=shared.NamespaceDefinitionEnum.SOURCE,
|
|
115
116
|
namespace_format='${SOURCE_NAMESPACE}',
|
|
116
|
-
non_breaking_schema_updates_behavior=shared.
|
|
117
|
+
non_breaking_schema_updates_behavior=shared.NonBreakingSchemaUpdatesBehaviorEnum.IGNORE,
|
|
117
118
|
prefix='corporis',
|
|
118
119
|
schedule=shared.ConnectionScheduleCreate(
|
|
119
120
|
cron_expression='explicabo',
|
|
120
|
-
schedule_type=shared.
|
|
121
|
+
schedule_type=shared.ScheduleTypeEnum.CRON,
|
|
121
122
|
),
|
|
122
123
|
source_id='5955907a-ff1a-43a2-ba94-67739251aa52',
|
|
123
124
|
)
|
|
@@ -59,7 +59,7 @@ req = shared.ConnectionCreateRequest(
|
|
|
59
59
|
'placeat',
|
|
60
60
|
],
|
|
61
61
|
],
|
|
62
|
-
sync_mode=shared.
|
|
62
|
+
sync_mode=shared.ConnectionSyncModeEnum.INCREMENTAL_APPEND,
|
|
63
63
|
),
|
|
64
64
|
shared.StreamConfiguration(
|
|
65
65
|
cursor_field=[
|
|
@@ -73,7 +73,7 @@ req = shared.ConnectionCreateRequest(
|
|
|
73
73
|
'sapiente',
|
|
74
74
|
],
|
|
75
75
|
],
|
|
76
|
-
sync_mode=shared.
|
|
76
|
+
sync_mode=shared.ConnectionSyncModeEnum.INCREMENTAL_DEDUPED_HISTORY,
|
|
77
77
|
),
|
|
78
78
|
shared.StreamConfiguration(
|
|
79
79
|
cursor_field=[
|
|
@@ -92,20 +92,20 @@ req = shared.ConnectionCreateRequest(
|
|
|
92
92
|
'fugit',
|
|
93
93
|
],
|
|
94
94
|
],
|
|
95
|
-
sync_mode=shared.
|
|
95
|
+
sync_mode=shared.ConnectionSyncModeEnum.INCREMENTAL_APPEND,
|
|
96
96
|
),
|
|
97
97
|
],
|
|
98
98
|
),
|
|
99
|
-
data_residency=shared.
|
|
99
|
+
data_residency=shared.GeographyEnum.EU,
|
|
100
100
|
destination_id='c816742c-b739-4205-9293-96fea7596eb1',
|
|
101
101
|
name='Lela Orn',
|
|
102
|
-
namespace_definition=shared.
|
|
102
|
+
namespace_definition=shared.NamespaceDefinitionEnum.SOURCE,
|
|
103
103
|
namespace_format='${SOURCE_NAMESPACE}',
|
|
104
|
-
non_breaking_schema_updates_behavior=shared.
|
|
104
|
+
non_breaking_schema_updates_behavior=shared.NonBreakingSchemaUpdatesBehaviorEnum.IGNORE,
|
|
105
105
|
prefix='corporis',
|
|
106
106
|
schedule=shared.ConnectionScheduleCreate(
|
|
107
107
|
cron_expression='explicabo',
|
|
108
|
-
schedule_type=shared.
|
|
108
|
+
schedule_type=shared.ScheduleTypeEnum.CRON,
|
|
109
109
|
),
|
|
110
110
|
source_id='5955907a-ff1a-43a2-ba94-67739251aa52',
|
|
111
111
|
)
|
|
@@ -10,7 +10,7 @@ except FileNotFoundError:
|
|
|
10
10
|
|
|
11
11
|
setuptools.setup(
|
|
12
12
|
name="airbyte-api",
|
|
13
|
-
version="0.
|
|
13
|
+
version="0.11.2",
|
|
14
14
|
author="Airbyte",
|
|
15
15
|
description="Python Client SDK for Airbyte API",
|
|
16
16
|
long_description=long_description,
|
|
@@ -21,6 +21,7 @@ setuptools.setup(
|
|
|
21
21
|
"charset-normalizer==2.1.1",
|
|
22
22
|
"dataclasses-json-speakeasy==0.5.8",
|
|
23
23
|
"idna==3.3",
|
|
24
|
+
"jsonpath-python==1.0.6 ",
|
|
24
25
|
"marshmallow==3.17.1",
|
|
25
26
|
"marshmallow-enum==1.5.1",
|
|
26
27
|
"mypy-extensions==0.4.3",
|
|
@@ -32,8 +33,10 @@ setuptools.setup(
|
|
|
32
33
|
"typing-inspect==0.8.0",
|
|
33
34
|
"typing_extensions==4.3.0",
|
|
34
35
|
"urllib3==1.26.12",
|
|
35
|
-
"pylint==2.16.2",
|
|
36
36
|
],
|
|
37
|
+
extras_require={
|
|
38
|
+
"dev":["pylint==2.16.2"]
|
|
39
|
+
},
|
|
37
40
|
package_dir={'': 'src'},
|
|
38
41
|
python_requires='>=3.9'
|
|
39
42
|
)
|
|
@@ -27,13 +27,13 @@ class Connections:
|
|
|
27
27
|
base_url = self._server_url
|
|
28
28
|
|
|
29
29
|
url = base_url.removesuffix('/') + '/connections'
|
|
30
|
-
|
|
31
30
|
headers = {}
|
|
32
31
|
req_content_type, data, form = utils.serialize_request_body(request, "request", 'json')
|
|
33
32
|
if req_content_type not in ('multipart/form-data', 'multipart/mixed'):
|
|
34
33
|
headers['content-type'] = req_content_type
|
|
35
34
|
if data is None and form is None:
|
|
36
35
|
raise Exception('request body is required')
|
|
36
|
+
headers['Accept'] = 'application/json'
|
|
37
37
|
headers['user-agent'] = f'speakeasy-sdk/{self._language} {self._sdk_version} {self._gen_version}'
|
|
38
38
|
|
|
39
39
|
client = self._security_client
|
|
@@ -58,8 +58,8 @@ class Connections:
|
|
|
58
58
|
base_url = self._server_url
|
|
59
59
|
|
|
60
60
|
url = utils.generate_url(operations.DeleteConnectionRequest, base_url, '/connections/{connectionId}', request)
|
|
61
|
-
|
|
62
61
|
headers = {}
|
|
62
|
+
headers['Accept'] = '*/*'
|
|
63
63
|
headers['user-agent'] = f'speakeasy-sdk/{self._language} {self._sdk_version} {self._gen_version}'
|
|
64
64
|
|
|
65
65
|
client = self._security_client
|
|
@@ -78,8 +78,8 @@ class Connections:
|
|
|
78
78
|
base_url = self._server_url
|
|
79
79
|
|
|
80
80
|
url = utils.generate_url(operations.GetConnectionRequest, base_url, '/connections/{connectionId}', request)
|
|
81
|
-
|
|
82
81
|
headers = {}
|
|
82
|
+
headers['Accept'] = 'application/json'
|
|
83
83
|
headers['user-agent'] = f'speakeasy-sdk/{self._language} {self._sdk_version} {self._gen_version}'
|
|
84
84
|
|
|
85
85
|
client = self._security_client
|
|
@@ -104,9 +104,9 @@ class Connections:
|
|
|
104
104
|
base_url = self._server_url
|
|
105
105
|
|
|
106
106
|
url = base_url.removesuffix('/') + '/connections'
|
|
107
|
-
|
|
108
107
|
headers = {}
|
|
109
108
|
query_params = utils.get_query_params(operations.ListConnectionsRequest, request)
|
|
109
|
+
headers['Accept'] = 'application/json'
|
|
110
110
|
headers['user-agent'] = f'speakeasy-sdk/{self._language} {self._sdk_version} {self._gen_version}'
|
|
111
111
|
|
|
112
112
|
client = self._security_client
|
|
@@ -29,11 +29,11 @@ class Destinations:
|
|
|
29
29
|
base_url = self._server_url
|
|
30
30
|
|
|
31
31
|
url = base_url.removesuffix('/') + '/destinations'
|
|
32
|
-
|
|
33
32
|
headers = {}
|
|
34
33
|
req_content_type, data, form = utils.serialize_request_body(request, "request", 'json')
|
|
35
34
|
if req_content_type not in ('multipart/form-data', 'multipart/mixed'):
|
|
36
35
|
headers['content-type'] = req_content_type
|
|
36
|
+
headers['Accept'] = 'application/json'
|
|
37
37
|
headers['user-agent'] = f'speakeasy-sdk/{self._language} {self._sdk_version} {self._gen_version}'
|
|
38
38
|
|
|
39
39
|
client = self._security_client
|
|
@@ -58,8 +58,8 @@ class Destinations:
|
|
|
58
58
|
base_url = self._server_url
|
|
59
59
|
|
|
60
60
|
url = utils.generate_url(operations.DeleteDestinationRequest, base_url, '/destinations/{destinationId}', request)
|
|
61
|
-
|
|
62
61
|
headers = {}
|
|
62
|
+
headers['Accept'] = '*/*'
|
|
63
63
|
headers['user-agent'] = f'speakeasy-sdk/{self._language} {self._sdk_version} {self._gen_version}'
|
|
64
64
|
|
|
65
65
|
client = self._security_client
|
|
@@ -78,8 +78,8 @@ class Destinations:
|
|
|
78
78
|
base_url = self._server_url
|
|
79
79
|
|
|
80
80
|
url = utils.generate_url(operations.GetDestinationRequest, base_url, '/destinations/{destinationId}', request)
|
|
81
|
-
|
|
82
81
|
headers = {}
|
|
82
|
+
headers['Accept'] = 'application/json'
|
|
83
83
|
headers['user-agent'] = f'speakeasy-sdk/{self._language} {self._sdk_version} {self._gen_version}'
|
|
84
84
|
|
|
85
85
|
client = self._security_client
|
|
@@ -104,9 +104,9 @@ class Destinations:
|
|
|
104
104
|
base_url = self._server_url
|
|
105
105
|
|
|
106
106
|
url = base_url.removesuffix('/') + '/destinations'
|
|
107
|
-
|
|
108
107
|
headers = {}
|
|
109
108
|
query_params = utils.get_query_params(operations.ListDestinationsRequest, request)
|
|
109
|
+
headers['Accept'] = 'application/json'
|
|
110
110
|
headers['user-agent'] = f'speakeasy-sdk/{self._language} {self._sdk_version} {self._gen_version}'
|
|
111
111
|
|
|
112
112
|
client = self._security_client
|
|
@@ -27,8 +27,8 @@ class Jobs:
|
|
|
27
27
|
base_url = self._server_url
|
|
28
28
|
|
|
29
29
|
url = utils.generate_url(operations.CancelJobRequest, base_url, '/jobs/{jobId}', request)
|
|
30
|
-
|
|
31
30
|
headers = {}
|
|
31
|
+
headers['Accept'] = 'application/json'
|
|
32
32
|
headers['user-agent'] = f'speakeasy-sdk/{self._language} {self._sdk_version} {self._gen_version}'
|
|
33
33
|
|
|
34
34
|
client = self._security_client
|
|
@@ -53,13 +53,13 @@ class Jobs:
|
|
|
53
53
|
base_url = self._server_url
|
|
54
54
|
|
|
55
55
|
url = base_url.removesuffix('/') + '/jobs'
|
|
56
|
-
|
|
57
56
|
headers = {}
|
|
58
57
|
req_content_type, data, form = utils.serialize_request_body(request, "request", 'json')
|
|
59
58
|
if req_content_type not in ('multipart/form-data', 'multipart/mixed'):
|
|
60
59
|
headers['content-type'] = req_content_type
|
|
61
60
|
if data is None and form is None:
|
|
62
61
|
raise Exception('request body is required')
|
|
62
|
+
headers['Accept'] = 'application/json'
|
|
63
63
|
headers['user-agent'] = f'speakeasy-sdk/{self._language} {self._sdk_version} {self._gen_version}'
|
|
64
64
|
|
|
65
65
|
client = self._security_client
|
|
@@ -84,8 +84,8 @@ class Jobs:
|
|
|
84
84
|
base_url = self._server_url
|
|
85
85
|
|
|
86
86
|
url = utils.generate_url(operations.GetJobRequest, base_url, '/jobs/{jobId}', request)
|
|
87
|
-
|
|
88
87
|
headers = {}
|
|
88
|
+
headers['Accept'] = 'application/json'
|
|
89
89
|
headers['user-agent'] = f'speakeasy-sdk/{self._language} {self._sdk_version} {self._gen_version}'
|
|
90
90
|
|
|
91
91
|
client = self._security_client
|
|
@@ -110,9 +110,9 @@ class Jobs:
|
|
|
110
110
|
base_url = self._server_url
|
|
111
111
|
|
|
112
112
|
url = base_url.removesuffix('/') + '/jobs'
|
|
113
|
-
|
|
114
113
|
headers = {}
|
|
115
114
|
query_params = utils.get_query_params(operations.ListJobsRequest, request)
|
|
115
|
+
headers['Accept'] = 'application/json'
|
|
116
116
|
headers['user-agent'] = f'speakeasy-sdk/{self._language} {self._sdk_version} {self._gen_version}'
|
|
117
117
|
|
|
118
118
|
client = self._security_client
|
|
@@ -4,7 +4,7 @@ from __future__ import annotations
|
|
|
4
4
|
import dataclasses
|
|
5
5
|
import requests as requests_http
|
|
6
6
|
from ..shared import jobsresponse as shared_jobsresponse
|
|
7
|
-
from ..shared import
|
|
7
|
+
from ..shared import jobtypeenum as shared_jobtypeenum
|
|
8
8
|
from typing import Optional
|
|
9
9
|
|
|
10
10
|
|
|
@@ -13,7 +13,7 @@ class ListJobsRequest:
|
|
|
13
13
|
|
|
14
14
|
connection_id: str = dataclasses.field(metadata={'query_param': { 'field_name': 'connectionId', 'style': 'form', 'explode': True }})
|
|
15
15
|
r"""Filter the Jobs by connectionId."""
|
|
16
|
-
job_type: Optional[
|
|
16
|
+
job_type: Optional[shared_jobtypeenum.JobTypeEnum] = dataclasses.field(default=None, metadata={'query_param': { 'field_name': 'jobType', 'style': 'form', 'explode': True }})
|
|
17
17
|
r"""Filter the Jobs by jobType."""
|
|
18
18
|
limit: Optional[int] = dataclasses.field(default=None, metadata={'query_param': { 'field_name': 'limit', 'style': 'form', 'explode': True }})
|
|
19
19
|
r"""Set the limit on the number of Jobs returned. The default is 20 Jobs."""
|
|
@@ -0,0 +1,268 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from .actortypeenum import *
|
|
4
|
+
from .connectioncreaterequest import *
|
|
5
|
+
from .connectionresponse import *
|
|
6
|
+
from .connectionschedulecreate import *
|
|
7
|
+
from .connectionscheduleresponse import *
|
|
8
|
+
from .connectionsresponse import *
|
|
9
|
+
from .connectionstatusenum import *
|
|
10
|
+
from .connectionsyncmodeenum import *
|
|
11
|
+
from .destination_amazon_sqs import *
|
|
12
|
+
from .destination_aws_datalake import *
|
|
13
|
+
from .destination_azure_blob_storage import *
|
|
14
|
+
from .destination_bigquery import *
|
|
15
|
+
from .destination_bigquery_denormalized import *
|
|
16
|
+
from .destination_cassandra import *
|
|
17
|
+
from .destination_clickhouse import *
|
|
18
|
+
from .destination_convex import *
|
|
19
|
+
from .destination_cumulio import *
|
|
20
|
+
from .destination_databend import *
|
|
21
|
+
from .destination_databricks import *
|
|
22
|
+
from .destination_dev_null import *
|
|
23
|
+
from .destination_dynamodb import *
|
|
24
|
+
from .destination_elasticsearch import *
|
|
25
|
+
from .destination_firebolt import *
|
|
26
|
+
from .destination_firestore import *
|
|
27
|
+
from .destination_gcs import *
|
|
28
|
+
from .destination_google_sheets import *
|
|
29
|
+
from .destination_keen import *
|
|
30
|
+
from .destination_kinesis import *
|
|
31
|
+
from .destination_mariadb_columnstore import *
|
|
32
|
+
from .destination_meilisearch import *
|
|
33
|
+
from .destination_mongodb import *
|
|
34
|
+
from .destination_mssql import *
|
|
35
|
+
from .destination_mysql import *
|
|
36
|
+
from .destination_oracle import *
|
|
37
|
+
from .destination_postgres import *
|
|
38
|
+
from .destination_pubsub import *
|
|
39
|
+
from .destination_pulsar import *
|
|
40
|
+
from .destination_rabbitmq import *
|
|
41
|
+
from .destination_redis import *
|
|
42
|
+
from .destination_redshift import *
|
|
43
|
+
from .destination_rockset import *
|
|
44
|
+
from .destination_s3 import *
|
|
45
|
+
from .destination_s3_glue import *
|
|
46
|
+
from .destination_scylla import *
|
|
47
|
+
from .destination_sftp_json import *
|
|
48
|
+
from .destination_snowflake import *
|
|
49
|
+
from .destination_typesense import *
|
|
50
|
+
from .destinationcreaterequest import *
|
|
51
|
+
from .destinationresponse import *
|
|
52
|
+
from .destinationsresponse import *
|
|
53
|
+
from .geographyenum import *
|
|
54
|
+
from .initiateoauthrequest import *
|
|
55
|
+
from .jobcreaterequest import *
|
|
56
|
+
from .jobresponse import *
|
|
57
|
+
from .jobsresponse import *
|
|
58
|
+
from .jobstatusenum import *
|
|
59
|
+
from .jobtypeenum import *
|
|
60
|
+
from .namespacedefinitionenum import *
|
|
61
|
+
from .nonbreakingschemaupdatesbehaviorenum import *
|
|
62
|
+
from .scheduletypeenum import *
|
|
63
|
+
from .scheduletypewithbasicenum import *
|
|
64
|
+
from .security import *
|
|
65
|
+
from .source_aircall import *
|
|
66
|
+
from .source_airtable import *
|
|
67
|
+
from .source_alloydb import *
|
|
68
|
+
from .source_amazon_ads import *
|
|
69
|
+
from .source_amazon_seller_partner import *
|
|
70
|
+
from .source_amazon_sqs import *
|
|
71
|
+
from .source_amplitude import *
|
|
72
|
+
from .source_apify_dataset import *
|
|
73
|
+
from .source_asana import *
|
|
74
|
+
from .source_auth0 import *
|
|
75
|
+
from .source_aws_cloudtrail import *
|
|
76
|
+
from .source_azure_blob_storage import *
|
|
77
|
+
from .source_azure_table import *
|
|
78
|
+
from .source_bamboo_hr import *
|
|
79
|
+
from .source_bigcommerce import *
|
|
80
|
+
from .source_bigquery import *
|
|
81
|
+
from .source_bing_ads import *
|
|
82
|
+
from .source_braintree import *
|
|
83
|
+
from .source_braze import *
|
|
84
|
+
from .source_chargebee import *
|
|
85
|
+
from .source_chartmogul import *
|
|
86
|
+
from .source_clickhouse import *
|
|
87
|
+
from .source_clickup_api import *
|
|
88
|
+
from .source_close_com import *
|
|
89
|
+
from .source_coda import *
|
|
90
|
+
from .source_coin_api import *
|
|
91
|
+
from .source_coinmarketcap import *
|
|
92
|
+
from .source_configcat import *
|
|
93
|
+
from .source_confluence import *
|
|
94
|
+
from .source_datascope import *
|
|
95
|
+
from .source_delighted import *
|
|
96
|
+
from .source_dixa import *
|
|
97
|
+
from .source_dockerhub import *
|
|
98
|
+
from .source_dremio import *
|
|
99
|
+
from .source_dynamodb import *
|
|
100
|
+
from .source_e2e_test_cloud import *
|
|
101
|
+
from .source_emailoctopus import *
|
|
102
|
+
from .source_exchange_rates import *
|
|
103
|
+
from .source_facebook_marketing import *
|
|
104
|
+
from .source_facebook_pages import *
|
|
105
|
+
from .source_faker import *
|
|
106
|
+
from .source_fauna import *
|
|
107
|
+
from .source_file_secure import *
|
|
108
|
+
from .source_firebolt import *
|
|
109
|
+
from .source_freshcaller import *
|
|
110
|
+
from .source_freshdesk import *
|
|
111
|
+
from .source_freshsales import *
|
|
112
|
+
from .source_gcs import *
|
|
113
|
+
from .source_getlago import *
|
|
114
|
+
from .source_github import *
|
|
115
|
+
from .source_gitlab import *
|
|
116
|
+
from .source_glassfrog import *
|
|
117
|
+
from .source_gnews import *
|
|
118
|
+
from .source_google_ads import *
|
|
119
|
+
from .source_google_analytics_data_api import *
|
|
120
|
+
from .source_google_analytics_v4 import *
|
|
121
|
+
from .source_google_directory import *
|
|
122
|
+
from .source_google_search_console import *
|
|
123
|
+
from .source_google_sheets import *
|
|
124
|
+
from .source_google_webfonts import *
|
|
125
|
+
from .source_google_workspace_admin_reports import *
|
|
126
|
+
from .source_greenhouse import *
|
|
127
|
+
from .source_gridly import *
|
|
128
|
+
from .source_harvest import *
|
|
129
|
+
from .source_hubplanner import *
|
|
130
|
+
from .source_hubspot import *
|
|
131
|
+
from .source_insightly import *
|
|
132
|
+
from .source_instagram import *
|
|
133
|
+
from .source_instatus import *
|
|
134
|
+
from .source_intercom import *
|
|
135
|
+
from .source_ip2whois import *
|
|
136
|
+
from .source_iterable import *
|
|
137
|
+
from .source_jira import *
|
|
138
|
+
from .source_k6_cloud import *
|
|
139
|
+
from .source_klarna import *
|
|
140
|
+
from .source_klaviyo import *
|
|
141
|
+
from .source_kustomer_singer import *
|
|
142
|
+
from .source_launchdarkly import *
|
|
143
|
+
from .source_lemlist import *
|
|
144
|
+
from .source_linkedin_ads import *
|
|
145
|
+
from .source_linkedin_pages import *
|
|
146
|
+
from .source_linnworks import *
|
|
147
|
+
from .source_lokalise import *
|
|
148
|
+
from .source_mailchimp import *
|
|
149
|
+
from .source_mailgun import *
|
|
150
|
+
from .source_mailjet_sms import *
|
|
151
|
+
from .source_marketo import *
|
|
152
|
+
from .source_metabase import *
|
|
153
|
+
from .source_microsoft_teams import *
|
|
154
|
+
from .source_mixpanel import *
|
|
155
|
+
from .source_monday import *
|
|
156
|
+
from .source_mongodb import *
|
|
157
|
+
from .source_mssql import *
|
|
158
|
+
from .source_my_hours import *
|
|
159
|
+
from .source_mysql import *
|
|
160
|
+
from .source_netsuite import *
|
|
161
|
+
from .source_notion import *
|
|
162
|
+
from .source_nytimes import *
|
|
163
|
+
from .source_okta import *
|
|
164
|
+
from .source_omnisend import *
|
|
165
|
+
from .source_onesignal import *
|
|
166
|
+
from .source_openweather import *
|
|
167
|
+
from .source_oracle import *
|
|
168
|
+
from .source_orb import *
|
|
169
|
+
from .source_orbit import *
|
|
170
|
+
from .source_outreach import *
|
|
171
|
+
from .source_paypal_transaction import *
|
|
172
|
+
from .source_paystack import *
|
|
173
|
+
from .source_pendo import *
|
|
174
|
+
from .source_persistiq import *
|
|
175
|
+
from .source_pexels_api import *
|
|
176
|
+
from .source_pinterest import *
|
|
177
|
+
from .source_pipedrive import *
|
|
178
|
+
from .source_pocket import *
|
|
179
|
+
from .source_pokeapi import *
|
|
180
|
+
from .source_polygon_stock_api import *
|
|
181
|
+
from .source_postgres import *
|
|
182
|
+
from .source_posthog import *
|
|
183
|
+
from .source_postmarkapp import *
|
|
184
|
+
from .source_prestashop import *
|
|
185
|
+
from .source_public_apis import *
|
|
186
|
+
from .source_punk_api import *
|
|
187
|
+
from .source_pypi import *
|
|
188
|
+
from .source_qualaroo import *
|
|
189
|
+
from .source_quickbooks import *
|
|
190
|
+
from .source_railz import *
|
|
191
|
+
from .source_recharge import *
|
|
192
|
+
from .source_recreation import *
|
|
193
|
+
from .source_recruitee import *
|
|
194
|
+
from .source_recurly import *
|
|
195
|
+
from .source_redshift import *
|
|
196
|
+
from .source_retently import *
|
|
197
|
+
from .source_rki_covid import *
|
|
198
|
+
from .source_rss import *
|
|
199
|
+
from .source_s3 import *
|
|
200
|
+
from .source_salesforce import *
|
|
201
|
+
from .source_salesforce_singer import *
|
|
202
|
+
from .source_salesloft import *
|
|
203
|
+
from .source_sap_fieldglass import *
|
|
204
|
+
from .source_secoda import *
|
|
205
|
+
from .source_sendgrid import *
|
|
206
|
+
from .source_sendinblue import *
|
|
207
|
+
from .source_senseforce import *
|
|
208
|
+
from .source_sentry import *
|
|
209
|
+
from .source_sftp import *
|
|
210
|
+
from .source_sftp_bulk import *
|
|
211
|
+
from .source_shopify import *
|
|
212
|
+
from .source_shortio import *
|
|
213
|
+
from .source_slack import *
|
|
214
|
+
from .source_smaily import *
|
|
215
|
+
from .source_smartengage import *
|
|
216
|
+
from .source_smartsheets import *
|
|
217
|
+
from .source_snapchat_marketing import *
|
|
218
|
+
from .source_snowflake import *
|
|
219
|
+
from .source_sonar_cloud import *
|
|
220
|
+
from .source_spacex_api import *
|
|
221
|
+
from .source_square import *
|
|
222
|
+
from .source_strava import *
|
|
223
|
+
from .source_stripe import *
|
|
224
|
+
from .source_survey_sparrow import *
|
|
225
|
+
from .source_surveymonkey import *
|
|
226
|
+
from .source_tempo import *
|
|
227
|
+
from .source_the_guardian_api import *
|
|
228
|
+
from .source_tiktok_marketing import *
|
|
229
|
+
from .source_todoist import *
|
|
230
|
+
from .source_trello import *
|
|
231
|
+
from .source_trustpilot import *
|
|
232
|
+
from .source_tvmaze_schedule import *
|
|
233
|
+
from .source_twilio import *
|
|
234
|
+
from .source_twilio_taskrouter import *
|
|
235
|
+
from .source_twitter import *
|
|
236
|
+
from .source_typeform import *
|
|
237
|
+
from .source_us_census import *
|
|
238
|
+
from .source_vantage import *
|
|
239
|
+
from .source_webflow import *
|
|
240
|
+
from .source_whisky_hunter import *
|
|
241
|
+
from .source_wikipedia_pageviews import *
|
|
242
|
+
from .source_woocommerce import *
|
|
243
|
+
from .source_xero import *
|
|
244
|
+
from .source_xkcd import *
|
|
245
|
+
from .source_yandex_metrica import *
|
|
246
|
+
from .source_younium import *
|
|
247
|
+
from .source_youtube_analytics import *
|
|
248
|
+
from .source_zendesk_chat import *
|
|
249
|
+
from .source_zendesk_sunshine import *
|
|
250
|
+
from .source_zendesk_support import *
|
|
251
|
+
from .source_zendesk_talk import *
|
|
252
|
+
from .source_zenloop import *
|
|
253
|
+
from .source_zoho_crm import *
|
|
254
|
+
from .source_zoom import *
|
|
255
|
+
from .source_zuora import *
|
|
256
|
+
from .sourcecreaterequest import *
|
|
257
|
+
from .sourceresponse import *
|
|
258
|
+
from .sourcesresponse import *
|
|
259
|
+
from .streamconfiguration import *
|
|
260
|
+
from .streamconfigurations import *
|
|
261
|
+
from .streamproperties import *
|
|
262
|
+
from .workspacecreaterequest import *
|
|
263
|
+
from .workspaceoauthcredentialsrequest import *
|
|
264
|
+
from .workspaceresponse import *
|
|
265
|
+
from .workspacesresponse import *
|
|
266
|
+
from .workspaceupdaterequest import *
|
|
267
|
+
|
|
268
|
+
__all__ = ["ActorTypeEnum","ConnectionCreateRequest","ConnectionResponse","ConnectionScheduleCreate","ConnectionScheduleResponse","ConnectionStatusEnum","ConnectionSyncModeEnum","ConnectionsResponse","DestinationAmazonSqs","DestinationAmazonSqsAWSRegion","DestinationAmazonSqsAmazonSqs","DestinationAwsDatalake","DestinationAwsDatalakeAwsDatalake","DestinationAwsDatalakeChooseHowToPartitionData","DestinationAwsDatalakeCredentialsIAMRole","DestinationAwsDatalakeCredentialsIAMRoleCredentialsTitle","DestinationAwsDatalakeCredentialsIAMUser","DestinationAwsDatalakeCredentialsIAMUserCredentialsTitle","DestinationAwsDatalakeFormatJSONLinesNewlineDelimitedJSON","DestinationAwsDatalakeFormatJSONLinesNewlineDelimitedJSONCompressionCodecOptional","DestinationAwsDatalakeFormatJSONLinesNewlineDelimitedJSONFormatTypeWildcard","DestinationAwsDatalakeFormatParquetColumnarStorage","DestinationAwsDatalakeFormatParquetColumnarStorageCompressionCodecOptional","DestinationAwsDatalakeFormatParquetColumnarStorageFormatTypeWildcard","DestinationAwsDatalakeS3BucketRegion","DestinationAzureBlobStorage","DestinationAzureBlobStorageAzureBlobStorage","DestinationAzureBlobStorageFormatCSVCommaSeparatedValues","DestinationAzureBlobStorageFormatCSVCommaSeparatedValuesFormatType","DestinationAzureBlobStorageFormatCSVCommaSeparatedValuesNormalizationFlattening","DestinationAzureBlobStorageFormatJSONLinesNewlineDelimitedJSON","DestinationAzureBlobStorageFormatJSONLinesNewlineDelimitedJSONFormatType","DestinationBigquery","DestinationBigqueryBigquery","DestinationBigqueryDatasetLocation","DestinationBigqueryDenormalized","DestinationBigqueryDenormalizedBigqueryDenormalized","DestinationBigqueryDenormalizedDatasetLocation","DestinationBigqueryDenormalizedLoadingMethodGCSStaging","DestinationBigqueryDenormalizedLoadingMethodGCSStagingCredentialHMACKey","DestinationBigqueryDenormalizedLoadingMethodGCSStagingCredentialHMACKeyCredentialType","DestinationBigqueryDenormalizedLoadingMethodGCSStagingGCSTmpFilesAfterwardProcessing","DestinationBigqueryDenormalizedLoadingMethodGCSStagingMethod","DestinationBigqueryDenormalizedLoadingMethodStandardInserts","DestinationBigqueryDenormalizedLoadingMethodStandardInsertsMethod","DestinationBigqueryLoadingMethodGCSStaging","DestinationBigqueryLoadingMethodGCSStagingCredentialHMACKey","DestinationBigqueryLoadingMethodGCSStagingCredentialHMACKeyCredentialType","DestinationBigqueryLoadingMethodGCSStagingGCSTmpFilesAfterwardProcessing","DestinationBigqueryLoadingMethodGCSStagingMethod","DestinationBigqueryLoadingMethodStandardInserts","DestinationBigqueryLoadingMethodStandardInsertsMethod","DestinationBigqueryTransformationQueryRunType","DestinationCassandra","DestinationCassandraCassandra","DestinationClickhouse","DestinationClickhouseClickhouse","DestinationClickhouseTunnelMethodNoTunnel","DestinationClickhouseTunnelMethodNoTunnelTunnelMethod","DestinationClickhouseTunnelMethodPasswordAuthentication","DestinationClickhouseTunnelMethodPasswordAuthenticationTunnelMethod","DestinationClickhouseTunnelMethodSSHKeyAuthentication","DestinationClickhouseTunnelMethodSSHKeyAuthenticationTunnelMethod","DestinationConvex","DestinationConvexConvex","DestinationCreateRequest","DestinationCumulio","DestinationCumulioCumulio","DestinationDatabend","DestinationDatabendDatabend","DestinationDatabricks","DestinationDatabricksDataSourceAmazonS3","DestinationDatabricksDataSourceAmazonS3DataSourceType","DestinationDatabricksDataSourceAmazonS3S3BucketRegion","DestinationDatabricksDataSourceAzureBlobStorage","DestinationDatabricksDataSourceAzureBlobStorageDataSourceType","DestinationDatabricksDataSourceRecommendedManagedTables","DestinationDatabricksDataSourceRecommendedManagedTablesDataSourceType","DestinationDatabricksDatabricks","DestinationDevNull","DestinationDevNullDevNull","DestinationDevNullTestDestinationSilent","DestinationDevNullTestDestinationSilentTestDestinationType","DestinationDynamodb","DestinationDynamodbDynamoDBRegion","DestinationDynamodbDynamodb","DestinationElasticsearch","DestinationElasticsearchAuthenticationMethodAPIKeySecret","DestinationElasticsearchAuthenticationMethodAPIKeySecretMethod","DestinationElasticsearchAuthenticationMethodUsernamePassword","DestinationElasticsearchAuthenticationMethodUsernamePasswordMethod","DestinationElasticsearchElasticsearch","DestinationFirebolt","DestinationFireboltFirebolt","DestinationFireboltLoadingMethodExternalTableViaS3","DestinationFireboltLoadingMethodExternalTableViaS3Method","DestinationFireboltLoadingMethodSQLInserts","DestinationFireboltLoadingMethodSQLInsertsMethod","DestinationFirestore","DestinationFirestoreFirestore","DestinationGCSGCSBucketRegion","DestinationGcs","DestinationGcsCredentialHMACKey","DestinationGcsCredentialHMACKeyCredentialType","DestinationGcsFormatAvroApacheAvro","DestinationGcsFormatAvroApacheAvroCompressionCodecBzip2","DestinationGcsFormatAvroApacheAvroCompressionCodecBzip2Codec","DestinationGcsFormatAvroApacheAvroCompressionCodecDeflate","DestinationGcsFormatAvroApacheAvroCompressionCodecDeflateCodec","DestinationGcsFormatAvroApacheAvroCompressionCodecNoCompression","DestinationGcsFormatAvroApacheAvroCompressionCodecNoCompressionCodec","DestinationGcsFormatAvroApacheAvroCompressionCodecSnappy","DestinationGcsFormatAvroApacheAvroCompressionCodecSnappyCodec","DestinationGcsFormatAvroApacheAvroCompressionCodecXz","DestinationGcsFormatAvroApacheAvroCompressionCodecXzCodec","DestinationGcsFormatAvroApacheAvroCompressionCodecZstandard","DestinationGcsFormatAvroApacheAvroCompressionCodecZstandardCodec","DestinationGcsFormatAvroApacheAvroFormatType","DestinationGcsFormatCSVCommaSeparatedValues","DestinationGcsFormatCSVCommaSeparatedValuesCompressionGZIP","DestinationGcsFormatCSVCommaSeparatedValuesCompressionGZIPCompressionType","DestinationGcsFormatCSVCommaSeparatedValuesCompressionNoCompression","DestinationGcsFormatCSVCommaSeparatedValuesCompressionNoCompressionCompressionType","DestinationGcsFormatCSVCommaSeparatedValuesFormatType","DestinationGcsFormatCSVCommaSeparatedValuesNormalization","DestinationGcsFormatJSONLinesNewlineDelimitedJSON","DestinationGcsFormatJSONLinesNewlineDelimitedJSONCompressionGZIP","DestinationGcsFormatJSONLinesNewlineDelimitedJSONCompressionGZIPCompressionType","DestinationGcsFormatJSONLinesNewlineDelimitedJSONCompressionNoCompression","DestinationGcsFormatJSONLinesNewlineDelimitedJSONCompressionNoCompressionCompressionType","DestinationGcsFormatJSONLinesNewlineDelimitedJSONFormatType","DestinationGcsFormatParquetColumnarStorage","DestinationGcsFormatParquetColumnarStorageCompressionCodec","DestinationGcsFormatParquetColumnarStorageFormatType","DestinationGcsGcs","DestinationGoogleSheets","DestinationGoogleSheetsAuthenticationViaGoogleOAuth","DestinationGoogleSheetsGoogleSheets","DestinationKeen","DestinationKeenKeen","DestinationKinesis","DestinationKinesisKinesis","DestinationMariadbColumnstore","DestinationMariadbColumnstoreMariadbColumnstore","DestinationMariadbColumnstoreTunnelMethodNoTunnel","DestinationMariadbColumnstoreTunnelMethodNoTunnelTunnelMethod","DestinationMariadbColumnstoreTunnelMethodPasswordAuthentication","DestinationMariadbColumnstoreTunnelMethodPasswordAuthenticationTunnelMethod","DestinationMariadbColumnstoreTunnelMethodSSHKeyAuthentication","DestinationMariadbColumnstoreTunnelMethodSSHKeyAuthenticationTunnelMethod","DestinationMeilisearch","DestinationMeilisearchMeilisearch","DestinationMongodb","DestinationMongodbAuthTypeLoginPassword","DestinationMongodbAuthTypeLoginPasswordAuthorization","DestinationMongodbAuthTypeNone","DestinationMongodbAuthTypeNoneAuthorization","DestinationMongodbInstanceTypeMongoDBAtlas","DestinationMongodbInstanceTypeMongoDBAtlasInstance","DestinationMongodbInstanceTypeReplicaSet","DestinationMongodbInstanceTypeReplicaSetInstance","DestinationMongodbInstanceTypeStandaloneMongoDbInstance","DestinationMongodbInstanceTypeStandaloneMongoDbInstanceInstance","DestinationMongodbMongodb","DestinationMongodbTunnelMethodNoTunnel","DestinationMongodbTunnelMethodNoTunnelTunnelMethod","DestinationMongodbTunnelMethodPasswordAuthentication","DestinationMongodbTunnelMethodPasswordAuthenticationTunnelMethod","DestinationMongodbTunnelMethodSSHKeyAuthentication","DestinationMongodbTunnelMethodSSHKeyAuthenticationTunnelMethod","DestinationMssql","DestinationMssqlMssql","DestinationMssqlSslMethodEncryptedTrustServerCertificate","DestinationMssqlSslMethodEncryptedTrustServerCertificateSslMethod","DestinationMssqlSslMethodEncryptedVerifyCertificate","DestinationMssqlSslMethodEncryptedVerifyCertificateSslMethod","DestinationMssqlTunnelMethodNoTunnel","DestinationMssqlTunnelMethodNoTunnelTunnelMethod","DestinationMssqlTunnelMethodPasswordAuthentication","DestinationMssqlTunnelMethodPasswordAuthenticationTunnelMethod","DestinationMssqlTunnelMethodSSHKeyAuthentication","DestinationMssqlTunnelMethodSSHKeyAuthenticationTunnelMethod","DestinationMysql","DestinationMysqlMysql","DestinationMysqlTunnelMethodNoTunnel","DestinationMysqlTunnelMethodNoTunnelTunnelMethod","DestinationMysqlTunnelMethodPasswordAuthentication","DestinationMysqlTunnelMethodPasswordAuthenticationTunnelMethod","DestinationMysqlTunnelMethodSSHKeyAuthentication","DestinationMysqlTunnelMethodSSHKeyAuthenticationTunnelMethod","DestinationOracle","DestinationOracleOracle","DestinationOracleTunnelMethodNoTunnel","DestinationOracleTunnelMethodNoTunnelTunnelMethod","DestinationOracleTunnelMethodPasswordAuthentication","DestinationOracleTunnelMethodPasswordAuthenticationTunnelMethod","DestinationOracleTunnelMethodSSHKeyAuthentication","DestinationOracleTunnelMethodSSHKeyAuthenticationTunnelMethod","DestinationPostgres","DestinationPostgresPostgres","DestinationPostgresSslModeAllow","DestinationPostgresSslModeAllowMode","DestinationPostgresSslModeDisable","DestinationPostgresSslModeDisableMode","DestinationPostgresSslModePrefer","DestinationPostgresSslModePreferMode","DestinationPostgresSslModeRequire","DestinationPostgresSslModeRequireMode","DestinationPostgresSslModeVerifyCa","DestinationPostgresSslModeVerifyCaMode","DestinationPostgresSslModeVerifyFull","DestinationPostgresSslModeVerifyFullMode","DestinationPostgresTunnelMethodNoTunnel","DestinationPostgresTunnelMethodNoTunnelTunnelMethod","DestinationPostgresTunnelMethodPasswordAuthentication","DestinationPostgresTunnelMethodPasswordAuthenticationTunnelMethod","DestinationPostgresTunnelMethodSSHKeyAuthentication","DestinationPostgresTunnelMethodSSHKeyAuthenticationTunnelMethod","DestinationPubsub","DestinationPubsubPubsub","DestinationPulsar","DestinationPulsarCompressionType","DestinationPulsarPulsar","DestinationPulsarTopicType","DestinationRabbitmq","DestinationRabbitmqRabbitmq","DestinationRedis","DestinationRedisCacheType","DestinationRedisRedis","DestinationRedisSslModeDisable","DestinationRedisSslModeDisableMode","DestinationRedisSslModeVerifyFull","DestinationRedisSslModeVerifyFullMode","DestinationRedisTunnelMethodNoTunnel","DestinationRedisTunnelMethodNoTunnelTunnelMethod","DestinationRedisTunnelMethodPasswordAuthentication","DestinationRedisTunnelMethodPasswordAuthenticationTunnelMethod","DestinationRedisTunnelMethodSSHKeyAuthentication","DestinationRedisTunnelMethodSSHKeyAuthenticationTunnelMethod","DestinationRedshift","DestinationRedshiftRedshift","DestinationRedshiftTunnelMethodNoTunnel","DestinationRedshiftTunnelMethodNoTunnelTunnelMethod","DestinationRedshiftTunnelMethodPasswordAuthentication","DestinationRedshiftTunnelMethodPasswordAuthenticationTunnelMethod","DestinationRedshiftTunnelMethodSSHKeyAuthentication","DestinationRedshiftTunnelMethodSSHKeyAuthenticationTunnelMethod","DestinationRedshiftUploadingMethodS3Staging","DestinationRedshiftUploadingMethodS3StagingEncryptionAESCBCEnvelopeEncryption","DestinationRedshiftUploadingMethodS3StagingEncryptionAESCBCEnvelopeEncryptionEncryptionType","DestinationRedshiftUploadingMethodS3StagingEncryptionNoEncryption","DestinationRedshiftUploadingMethodS3StagingEncryptionNoEncryptionEncryptionType","DestinationRedshiftUploadingMethodS3StagingMethod","DestinationRedshiftUploadingMethodS3StagingS3BucketRegion","DestinationRedshiftUploadingMethodStandard","DestinationRedshiftUploadingMethodStandardMethod","DestinationResponse","DestinationRockset","DestinationRocksetRockset","DestinationS3","DestinationS3FormatAvroApacheAvro","DestinationS3FormatAvroApacheAvroCompressionCodecBzip2","DestinationS3FormatAvroApacheAvroCompressionCodecBzip2Codec","DestinationS3FormatAvroApacheAvroCompressionCodecDeflate","DestinationS3FormatAvroApacheAvroCompressionCodecDeflateCodec","DestinationS3FormatAvroApacheAvroCompressionCodecNoCompression","DestinationS3FormatAvroApacheAvroCompressionCodecNoCompressionCodec","DestinationS3FormatAvroApacheAvroCompressionCodecSnappy","DestinationS3FormatAvroApacheAvroCompressionCodecSnappyCodec","DestinationS3FormatAvroApacheAvroCompressionCodecXz","DestinationS3FormatAvroApacheAvroCompressionCodecXzCodec","DestinationS3FormatAvroApacheAvroCompressionCodecZstandard","DestinationS3FormatAvroApacheAvroCompressionCodecZstandardCodec","DestinationS3FormatAvroApacheAvroFormatType","DestinationS3FormatCSVCommaSeparatedValues","DestinationS3FormatCSVCommaSeparatedValuesCompressionGZIP","DestinationS3FormatCSVCommaSeparatedValuesCompressionGZIPCompressionType","DestinationS3FormatCSVCommaSeparatedValuesCompressionNoCompression","DestinationS3FormatCSVCommaSeparatedValuesCompressionNoCompressionCompressionType","DestinationS3FormatCSVCommaSeparatedValuesFlattening","DestinationS3FormatCSVCommaSeparatedValuesFormatType","DestinationS3FormatJSONLinesNewlineDelimitedJSON","DestinationS3FormatJSONLinesNewlineDelimitedJSONCompressionGZIP","DestinationS3FormatJSONLinesNewlineDelimitedJSONCompressionGZIPCompressionType","DestinationS3FormatJSONLinesNewlineDelimitedJSONCompressionNoCompression","DestinationS3FormatJSONLinesNewlineDelimitedJSONCompressionNoCompressionCompressionType","DestinationS3FormatJSONLinesNewlineDelimitedJSONFlattening","DestinationS3FormatJSONLinesNewlineDelimitedJSONFormatType","DestinationS3FormatParquetColumnarStorage","DestinationS3FormatParquetColumnarStorageCompressionCodec","DestinationS3FormatParquetColumnarStorageFormatType","DestinationS3Glue","DestinationS3GlueFormatJSONLinesNewlineDelimitedJSON","DestinationS3GlueFormatJSONLinesNewlineDelimitedJSONCompressionGZIP","DestinationS3GlueFormatJSONLinesNewlineDelimitedJSONCompressionGZIPCompressionType","DestinationS3GlueFormatJSONLinesNewlineDelimitedJSONCompressionNoCompression","DestinationS3GlueFormatJSONLinesNewlineDelimitedJSONCompressionNoCompressionCompressionType","DestinationS3GlueFormatJSONLinesNewlineDelimitedJSONFlattening","DestinationS3GlueFormatJSONLinesNewlineDelimitedJSONFormatType","DestinationS3GlueS3BucketRegion","DestinationS3GlueS3Glue","DestinationS3GlueSerializationLibrary","DestinationS3S3","DestinationS3S3BucketRegion","DestinationScylla","DestinationScyllaScylla","DestinationSftpJSON","DestinationSftpJSONSftpJSON","DestinationSnowflake","DestinationSnowflakeCredentialsKeyPairAuthentication","DestinationSnowflakeCredentialsKeyPairAuthenticationAuthType","DestinationSnowflakeCredentialsOAuth20","DestinationSnowflakeCredentialsOAuth20AuthType","DestinationSnowflakeCredentialsUsernameAndPassword","DestinationSnowflakeCredentialsUsernameAndPasswordAuthType","DestinationSnowflakeLoadingMethodAWSS3Staging","DestinationSnowflakeLoadingMethodAWSS3StagingEncryptionAESCBCEnvelopeEncryption","DestinationSnowflakeLoadingMethodAWSS3StagingEncryptionAESCBCEnvelopeEncryptionEncryptionType","DestinationSnowflakeLoadingMethodAWSS3StagingEncryptionNoEncryption","DestinationSnowflakeLoadingMethodAWSS3StagingEncryptionNoEncryptionEncryptionType","DestinationSnowflakeLoadingMethodAWSS3StagingMethod","DestinationSnowflakeLoadingMethodAWSS3StagingS3BucketRegion","DestinationSnowflakeLoadingMethodGoogleCloudStorageStaging","DestinationSnowflakeLoadingMethodGoogleCloudStorageStagingMethod","DestinationSnowflakeLoadingMethodRecommendedInternalStaging","DestinationSnowflakeLoadingMethodRecommendedInternalStagingMethod","DestinationSnowflakeLoadingMethodSelectAnotherOption","DestinationSnowflakeLoadingMethodSelectAnotherOptionMethod","DestinationSnowflakeSnowflake","DestinationTypesense","DestinationTypesenseTypesense","DestinationsResponse","GeographyEnum","InitiateOauthRequest","JobCreateRequest","JobResponse","JobStatusEnum","JobTypeEnum","JobsResponse","NamespaceDefinitionEnum","NonBreakingSchemaUpdatesBehaviorEnum","ScheduleTypeEnum","ScheduleTypeWithBasicEnum","Security","SourceAircall","SourceAircallAircall","SourceAirtable","SourceAirtableAirtable","SourceAirtableCredentialsOAuth20","SourceAirtableCredentialsOAuth20AuthMethod","SourceAirtableCredentialsPersonalAccessToken","SourceAirtableCredentialsPersonalAccessTokenAuthMethod","SourceAlloydb","SourceAlloydbAlloydb","SourceAlloydbReplicationMethodStandard","SourceAlloydbReplicationMethodStandardMethod","SourceAlloydbTunnelMethodNoTunnel","SourceAlloydbTunnelMethodNoTunnelTunnelMethod","SourceAlloydbTunnelMethodPasswordAuthentication","SourceAlloydbTunnelMethodPasswordAuthenticationTunnelMethod","SourceAlloydbTunnelMethodSSHKeyAuthentication","SourceAlloydbTunnelMethodSSHKeyAuthenticationTunnelMethod","SourceAmazonAds","SourceAmazonAdsAmazonAds","SourceAmazonAdsAuthType","SourceAmazonAdsRegion","SourceAmazonAdsReportRecordTypes","SourceAmazonAdsStateFilter","SourceAmazonSellerPartner","SourceAmazonSellerPartnerAWSEnvironment","SourceAmazonSellerPartnerAWSRegion","SourceAmazonSellerPartnerAmazonSellerPartner","SourceAmazonSellerPartnerAuthType","SourceAmazonSqs","SourceAmazonSqsAWSRegion","SourceAmazonSqsAmazonSqs","SourceAmplitude","SourceAmplitudeAmplitude","SourceAmplitudeDataRegion","SourceApifyDataset","SourceApifyDatasetApifyDataset","SourceAsana","SourceAsanaAsana","SourceAsanaCredentialsAuthenticateViaAsanaOauth","SourceAsanaCredentialsAuthenticateViaAsanaOauthCredentialsTitle","SourceAsanaCredentialsAuthenticateWithPersonalAccessToken","SourceAsanaCredentialsAuthenticateWithPersonalAccessTokenCredentialsTitle","SourceAuth0","SourceAuth0Auth0","SourceAuth0CredentialsOAuth2AccessToken","SourceAuth0CredentialsOAuth2AccessTokenAuthenticationMethod","SourceAuth0CredentialsOAuth2ConfidentialApplication","SourceAuth0CredentialsOAuth2ConfidentialApplicationAuthenticationMethod","SourceAwsCloudtrail","SourceAwsCloudtrailAwsCloudtrail","SourceAzureBlobStorage","SourceAzureBlobStorageAzureBlobStorage","SourceAzureBlobStorageFormatJSONLinesNewlineDelimitedJSON","SourceAzureBlobStorageFormatJSONLinesNewlineDelimitedJSONFormatType","SourceAzureTable","SourceAzureTableAzureTable","SourceBambooHr","SourceBambooHrBambooHr","SourceBigcommerce","SourceBigcommerceBigcommerce","SourceBigquery","SourceBigqueryBigquery","SourceBingAds","SourceBingAdsAuthMethod","SourceBingAdsBingAds","SourceBraintree","SourceBraintreeBraintree","SourceBraintreeEnvironment","SourceBraze","SourceBrazeBraze","SourceChargebee","SourceChargebeeChargebee","SourceChargebeeProductCatalog","SourceChartmogul","SourceChartmogulChartmogul","SourceChartmogulInterval","SourceClickhouse","SourceClickhouseClickhouse","SourceClickhouseTunnelMethodNoTunnel","SourceClickhouseTunnelMethodNoTunnelTunnelMethod","SourceClickhouseTunnelMethodPasswordAuthentication","SourceClickhouseTunnelMethodPasswordAuthenticationTunnelMethod","SourceClickhouseTunnelMethodSSHKeyAuthentication","SourceClickhouseTunnelMethodSSHKeyAuthenticationTunnelMethod","SourceClickupAPI","SourceClickupAPIClickupAPI","SourceCloseCom","SourceCloseComCloseCom","SourceCoda","SourceCodaCoda","SourceCoinAPI","SourceCoinAPICoinAPI","SourceCoinAPIEnvironment","SourceCoinmarketcap","SourceCoinmarketcapCoinmarketcap","SourceCoinmarketcapDataType","SourceConfigcat","SourceConfigcatConfigcat","SourceConfluence","SourceConfluenceConfluence","SourceCreateRequest","SourceDatascope","SourceDatascopeDatascope","SourceDelighted","SourceDelightedDelighted","SourceDixa","SourceDixaDixa","SourceDockerhub","SourceDockerhubDockerhub","SourceDremio","SourceDremioDremio","SourceDynamodb","SourceDynamodbDynamodb","SourceDynamodbDynamodbRegion","SourceE2eTestCloud","SourceE2eTestCloudE2eTestCloud","SourceE2eTestCloudMockCatalogMultiSchema","SourceE2eTestCloudMockCatalogMultiSchemaType","SourceE2eTestCloudMockCatalogSingleSchema","SourceE2eTestCloudMockCatalogSingleSchemaType","SourceE2eTestCloudType","SourceEmailoctopus","SourceEmailoctopusEmailoctopus","SourceExchangeRates","SourceExchangeRatesExchangeRates","SourceFacebookMarketing","SourceFacebookMarketingFacebookMarketing","SourceFacebookMarketingInsightConfig","SourceFacebookMarketingInsightConfigLevel","SourceFacebookMarketingInsightConfigValidActionBreakdowns","SourceFacebookMarketingInsightConfigValidBreakdowns","SourceFacebookMarketingInsightConfigValidEnums","SourceFacebookPages","SourceFacebookPagesFacebookPages","SourceFaker","SourceFakerFaker","SourceFauna","SourceFaunaCollection","SourceFaunaCollectionDeletionsDisabled","SourceFaunaCollectionDeletionsDisabledDeletionMode","SourceFaunaCollectionDeletionsEnabled","SourceFaunaCollectionDeletionsEnabledDeletionMode","SourceFaunaFauna","SourceFileSecure","SourceFileSecureFileFormat","SourceFileSecureFileSecure","SourceFileSecureProviderAzBlobAzureBlobStorage","SourceFileSecureProviderAzBlobAzureBlobStorageStorage","SourceFileSecureProviderGCSGoogleCloudStorage","SourceFileSecureProviderGCSGoogleCloudStorageStorage","SourceFileSecureProviderHTTPSPublicWeb","SourceFileSecureProviderHTTPSPublicWebStorage","SourceFileSecureProviderS3AmazonWebServices","SourceFileSecureProviderS3AmazonWebServicesStorage","SourceFileSecureProviderSCPSecureCopyProtocol","SourceFileSecureProviderSCPSecureCopyProtocolStorage","SourceFileSecureProviderSFTPSecureFileTransferProtocol","SourceFileSecureProviderSFTPSecureFileTransferProtocolStorage","SourceFileSecureProviderSSHSecureShell","SourceFileSecureProviderSSHSecureShellStorage","SourceFirebolt","SourceFireboltFirebolt","SourceFreshcaller","SourceFreshcallerFreshcaller","SourceFreshdesk","SourceFreshdeskFreshdesk","SourceFreshsales","SourceFreshsalesFreshsales","SourceGcs","SourceGcsGcs","SourceGetlago","SourceGetlagoGetlago","SourceGithub","SourceGithubCredentialsOAuth","SourceGithubCredentialsOAuthOptionTitle","SourceGithubCredentialsPersonalAccessToken","SourceGithubCredentialsPersonalAccessTokenOptionTitle","SourceGithubGithub","SourceGitlab","SourceGitlabCredentialsOAuth20","SourceGitlabCredentialsOAuth20AuthType","SourceGitlabCredentialsPrivateToken","SourceGitlabCredentialsPrivateTokenAuthType","SourceGitlabGitlab","SourceGlassfrog","SourceGlassfrogGlassfrog","SourceGnews","SourceGnewsCountry","SourceGnewsGnews","SourceGnewsIn","SourceGnewsLanguage","SourceGnewsNullable","SourceGnewsSortBy","SourceGnewsTopHeadlinesTopic","SourceGoogleAds","SourceGoogleAdsCustomQueries","SourceGoogleAdsGoogleAds","SourceGoogleAdsGoogleCredentials","SourceGoogleAnalyticsDataAPI","SourceGoogleAnalyticsDataAPICredentialsAuthenticateViaGoogleOauth","SourceGoogleAnalyticsDataAPICredentialsAuthenticateViaGoogleOauthAuthType","SourceGoogleAnalyticsDataAPICredentialsServiceAccountKeyAuthentication","SourceGoogleAnalyticsDataAPICredentialsServiceAccountKeyAuthenticationAuthType","SourceGoogleAnalyticsDataAPIGoogleAnalyticsDataAPI","SourceGoogleAnalyticsV4","SourceGoogleAnalyticsV4CredentialsAuthenticateViaGoogleOauth","SourceGoogleAnalyticsV4CredentialsAuthenticateViaGoogleOauthAuthType","SourceGoogleAnalyticsV4CredentialsServiceAccountKeyAuthentication","SourceGoogleAnalyticsV4CredentialsServiceAccountKeyAuthenticationAuthType","SourceGoogleAnalyticsV4GoogleAnalyticsV4","SourceGoogleDirectory","SourceGoogleDirectoryGoogleDirectory","SourceGoogleSearchConsole","SourceGoogleSearchConsoleAuthorizationOAuth","SourceGoogleSearchConsoleAuthorizationOAuthAuthType","SourceGoogleSearchConsoleAuthorizationServiceAccountKeyAuthentication","SourceGoogleSearchConsoleAuthorizationServiceAccountKeyAuthenticationAuthType","SourceGoogleSearchConsoleGoogleSearchConsole","SourceGoogleSheets","SourceGoogleSheetsCredentialsAuthenticateViaGoogleOAuth","SourceGoogleSheetsCredentialsAuthenticateViaGoogleOAuthAuthType","SourceGoogleSheetsCredentialsServiceAccountKeyAuthentication","SourceGoogleSheetsCredentialsServiceAccountKeyAuthenticationAuthType","SourceGoogleSheetsGoogleSheets","SourceGoogleWebfonts","SourceGoogleWebfontsGoogleWebfonts","SourceGoogleWorkspaceAdminReports","SourceGoogleWorkspaceAdminReportsGoogleWorkspaceAdminReports","SourceGreenhouse","SourceGreenhouseGreenhouse","SourceGridly","SourceGridlyGridly","SourceHarvest","SourceHarvestHarvest","SourceHubplanner","SourceHubplannerHubplanner","SourceHubspot","SourceHubspotCredentialsOAuth","SourceHubspotCredentialsOAuthCredentials","SourceHubspotCredentialsPrivateApp","SourceHubspotCredentialsPrivateAppCredentials","SourceHubspotHubspot","SourceInsightly","SourceInsightlyInsightly","SourceInstagram","SourceInstagramInstagram","SourceInstatus","SourceInstatusInstatus","SourceIntercom","SourceIntercomIntercom","SourceIp2whois","SourceIp2whoisIp2whois","SourceIterable","SourceIterableIterable","SourceJira","SourceJiraJira","SourceK6Cloud","SourceK6CloudK6Cloud","SourceKlarna","SourceKlarnaKlarna","SourceKlarnaRegion","SourceKlaviyo","SourceKlaviyoKlaviyo","SourceKustomerSinger","SourceKustomerSingerKustomerSinger","SourceLaunchdarkly","SourceLaunchdarklyLaunchdarkly","SourceLemlist","SourceLemlistLemlist","SourceLinkedinAds","SourceLinkedinAdsCredentialsAccessToken","SourceLinkedinAdsCredentialsAccessTokenAuthMethod","SourceLinkedinAdsCredentialsOAuth20","SourceLinkedinAdsCredentialsOAuth20AuthMethod","SourceLinkedinAdsLinkedinAds","SourceLinkedinPages","SourceLinkedinPagesCredentialsAccessToken","SourceLinkedinPagesCredentialsAccessTokenAuthMethod","SourceLinkedinPagesCredentialsOAuth20","SourceLinkedinPagesCredentialsOAuth20AuthMethod","SourceLinkedinPagesLinkedinPages","SourceLinnworks","SourceLinnworksLinnworks","SourceLokalise","SourceLokaliseLokalise","SourceMailchimp","SourceMailchimpCredentialsAPIKey","SourceMailchimpCredentialsAPIKeyAuthType","SourceMailchimpCredentialsOAuth20","SourceMailchimpCredentialsOAuth20AuthType","SourceMailchimpMailchimp","SourceMailgun","SourceMailgunMailgun","SourceMailjetSms","SourceMailjetSmsMailjetSms","SourceMarketo","SourceMarketoMarketo","SourceMetabase","SourceMetabaseMetabase","SourceMicrosoftTeams","SourceMicrosoftTeamsCredentialsAuthenticateViaMicrosoft","SourceMicrosoftTeamsCredentialsAuthenticateViaMicrosoftAuthType","SourceMicrosoftTeamsCredentialsAuthenticateViaMicrosoftOAuth20","SourceMicrosoftTeamsCredentialsAuthenticateViaMicrosoftOAuth20AuthType","SourceMicrosoftTeamsMicrosoftTeams","SourceMixpanel","SourceMixpanelCredentialsProjectSecret","SourceMixpanelCredentialsProjectSecretOptionTitle","SourceMixpanelCredentialsServiceAccount","SourceMixpanelCredentialsServiceAccountOptionTitle","SourceMixpanelMixpanel","SourceMixpanelRegion","SourceMonday","SourceMondayCredentialsAPIToken","SourceMondayCredentialsAPITokenAuthType","SourceMondayCredentialsOAuth20","SourceMondayCredentialsOAuth20AuthType","SourceMondayMonday","SourceMongodb","SourceMongodbInstanceTypeMongoDBAtlas","SourceMongodbInstanceTypeMongoDBAtlasInstance","SourceMongodbInstanceTypeReplicaSet","SourceMongodbInstanceTypeReplicaSetInstance","SourceMongodbInstanceTypeStandaloneMongoDbInstance","SourceMongodbInstanceTypeStandaloneMongoDbInstanceInstance","SourceMongodbMongodb","SourceMssql","SourceMssqlMssql","SourceMssqlReplicationMethodLogicalReplicationCDC","SourceMssqlReplicationMethodLogicalReplicationCDCDataToSync","SourceMssqlReplicationMethodLogicalReplicationCDCInitialSnapshotIsolationLevel","SourceMssqlReplicationMethodLogicalReplicationCDCMethod","SourceMssqlReplicationMethodStandard","SourceMssqlReplicationMethodStandardMethod","SourceMssqlSslMethodEncryptedTrustServerCertificate","SourceMssqlSslMethodEncryptedTrustServerCertificateSslMethod","SourceMssqlSslMethodEncryptedVerifyCertificate","SourceMssqlSslMethodEncryptedVerifyCertificateSslMethod","SourceMssqlTunnelMethodNoTunnel","SourceMssqlTunnelMethodNoTunnelTunnelMethod","SourceMssqlTunnelMethodPasswordAuthentication","SourceMssqlTunnelMethodPasswordAuthenticationTunnelMethod","SourceMssqlTunnelMethodSSHKeyAuthentication","SourceMssqlTunnelMethodSSHKeyAuthenticationTunnelMethod","SourceMyHours","SourceMyHoursMyHours","SourceMysql","SourceMysqlMysql","SourceMysqlReplicationMethodLogicalReplicationCDC","SourceMysqlReplicationMethodLogicalReplicationCDCMethod","SourceMysqlReplicationMethodStandard","SourceMysqlReplicationMethodStandardMethod","SourceMysqlSslModePreferred","SourceMysqlSslModePreferredMode","SourceMysqlSslModeRequired","SourceMysqlSslModeRequiredMode","SourceMysqlSslModeVerifyCA","SourceMysqlSslModeVerifyCAMode","SourceMysqlSslModeVerifyIdentity","SourceMysqlSslModeVerifyIdentityMode","SourceMysqlTunnelMethodNoTunnel","SourceMysqlTunnelMethodNoTunnelTunnelMethod","SourceMysqlTunnelMethodPasswordAuthentication","SourceMysqlTunnelMethodPasswordAuthenticationTunnelMethod","SourceMysqlTunnelMethodSSHKeyAuthentication","SourceMysqlTunnelMethodSSHKeyAuthenticationTunnelMethod","SourceNetsuite","SourceNetsuiteNetsuite","SourceNotion","SourceNotionCredentialsAccessToken","SourceNotionCredentialsAccessTokenAuthType","SourceNotionCredentialsOAuth20","SourceNotionCredentialsOAuth20AuthType","SourceNotionNotion","SourceNytimes","SourceNytimesNytimes","SourceNytimesPeriodUsedForMostPopularStreams","SourceNytimesShareTypeUsedForMostPopularSharedStream","SourceOkta","SourceOktaCredentialsAPIToken","SourceOktaCredentialsAPITokenAuthType","SourceOktaCredentialsOAuth20","SourceOktaCredentialsOAuth20AuthType","SourceOktaOkta","SourceOmnisend","SourceOmnisendOmnisend","SourceOnesignal","SourceOnesignalApplications","SourceOnesignalOnesignal","SourceOpenweather","SourceOpenweatherLanguage","SourceOpenweatherOpenweather","SourceOpenweatherUnits","SourceOracle","SourceOracleConnectionDataServiceName","SourceOracleConnectionDataServiceNameConnectionType","SourceOracleConnectionDataSystemIDSID","SourceOracleConnectionDataSystemIDSIDConnectionType","SourceOracleEncryptionNativeNetworkEncryptionNNE","SourceOracleEncryptionNativeNetworkEncryptionNNEEncryptionAlgorithm","SourceOracleEncryptionNativeNetworkEncryptionNNEEncryptionMethod","SourceOracleEncryptionTLSEncryptedVerifyCertificate","SourceOracleEncryptionTLSEncryptedVerifyCertificateEncryptionMethod","SourceOracleOracle","SourceOracleTunnelMethodNoTunnel","SourceOracleTunnelMethodNoTunnelTunnelMethod","SourceOracleTunnelMethodPasswordAuthentication","SourceOracleTunnelMethodPasswordAuthenticationTunnelMethod","SourceOracleTunnelMethodSSHKeyAuthentication","SourceOracleTunnelMethodSSHKeyAuthenticationTunnelMethod","SourceOrb","SourceOrbOrb","SourceOrbit","SourceOrbitOrbit","SourceOutreach","SourceOutreachOutreach","SourcePaypalTransaction","SourcePaypalTransactionPaypalTransaction","SourcePaystack","SourcePaystackPaystack","SourcePendo","SourcePendoPendo","SourcePersistiq","SourcePersistiqPersistiq","SourcePexelsAPI","SourcePexelsAPIPexelsAPI","SourcePinterest","SourcePinterestCredentialsAccessToken","SourcePinterestCredentialsAccessTokenAuthMethod","SourcePinterestCredentialsOAuth20","SourcePinterestCredentialsOAuth20AuthMethod","SourcePinterestPinterest","SourcePinterestStatus","SourcePipedrive","SourcePipedriveAPIKeyAuthentication","SourcePipedriveAPIKeyAuthenticationAuthType","SourcePipedrivePipedrive","SourcePocket","SourcePocketContentType","SourcePocketDetailType","SourcePocketPocket","SourcePocketSortBy","SourcePocketState","SourcePokeapi","SourcePokeapiPokeapi","SourcePolygonStockAPI","SourcePolygonStockAPIPolygonStockAPI","SourcePostgres","SourcePostgresPostgres","SourcePostgresReplicationMethodStandard","SourcePostgresReplicationMethodStandardMethod","SourcePostgresTunnelMethodNoTunnel","SourcePostgresTunnelMethodNoTunnelTunnelMethod","SourcePostgresTunnelMethodPasswordAuthentication","SourcePostgresTunnelMethodPasswordAuthenticationTunnelMethod","SourcePostgresTunnelMethodSSHKeyAuthentication","SourcePostgresTunnelMethodSSHKeyAuthenticationTunnelMethod","SourcePosthog","SourcePosthogPosthog","SourcePostmarkapp","SourcePostmarkappPostmarkapp","SourcePrestashop","SourcePrestashopPrestashop","SourcePublicApis","SourcePublicApisPublicApis","SourcePunkAPI","SourcePunkAPIPunkAPI","SourcePypi","SourcePypiPypi","SourceQualaroo","SourceQualarooQualaroo","SourceQuickbooks","SourceQuickbooksCredentialsOAuth20","SourceQuickbooksCredentialsOAuth20AuthType","SourceQuickbooksQuickbooks","SourceRailz","SourceRailzRailz","SourceRecharge","SourceRechargeRecharge","SourceRecreation","SourceRecreationRecreation","SourceRecruitee","SourceRecruiteeRecruitee","SourceRecurly","SourceRecurlyRecurly","SourceRedshift","SourceRedshiftRedshift","SourceResponse","SourceRetently","SourceRetentlyRetently","SourceRkiCovid","SourceRkiCovidRkiCovid","SourceRss","SourceRssRss","SourceS3","SourceS3FormatAvro","SourceS3FormatAvroFiletype","SourceS3FormatCSV","SourceS3FormatCSVFiletype","SourceS3FormatJsonl","SourceS3FormatJsonlFiletype","SourceS3FormatJsonlUnexpectedFieldBehavior","SourceS3FormatParquet","SourceS3FormatParquetFiletype","SourceS3S3","SourceS3S3AmazonWebServices","SourceSalesforce","SourceSalesforceAuthType","SourceSalesforceSalesforce","SourceSalesforceSinger","SourceSalesforceSingerAPIType","SourceSalesforceSingerSalesforceSinger","SourceSalesforceStreamsCriteria","SourceSalesforceStreamsCriteriaSearchCriteria","SourceSalesloft","SourceSalesloftCredentialsAuthenticateViaAPIKey","SourceSalesloftCredentialsAuthenticateViaAPIKeyAuthType","SourceSalesloftCredentialsAuthenticateViaOAuth","SourceSalesloftCredentialsAuthenticateViaOAuthAuthType","SourceSalesloftSalesloft","SourceSapFieldglass","SourceSapFieldglassSapFieldglass","SourceSecoda","SourceSecodaSecoda","SourceSendgrid","SourceSendgridSendgrid","SourceSendinblue","SourceSendinblueSendinblue","SourceSenseforce","SourceSenseforceSenseforce","SourceSentry","SourceSentrySentry","SourceSftp","SourceSftpBulk","SourceSftpBulkFileType","SourceSftpBulkSftpBulk","SourceSftpCredentialsPasswordAuthentication","SourceSftpCredentialsPasswordAuthenticationAuthMethod","SourceSftpCredentialsSSHKeyAuthentication","SourceSftpCredentialsSSHKeyAuthenticationAuthMethod","SourceSftpSftp","SourceShopify","SourceShopifyCredentialsAPIPassword","SourceShopifyCredentialsAPIPasswordAuthMethod","SourceShopifyCredentialsOAuth20","SourceShopifyCredentialsOAuth20AuthMethod","SourceShopifyShopify","SourceShortio","SourceShortioShortio","SourceSlack","SourceSlackCredentialsAPIToken","SourceSlackCredentialsAPITokenOptionTitle","SourceSlackCredentialsSignInViaSlackOAuth","SourceSlackCredentialsSignInViaSlackOAuthOptionTitle","SourceSlackSlack","SourceSmaily","SourceSmailySmaily","SourceSmartengage","SourceSmartengageSmartengage","SourceSmartsheets","SourceSmartsheetsCredentialsAPIAccessToken","SourceSmartsheetsCredentialsAPIAccessTokenAuthType","SourceSmartsheetsCredentialsOAuth20","SourceSmartsheetsCredentialsOAuth20AuthType","SourceSmartsheetsSmartsheets","SourceSnapchatMarketing","SourceSnapchatMarketingSnapchatMarketing","SourceSnowflake","SourceSnowflakeCredentialsOAuth20","SourceSnowflakeCredentialsOAuth20AuthType","SourceSnowflakeCredentialsUsernameAndPassword","SourceSnowflakeCredentialsUsernameAndPasswordAuthType","SourceSnowflakeSnowflake","SourceSonarCloud","SourceSonarCloudSonarCloud","SourceSpacexAPI","SourceSpacexAPISpacexAPI","SourceSquare","SourceSquareCredentialsAPIKey","SourceSquareCredentialsAPIKeyAuthType","SourceSquareCredentialsOauthAuthentication","SourceSquareCredentialsOauthAuthenticationAuthType","SourceSquareSquare","SourceStrava","SourceStravaAuthType","SourceStravaStrava","SourceStripe","SourceStripeStripe","SourceSurveySparrow","SourceSurveySparrowRegionEUBasedAccount","SourceSurveySparrowRegionEUBasedAccountURLBase","SourceSurveySparrowRegionGlobalAccount","SourceSurveySparrowRegionGlobalAccountURLBase","SourceSurveySparrowSurveySparrow","SourceSurveymonkey","SourceSurveymonkeyOriginDatacenterOfTheSurveyMonkeyAccount","SourceSurveymonkeySurveyMonkeyAuthorizationMethod","SourceSurveymonkeySurveyMonkeyAuthorizationMethodAuthMethod","SourceSurveymonkeySurveymonkey","SourceTempo","SourceTempoTempo","SourceTheGuardianAPI","SourceTheGuardianAPITheGuardianAPI","SourceTiktokMarketing","SourceTiktokMarketingCredentialsOAuth20","SourceTiktokMarketingCredentialsOAuth20AuthType","SourceTiktokMarketingCredentialsSandboxAccessToken","SourceTiktokMarketingCredentialsSandboxAccessTokenAuthType","SourceTiktokMarketingTiktokMarketing","SourceTodoist","SourceTodoistTodoist","SourceTrello","SourceTrelloTrello","SourceTrustpilot","SourceTrustpilotCredentialsAPIKey","SourceTrustpilotCredentialsAPIKeyAuthType","SourceTrustpilotCredentialsOAuth20","SourceTrustpilotCredentialsOAuth20AuthType","SourceTrustpilotTrustpilot","SourceTvmazeSchedule","SourceTvmazeScheduleTvmazeSchedule","SourceTwilio","SourceTwilioTaskrouter","SourceTwilioTaskrouterTwilioTaskrouter","SourceTwilioTwilio","SourceTwitter","SourceTwitterTwitter","SourceTypeform","SourceTypeformTypeform","SourceUsCensus","SourceUsCensusUsCensus","SourceVantage","SourceVantageVantage","SourceWebflow","SourceWebflowWebflow","SourceWhiskyHunter","SourceWhiskyHunterWhiskyHunter","SourceWikipediaPageviews","SourceWikipediaPageviewsWikipediaPageviews","SourceWoocommerce","SourceWoocommerceWoocommerce","SourceXero","SourceXeroAuthenticateViaXeroOAuth","SourceXeroXero","SourceXkcd","SourceXkcdXkcd","SourceYandexMetrica","SourceYandexMetricaYandexMetrica","SourceYounium","SourceYouniumYounium","SourceYoutubeAnalytics","SourceYoutubeAnalyticsYoutubeAnalytics","SourceZendeskChat","SourceZendeskChatCredentialsAccessToken","SourceZendeskChatCredentialsAccessTokenCredentials","SourceZendeskChatCredentialsOAuth20","SourceZendeskChatCredentialsOAuth20Credentials","SourceZendeskChatZendeskChat","SourceZendeskSunshine","SourceZendeskSunshineCredentialsAPIToken","SourceZendeskSunshineCredentialsAPITokenAuthMethod","SourceZendeskSunshineCredentialsOAuth20","SourceZendeskSunshineCredentialsOAuth20AuthMethod","SourceZendeskSunshineZendeskSunshine","SourceZendeskSupport","SourceZendeskSupportZendeskSupport","SourceZendeskTalk","SourceZendeskTalkZendeskTalk","SourceZenloop","SourceZenloopZenloop","SourceZohoCRMZohoCRMEdition","SourceZohoCrm","SourceZohoCrmDataCenterLocation","SourceZohoCrmEnvironment","SourceZohoCrmZohoCrm","SourceZoom","SourceZoomZoom","SourceZuora","SourceZuoraDataQueryType","SourceZuoraTenantEndpointLocation","SourceZuoraZuora","SourcesResponse","StreamConfiguration","StreamConfigurations","StreamProperties","WorkspaceCreateRequest","WorkspaceOAuthCredentialsRequest","WorkspaceResponse","WorkspaceUpdateRequest","WorkspacesResponse"]
|