Onfleet НА ЭТОЙ СТРАНИЦЕ
Onfleet is a cloud-based fleet management solution that offers route optimization, auto-dispatching, delivery analytics and customer communications.
Onfleet integration replicates data using the Onfleet REST API .
See the
Schema section for a list of objects available for replication.
Снимок функции Общий обзор этого коннектора, включая полезные ссылки и поддерживаемые функции.
Функция/возможность Сведения о поддержке Поддерживаемые проекты Qlik Talend Data Integration Только проекты репликации . Проекты конвейера данных не поддерживаются. Методы обновления целей
Задачи репликации:
Применить изменения
Сохранить изменения
Промежуточное хранение данных в озере данных:
Управление метаданными
Создание метаданных вручную не требуется. Эволюция схемы
Поддерживается только операция Изменить тип данных столбца . Репликация столбцов LOB (NCLOB, CLOB и BLOB) Не поддерживается. Запланированный CDC Требуется. Так целевой объект обновляется в соответствии с изменениями в источнике.
Для получения информации о задачах репликации см. раздел Планирование задач
Для получения информации о задачах промежуточного хранения в озере см. раздел Планирование CDC для задач промежуточного хранения в озере
Уведомления Частично поддерживается
Настройка уведомлений об изменениях в работе
Мониторинг Только CDC, так как полная загрузка для этого коннектора не актуальна.
Мониторинг индивидуальной задачи данных
Автоматическое извлечение вложенной полезной нагрузки столбцов JSON Не поддерживается. Вложенная полезная нагрузка столбцов JSON в исходных наборах данных не извлекается автоматически в цели.
Preparing for authentication To access your data, you need to authenticate the connection with your account credentials.
Примечание к информации Убедитесь, что используемая учетная запись имеет доступ для чтения к таблицам, которые требуется получить.
Creating the connection Для получения дополнительной информации см. раздел Подключение к приложениям SaaS .
Заполните необходимые свойства подключения. Заполните поле Имя подключения .
Установите флажок Открыть метаданные подключения , чтобы определить метаданные для подключения, когда оно будет создано.
Щелкните Создать .
Connection settings Setting Description Data gateway
Выберите шлюз Шлюз движения данных , если этого требует текущий сценарий использования.
Примечание к информации Это поле недоступно при использовании подписки Qlik Talend Cloud Starter , так как она не поддерживает Шлюз движения данных . Если используется другой уровень подписки или не требуется использовать Шлюз движения данных , выберите Нет .
Для получения информации о преимуществах Шлюз движения данных и о сценариях, требующих его использования, см. раздел Шлюз данных Qlik — движение данных .
Start Date Введите дату в формате MM/DD/YYYY, начиная с которой данные должны реплицироваться из источника в цель.
API Key API key. Quota Limit Enter the percentage of the Onfleet API quota that is allowed to use.
SchemaПримечание к информации Schemas and naming conventions can change from version to version. It is recommended to verify your version before continuing.
The schema and info displayed below is for version 1.
Depending on your destination, table and column names may not appear as they are outlined below.
administrators
The administrators table contains info about the administrators in your Onfleet account.
Replication Method
CDC
Primary Key
id
Replication Key
timeLastModified
Useful links
Onfleet API method
administrators table foreign keys Join administrators with on tasks administrators.id = tasks.creator administrators.organization = tasks.organization teams administrators.id = teams.managers organizations administrators.organization = organizations.id administrators.organization = organizations.delegatees workers administrators.organization = workers.organization
administrators table schema
email
STRING
id
STRING
isActive
BOOLEAN
metadata
ARRAY
This is a nested data structure.
name
STRING
organization
STRING
phone
STRING
timeCreated
DATE-TIME
timeLastModified
DATE-TIME
type
STRING
hubs
The hubs table contains info about the hubs, or depots, for teams in your Onfleet account. A hub is the location from which all deliveries for a team’s workers start.
hubs table foreign keys Join hubs with on teams hubs.id = teams.hub hubs.teams = teams.id workers hubs.teams = workers.teams
hubs table schema
address
OBJECT
This is a nested data structure:
apartment: STRING city: STRING country: STRING number: STRING postalCode: STRING state: STRING street: STRING
id
STRING
location
ARRAY
name
STRING
teams
ARRAY
This is a nested data structure.
organizations
The organizations table contains info about the organizations in your Onfleet account. In Onfleet, an organization is the top-most entity - it contains administrators, teams, works, and tasks, all of which belong to the organization.
organizations table foreign keys Join organizations with on administrators organizations.id = administrators.organization organizations.delegatees = administrators.organization tasks organizations.id = tasks.organization organizations.delegatees = tasks.organization workers organizations.id = workers.organization organizations.delegatees = workers.organization
organizations table schema
country
STRING
delegatees
ARRAY
This is a nested data structure.
email
STRING
id
STRING
image
STRING
name
STRING
timeCreated
DATE-TIME
timeLastModified
DATE-TIME
timezone
STRING
tasks
The tasks table contains info about the tasks in your Onfleet account. Tasks are units of work that administrators create and assign to workers for completion.
tasks table foreign keys Join tasks with on administrators tasks.creator = administrators.id tasks.organization = administrators.organization teams tasks.creator = teams.managers tasks.id = teams.tasks tasks.worker = teams.workers organizations tasks.organization = organizations.id tasks.organization = organizations.delegatees workers tasks.organization = workers.organization tasks.id = workers.activeTask tasks.id = workers.tasks tasks.worker = workers.id
tasks table schema
completeAfter
NUMBER
completeBefore
NUMBER
completionDetails
OBJECT
This is a nested data structure:
events: ARRAY, which is also a nested data structure. failureReason: STRING firstLocation: ARRAY, which is also a nested data structure. lastLocation: ARRAY, which is also a nested data structure. time: DATE-TIME unavailableAttachments: ARRAY, which is also a nested data structure.
creator
STRING
delayTime
NUMBER
dependencies
ARRAY
This is a nested data structure.
destination
OBJECT
This is a nested data structure:
address: OBJECT, which is also a nested data structure.
apartment: STRING city: STRING country: STRING number: STRING postalCode: STRING state: STRING street: STRING id: STRING location: ARRAY, which is also a nested data structure. metadata: ARRAY, which is also a nested data structure. notes: STRING timeCreated: DATE-TIME timeLastModified: DATE-TIME
estimatedCompletionTime
NUMBER
executor
STRING
feedback
ARRAY
This is a nested data structure.
id
STRING
identity
OBJECT
This is a nested data structure:
checksum: STRING failedScanCount: NUMBER
merchant
STRING
metadata
ARRAY
This is a nested data structure.
notes
STRING
organization
STRING
overrides
OBJECT
This is a nested data structure.
pickupTask
BOOLEAN
quantity
NUMBER
recipients
ARRAY
This is a nested data structure:
id: STRING metadata: ARRAY, which is also a nested data structure. name: STRING notes: STRING organization: STRING phone: STRING skipSMSNotifications: BOOLEAN timeCreated: DATE-TIME timeLastModified: DATE-TIME
serviceTime
NUMBER
shortId
STRING
sourceTaskId
STRING
state
NUMBER
timeCreated
DATE-TIME
timeLastModified
DATE-TIME
trackingURL
STRING
trackingViewed
BOOLEAN
worker
STRING
teams
The teams table contains info about the teams in your Onfleet account.
teams table foreign keys Join teams with on administrators teams.managers = administrators.id tasks teams.managers = tasks.creator teams.tasks = tasks.id teams.workers = tasks.worker hubs teams.hub = hubs.id teams.id = hubs.teams workers teams.tasks = workers.activeTask teams.tasks = workers.tasks teams.id = workers.teams teams.workers = workers.id
teams table schema
hub
STRING
id
STRING
managers
ARRAY
This is a nested data structure.
name
STRING
tasks
ARRAY
This is a nested data structure.
timeCreated
DATE-TIME
timeLastModified
DATE-TIME
workers
ARRAY
This is a nested data structure.
workers
The workers table contains info about the workers (or drivers) in your Onfleet account. Workers are organization members who complete tasks.
workers table foreign keys Join workers with on administrators workers.organization = administrators.organization organizations workers.organization = organizations.id workers.organization = organizations.delegatees tasks workers.organization = tasks.organization workers.activeTask = tasks.id workers.tasks = tasks.id workers.id = tasks.worker teams workers.activeTask = teams.tasks workers.tasks = teams.tasks workers.teams = teams.id workers.id = teams.workers hubs workers.teams = hubs.teams
workers table schema
accountStatus
STRING
activeTask
STRING
capacity
NUMBER
delayTime
NUMBER
displayName
STRING
id
STRING
imageUrl
STRING
location
STRING
metadata
ARRAY
This is a nested data structure.
name
STRING
onDuty
BOOLEAN
organization
STRING
phone
STRING
tasks
ARRAY
This is a nested data structure.
teams
ARRAY
This is a nested data structure.
timeCreated
DATE-TIME
timeLastModified
DATE-TIME
timeLastSeen
DATE-TIME
userData
OBJECT
This is a nested data structure:
appVersion: STRING batteryLevel: NUMBER deviceDescription: STRING platform: STRING
vehicle
OBJECT
This is a nested data structure:
color: STRING description: STRING id: STRING licensePlate: STRING timeLastModified: DATE-TIME type: STRING