Skip to content

Commit

Permalink
Merge branch 'master' into changelog-2024-10-28
Browse files Browse the repository at this point in the history
  • Loading branch information
mvistry authored Nov 8, 2024
2 parents 5ccc3b5 + 58e5b24 commit 9289ae7
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
5 changes: 3 additions & 2 deletions _data/taps/extraction/file-systems/file-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ attributes:
all: *delimiters

- name: "Character encoding"
all: *encodings

amazon-s3-csv: *encodings
sftp: |
The default encoding is UTF-8, but it can be changed to any encoding format supported by Python 3.9. For more information, see the [Python documentation](https://docs.python.org/3.9/library/codecs.html#standard-encodings).
# ------------------------------- #
# SUPPORT TABLE #
Expand Down
9 changes: 8 additions & 1 deletion _database-integrations/sftp/v1/sftp-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,13 @@ setup-steps:
anchor: "add-stitch-data-source"
content: |
{% include shared/database-connection-settings.html type="general" %}
- title: "Select an encoding format"
anchor: "select-encoding-format"
content: |
The default encoding format is `utf-8`, but you can update it by entering the name of the format in the **Encoding Format** field.
**Note**: The selected format will be used for all files selected. If a file is encoded in a different format, an error may occur. If you need to replicate data from files with different encoding formats, you should consider creating a different connection for each format.
- title: "Configure tables"
anchor: "configure-tables"
Expand All @@ -142,7 +149,7 @@ setup-steps:
In the following sections, we'll walk you through how to configure a table in Stitch:
{% for substep in step.substeps %}
- [Step 3.{{ forloop.index }}: {{ substep.title }}](#{{ substep.anchor }})
- [Step 5.{{ forloop.index }}: {{ substep.title }}](#{{ substep.anchor }})
{% endfor %}
substeps:
Expand Down
6 changes: 3 additions & 3 deletions _saas-integrations/salesforce/v2/salesforce-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ status-url: "https://trust.salesforce.com/trust/instances"
this-version: "2"

api: |
[{{ integration.display_name }} Lightning Platform REST API (v41.0)](https://developer.salesforce.com/docs/atlas.en-us.210.0.api_rest.meta/api_rest/intro_what_is_rest_api.htm){:target="new"} and [{{ integration.display_name }} Bulk API (v41.0)](https://developer.salesforce.com/docs/atlas.en-us.210.0.api_asynch.meta/api_asynch/asynch_api_intro.htm){:target="new"}
[{{ integration.display_name }} Lightning Platform REST API (v61.0)](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_what_is_rest_api.htm){:target="new"} and [{{ integration.display_name }} Bulk API (v61.0)](https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/asynch_api_intro.htm){:target="new"}
# -------------------------- #
# Stitch Details #
Expand Down Expand Up @@ -56,8 +56,8 @@ define-replication-methods: true
feature-summary: |
Stitch's {{ integration.display_name }} integration replicates data from your {{ integration.display_name }} account. When setting up a {{ integration.display_name }} integration in Stitch, you can select one of the following {{ integration.display_name }} APIs to replicate your data:
- [{{ integration.display_name }} Lightning Platform REST API (v41.0)](https://developer.salesforce.com/docs/atlas.en-us.210.0.api_rest.meta/api_rest/intro_what_is_rest_api.htm){:target="new"}
- [{{ integration.display_name }} Bulk API (v41.0)](https://developer.salesforce.com/docs/atlas.en-us.210.0.api_asynch.meta/api_asynch/asynch_api_intro.htm){:target="new"}
- [{{ integration.display_name }} Lightning Platform REST API (v61.0)](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_what_is_rest_api.htm){:target="new"}
- [{{ integration.display_name }} Bulk API (v61.0)](https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/asynch_api_intro.htm){:target="new"}
Each API has its own advantages and disadvantages, such as support for compound fields and specific objects. Learn more [in the setup guide](#bulk-vs-rest-api).
Expand Down
2 changes: 2 additions & 0 deletions scripts/changelog/ignore.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,6 @@ https://github.com/singer-io/tap-pardot/pull/42
https://github.com/singer-io/tap-quickbooks/pull/72
https://github.com/singer-io/tap-oracle/pull/41
https://github.com/singer-io/tap-activecampaign/pull/41
https://github.com/singer-io/tap-typeform/pull/82
https://github.com/singer-io/tap-marketo/pull/96
https://github.com/singer-io/tap-sftp/pull/44

0 comments on commit 9289ae7

Please sign in to comment.