Schema for Talent
Talent helps leaders shape their workforce to ensure the right people are working on their most important strategies. Talent is the hub for designing the workforce you need and will help you make key decisions with confidence about you allocate your talent to your strategy. Read more about Talent.
If you add Talent data to an Atlassian Data Lake connection, you can query that data from the following tables:
Table for custom field data
Custom field
The talent_custom_field
table contains the latest information for the custom fields of your positions and workers.
Name
The name of the custom field.
SQL name |
|
---|---|
Data type | String |
Example values | Address, Travel required |
Position ID
The unique identifier of the position.
SQL name |
|
---|---|
Data type | String |
Foreign key | Links to a record in the |
Row refreshed at
The last refresh time (UTC time zone) for this record.
SQL name |
|
---|---|
Data type | Datetime |
String value
The string value of the custom field.
SQL name |
|
---|---|
Data type | String |
Example values | 112 ABC Lane |
Worker ID
The unique identifier of the worker.
SQL name |
|
---|---|
Data type | String |
Foreign key | Links to a record in the |
Workspace ID
An Atlassian identifier that maps data to a site in the workspace
table
SQL name |
|
---|---|
Data type | String |
Foreign key | Links to a record in the |
Table for position data
Position
The talent_position
table contains the latest information for your positions.
Country
The country the position is based in.
SQL name |
|
---|---|
Data type | String |
Created at
The date and time (UTC time zone) when the position was created.
SQL name |
|
---|---|
Data type | Datetime |
Employment type
The classification of employment based on the nature of the employment relationship with the company.
SQL name |
|
---|---|
Data type | String |
Example values |
|
External reference
The unique identifier of the position in the HRIS data source.
SQL name |
|
---|---|
Data type | String |
Job family
The business function of the position.
SQL name |
|
---|---|
Data type | String |
Example value | Product Management |
Job title
The display name for the job of the position.
SQL name |
|
---|---|
Data type | String |
Example value | Senior Product Manager |
Level
The job level of the position that defines the typical scope, organizational reach, and degree of impact.
SQL name |
|
---|---|
Data type | String |
Example values | L1, L2, L3, P40, P50, M80 |
Manager position ID
The unique identifier of the position defined as the manager.
SQL name |
|
---|---|
Data type | String |
Foreign key | Links to another record in the |
Position ID
The unique identifier of the position. Use this as the primary key for position data.
SQL name |
|
---|---|
Data type | String |
Position title
The display name describing the specific position.
SQL name |
|
---|---|
Data type | String |
Example value | Senior Product Manager - Confluence |
Role
The organizational role of the position (either manager or individual contributor).
SQL name |
|
---|---|
Data type | String |
Example values |
|
Row refreshed at
The last refresh time (UTC time zone) for this record.
SQL name |
|
---|---|
Data type | Datetime |
Status
The status of the position based on whether or not the position is filled by a worker.
SQL name |
|
---|---|
Data type | String |
Example values |
|
Timezone
The timezone the position is based in.
SQL name |
|
---|---|
Data type | String |
Example values | Europe/London, America/New_York |
Updated at
The date and time (UTC time zone) when the position was last updated.
SQL name |
|
---|---|
Data type | Datetime |
Worker ID
The unique identifier of the work filling the position.
SQL name |
|
---|---|
Data type | String |
Foreign key | Links to a record in the |
Workspace ID
An Atlassian identifier that maps data to a site in the workspace
table
SQL name |
|
---|---|
Data type | String |
Foreign key | Links to a record in the |
Table for worker data
Worker
The talent_worker
table contains the latest information for workers.
Account ID
The unique identifier of the Atlassian account associated with the worker.
SQL name |
|
---|---|
Data type | String |
Foreign key | Links to a record in the |
Country
The country the worker is based in.
SQL name |
|
---|---|
Data type | String |
Created at
The date and time (UTC time zone) when the worker was created.
SQL name |
|
---|---|
Data type | Datetime |
The email address of the worker.
SQL name |
|
---|---|
Data type | String |
External reference
The unique identifier of the worker in the HRIS data source.
SQL name |
|
---|---|
Data type | String |
Job family
The business function of the worker.
SQL name |
|
---|---|
Data type | String |
Example value | Product Management |
Job title
The display name of the job of the worker.
SQL name |
|
---|---|
Data type | String |
Example value | Senior Product Manager |
Level
The job level of the worker that defines the typical scope, organizational reach, and degree of impact.
SQL name |
|
---|---|
Data type | String |
Example values | L1, L2, L3, P40, P50, M80 |
Most recent hire date
The date and time that the worker started working at the company.
SQL name |
|
---|---|
Data type | Datetime |
Preferred name
The preferred name of the worker.
SQL name |
|
---|---|
Data type | String |
Row refreshed at
The last refresh time (UTC time zone) for this record.
SQL name |
|
---|---|
Data type | Datetime |
Timezone
The timezone the worker is based in.
SQL name |
|
---|---|
Data type | String |
Updated at
The date and time (UTC time zone) when the worker was last updated.
SQL name |
|
---|---|
Data type | Datetime |
Worker ID
The unique identifier of the worker. Use this as the primary key for worker data.
SQL name |
|
---|---|
Data type | String |
Workspace ID
An Atlassian identifier that maps data to a site in the workspace
table
SQL name |
|
---|---|
Data type | String |
Foreign key | Links to a record in the |
Was this helpful?