Hubplanner
Prerequisites
- Create the API Key to access your data in Hubplanner.
Tables in the Hubplanner connector
| No | Table Name | Columns | Primary Keys | Read Mode | Inc. Sync Keys | API Info |
|---|---|---|---|---|---|---|
| 1 | projects | 34 | Full Refresh | API Reference | ||
| 2 | clients | 7 | Full Refresh | API Reference | ||
| 3 | holidays | 6 | Full Refresh | API Reference | ||
| 4 | resources | 17 | Full Refresh | API Reference | ||
| 5 | bookings | 23 | Full Refresh | API Reference | ||
| 6 | events | 7 | Full Refresh | API Reference | ||
| 7 | billing_rates | 7 | Full Refresh |
Table: projects
| No | Column Name | Type | Notes |
|---|---|---|---|
| 1 | note | VARCHAR | |
| 2 | metadata | VARCHAR | |
| 3 | notes | VARCHAR | |
| 4 | timeEntryLocked | BOOLEAN | |
| 5 | timeEntryApproval | BOOLEAN | |
| 6 | workDays | VARCHAR | |
| 7 | resourceRates | VARCHAR | |
| 8 | customFields | VARCHAR | |
| 9 | useStatusColor | BOOLEAN | |
| 10 | timeEntryEnabled | BOOLEAN | |
| 11 | updatedDate | VARCHAR | |
| 12 | includeBookedTimeReports | BOOLEAN | |
| 13 | includeBookedTimeGrid | BOOLEAN | |
| 14 | projectCode | VARCHAR | |
| 15 | links | VARCHAR | |
| 16 | end | VARCHAR | |
| 17 | budget | VARCHAR | |
| 18 | projectRate | VARCHAR | |
| 19 | backgroundColor | VARCHAR | |
| 20 | useProjectDays | BOOLEAN | |
| 21 | budgetCurrency | VARCHAR | |
| 22 | projectManagers | VARCHAR | |
| 23 | start | VARCHAR | |
| 24 | resources | VARCHAR | |
| 25 | companyBillingRateId | VARCHAR | |
| 26 | budgetHours | DOUBLE | |
| 27 | timeEntryNoteRequired | BOOLEAN | |
| 28 | tags | VARCHAR | |
| 29 | createdDate | VARCHAR | |
| 30 | budgetCashAmount | DOUBLE | |
| 31 | name | VARCHAR | |
| 32 | _id | VARCHAR | |
| 33 | useProjectDuration | BOOLEAN | |
| 34 | status | VARCHAR |
Table: clients
| No | Column Name | Type | Notes |
|---|---|---|---|
| 1 | createdDate | VARCHAR | |
| 2 | deleted | BOOLEAN | |
| 3 | __v | INTEGER | |
| 4 | name | VARCHAR | |
| 5 | company | VARCHAR | |
| 6 | _id | VARCHAR | |
| 7 | updatedDate | VARCHAR |
Table: holidays
| No | Column Name | Type | Notes |
|---|---|---|---|
| 1 | date | VARCHAR | |
| 2 | metadata | VARCHAR | |
| 3 | createdDate | VARCHAR | |
| 4 | name | VARCHAR | |
| 5 | _id | VARCHAR | |
| 6 | updatedDate | VARCHAR |
Table: resources
| No | Column Name | Type | Notes |
|---|---|---|---|
| 1 | note | VARCHAR | |
| 2 | lastName | VARCHAR | |
| 3 | isProjectManager | BOOLEAN | |
| 4 | metadata | VARCHAR | |
| 5 | role | VARCHAR | |
| 6 | customFields | VARCHAR | |
| 7 | resourceRates | VARCHAR | |
| 8 | updatedDate | VARCHAR | |
| 9 | billing | VARCHAR | |
| 10 | tags | VARCHAR | |
| 11 | firstName | VARCHAR | |
| 12 | createdDate | VARCHAR | |
| 13 | useCustomAvailability | BOOLEAN | |
| 14 | links | VARCHAR | |
| 15 | _id | VARCHAR | |
| 16 | email | VARCHAR | |
| 17 | status | VARCHAR |
Table: bookings
| No | Column Name | Type | Notes |
|---|---|---|---|
| 1 | note | VARCHAR | |
| 2 | metadata | VARCHAR | |
| 3 | backgroundColor | VARCHAR | |
| 4 | resource | VARCHAR | |
| 5 | customFields | VARCHAR | |
| 6 | start | VARCHAR | |
| 7 | stateValue | INTEGER | |
| 8 | scale | VARCHAR | |
| 9 | project | VARCHAR | |
| 10 | updatedDate | VARCHAR | |
| 11 | title | VARCHAR | |
| 12 | type | VARCHAR | |
| 13 | categoryName | VARCHAR | |
| 14 | categoryTemplateId | VARCHAR | |
| 15 | allDay | BOOLEAN | |
| 16 | createdDate | VARCHAR | |
| 17 | lastUpdatedById | VARCHAR | |
| 18 | bookingCreatorId | VARCHAR | |
| 19 | end | VARCHAR | |
| 20 | details | VARCHAR | |
| 21 | bookingRate | VARCHAR | |
| 22 | _id | VARCHAR | |
| 23 | state | VARCHAR |
Table: events
| No | Column Name | Type | Notes |
|---|---|---|---|
| 1 | backgroundColor | VARCHAR | |
| 2 | metadata | VARCHAR | |
| 3 | createdDate | VARCHAR | |
| 4 | name | VARCHAR | |
| 5 | _id | VARCHAR | |
| 6 | updatedDate | VARCHAR | |
| 7 | label | VARCHAR |
Table: billing_rates
| No | Column Name | Type | Notes |
|---|---|---|---|
| 1 | metadata | VARCHAR | |
| 2 | createdDate | VARCHAR | |
| 3 | rate | DOUBLE | |
| 4 | currency | VARCHAR | |
| 5 | _id | VARCHAR | |
| 6 | updatedDate | VARCHAR | |
| 7 | label | VARCHAR |
External Resources
Zipstack Cloud features a powerful SQL querying engine on top of many types of connectors, including those from Trino, some custom connectors and connectors from the open source Airbyte project. Some Zipstack cloud connectors are designed to utilize and expand upon Airbyte's connector protocol, but they do not use Airbyte's EL core. Additionally, some parts of the documentation for these connectors have been adapted from the connector documentation found in Airbyte's open source project.