diff --git a/README.md b/README.md index 46c2befe69c..7ebe3bab7d0 100644 --- a/README.md +++ b/README.md @@ -68,5 +68,5 @@ Check out our [roadmap](docs/roadmap.md) to get informed on what we are currentl ## License -Airbyte is licensed under the MIT license. See the [LICENSE](https://docs.airbyte.io/license) file for licensing information. +Airbyte is licensed under the MIT license. See the [LICENSE](docs/license.md) file for licensing information. diff --git a/docs/contributing-to-airbyte/building-new-connector/java-connectors.md b/docs/contributing-to-airbyte/building-new-connector/java-connectors.md index e9123c95ce9..67b20104dfe 100644 --- a/docs/contributing-to-airbyte/building-new-connector/java-connectors.md +++ b/docs/contributing-to-airbyte/building-new-connector/java-connectors.md @@ -2,5 +2,5 @@ For some connectors we use `java` as many data platforms, sources and destination have very mature java libraries. -Java connectors are fully embedded in the `gradle` build and follow the normal development process \(more details on [developing locally](../developing-locally.md)\).. +Java connectors are fully embedded in the `gradle` build and follow the normal development process \(more details on [developing locally](../developing-locally.md)\). diff --git a/docs/integrations/destinations/bigquery.md b/docs/integrations/destinations/bigquery.md index d412bcc1899..b99d3d2dc57 100644 --- a/docs/integrations/destinations/bigquery.md +++ b/docs/integrations/destinations/bigquery.md @@ -8,7 +8,7 @@ description: >- ## Overview -The Airbyte BigQuery destination allows you to sync data to BigQuery. +The Airbyte BigQuery destination allows you to sync data to BigQuery. BigQuery is a serverless, highly scalable, and cost-effective data warehouse offered by Google Cloud Provider. This BigQuery destination is based on the [PipelineWise BigQuery Target](https://github.com/transferwise/pipelinewise-target-bigquery). diff --git a/docs/integrations/integrations-changelog.md b/docs/integrations/integrations-changelog.md index cd996eda97f..5e9567b835f 100644 --- a/docs/integrations/integrations-changelog.md +++ b/docs/integrations/integrations-changelog.md @@ -10,8 +10,12 @@ Note: Airbyte is not built on top of Singer, but is compatible with Singer's pro ## Currently under construction -**New sources:** MSSQL, GCS CSV, S3 CSV, SFTP CSV, Hive -**New destinations:** Redshift +**New sources:** MSSQL, Hive, Shopify, Intercom +**New destinations:** Redshift, S3 + +## 11/10/2020 + +**New sources:** [Files \(CSV, JSON, HTML...\)](sources/file.md) ## 11/04/2020 diff --git a/docs/integrations/sources/salesforce.md b/docs/integrations/sources/salesforce.md index 5932a44e76a..0056a618f54 100644 --- a/docs/integrations/sources/salesforce.md +++ b/docs/integrations/sources/salesforce.md @@ -34,7 +34,9 @@ The connector is restricted by normal Salesforce rate limiting. For large transf We recommend the following [walkthrough](https://medium.com/@bpmmendis94/obtain-access-refresh-tokens-from-salesforce-rest-api-a324fe4ccd9b) **while keeping in mind the edits we suggest below** for setting up a Salesforce app that can pull data from Salesforce and locating the credentials you need to provide to Airbyte. -Suggested edits: 1. If your salesforce URL does not take the form `X.salesforce.com`, use your actual Salesforce domain name. For example, if your Salesforce URL is `awesomecompany.force.com` then use that instead of `awesomecompany.salesforce.com`. 1. When running a `curl` command, always run it with the `-L` option to follow any redirects. +Suggested edits: +1. If your salesforce URL does not take the form `X.salesforce.com`, use your actual Salesforce domain name. For example, if your Salesforce URL is `awesomecompany.force.com` then use that instead of `awesomecompany.salesforce.com`. +1. When running a `curl` command, always run it with the `-L` option to follow any redirects. #### is\_sandbox