April 2019
Reload Schema
You can now reload the schema from the Schema tab of your Fivetran dashboard to repopulate it with the latest changes in the source. This happens automatically on every sync, but now you can manually trigger it on the connector details page.

New connectors
Kustomer
Kustomer is a software platform for customer experience, service, and support integrated with a number of sources to give support staff a complete picture of a customer when they contact the company.
Read our Kustomer connector documentation.
Square
Square, Inc. is a financial services, merchant services aggregator, and mobile payment company.
Read our Square connector documentation.
Schema changes
Amplitude
We have deleted the USER table and all its dependent tables:
USER_ALIAS_IDUSER_AMPLITUDE_IDUSER_ALIASING_PROFILEUSER_PROPERTYUSER_MERGE_TIME
All the information in these tables exist in the EVENT table.
Google Ads
We have removed support for the CAMPAIGN_CRITERIA_REPORT because it does not contain a date field, which we require for incremental updates.
Jira
Jira has deprecated the field key and replaced it with account_id.
Because we used key to form the primary key in the USER and USER_GROUP tables, we have made changes to those two tables:
- In the
USERtable,account_idnow populates theidcolumn. - In the
USER_GROUP, tableaccount_idnow populates theuser_idcolumn.
This change will cause the USER and USER_GROUP tables to have duplicated records based on our previous primary keys for them which were based on the deprecated key. To remove duplicate data in the USER and USER_GROUP tables, drop the USER and USER_GROUP tables and perform a full re-sync.
Lever
We have added three new tables:
PANELPANEL_APPLICATIONPANEL_INTERVIEW
We have changed the data types of head_count_total, head_count_hired, and head_count_infinite from INT to STRING in the REQUISITION table because Lever's API returns that data type as a STRING.
Pendo
We have changed the data type of n_id column in the VISITOR table from LONG to STRING.
QuickBooks
We have added a new column, credit_card_credit_id, to the BILL_PAYMENT_LINE table.
Shopify
To integrate Shopify's multi location inventory support, we have added two new tables and added fields to four existing tables.
New tables added:
INVENTORY_LEVELINVENTORY_ITEM
New fields added:
| Table | Fields Added |
|---|---|
PRODUCT_VARIANT | inventory_item_id |
FULFILMENT | location_id |
LOCATION | legacy, active |
ORDER_LINE_ITEMS | restock_type, location_id |
Stripe
We have added a new table, CREDIT_NOTE with the following columns:
idamountcreatedcurrencycustomerinvoice_idlivemodememonumberpdfreasonrefund_idstatustype
Zendesk Support
In order to make it possible to create accurate measures of ticket metrics and SLA policy violations, we have now improved the way SCHEDULEs are represented. Previously, we added start_time_utc and end_time_utc columns to the SCHEDULE table, but that did not account for daylight saving time. We have now added new tables to accurately calculate the schedule in the applicable time zone throughout the year. To implement these improvements, we have made the following schema changes:
Added a new table,
DAYLIGHT_TIME, with the following columns:daylight_end_utcdaylight_offsetdaylight_start_utctime_zoneyear
Added a new table,
TIME_ZONE, with the following columns:standard_offsettime_zone
Improvements
Salesforce
You can now configure your Salesforce connector through the Fivetran REST API. This feature is in BETA and available only for Standard and Enterprise accounts.
Zuora
We now capture deletes in V2 of our Zuora connector for the following tables:
ACCOUNTACCOUNTING_CODEAMENDMENTBILLING_RUNCHARGE_METRICSCOMMUNICATION_PROFILECONTACTCREDIT_BALANCE_ADJUSTMENTEXPORTFEATUREIMPORTINVOICEINVOICE_ITEMINVOICE_ITEM_ADJUSTMENTINVOICE_PAYMENTJOURNAL_ENTRYJOURNAL_ENTRY_ITEMJOURNAL_RUNORDERORDER_ACTIONORDER_ELPORDER_ITEMORDER_MRRORDER_QUANTITYORDER_TCBORDER_TCVPAYMENTPAYMENT_METHODPAYMENT_RUNPRODUCTPRODUCT_FEATUREPRODUCT_RATE_PLANPRODUCT_RATE_PLAN_CHARGEPRODUCT_RATE_PLAN_CHARGE_TIERRATE_PLANRATE_PLAN_CHARGERATE_PLAN_CHARGE_TIERREFUNDREFUND_INVOICE_PAYMENTREVENUE_CHARGE_SUMMARYREVENUE_CHARGE_SUMMARY_ITEMREVENUE_EVENTREVENUE_EVENT_INVOICE_ITEMREVENUE_EVENT_INVOICE_ITEM_ADJUSTMENTREVENUE_EVENT_ITEMREVENUE_EVENT_ITEM_CREDIT_MEMO_ITEMREVENUE_EVENT_ITEM_DEBIT_MEMO_ITEMREVENUE_EVENT_ITEM_INVOICE_ITEMREVENUE_EVENT_ITEM_INVOICE_ITEM_ADJUSTMENTREVENUE_EVENT_TYPEREVENUE_SCHEDULEREVENUE_SCHEDULE_CREDIT_MEMO_ITEMREVENUE_SCHEDULE_DEBIT_MEMO_ITEMREVENUE_SCHEDULE_INVOICE_ITEMREVENUE_SCHEDULE_INVOICE_ITEM_ADJUSTMENTREVENUE_SCHEDULE_ITEMREVENUE_SCHEDULE_ITEM_CREDIT_MEMO_ITEMREVENUE_SCHEDULE_ITEM_DEBIT_MEMO_ITEMREVENUE_SCHEDULE_ITEM_INVOICE_ITEMREVENUE_SCHEDULE_ITEM_INVOICE_ITEM_ADJUSTMENTSUBSCRIPTIONSUBSCRIPTION_PRODUCT_FEATURETAXATION_ITEMUSAGE