Get started with Atlassian Analytics
Learn how to add Atlassian Analytics to a site and understand what you need to query data and create charts.
If you add Confluence data to an Atlassian Data Lake connection, you can query that data from the following tables:
Columns with an asterisk (*) are only available when you include all data for your products in a Data Lake connection. Learn more about how to set the scope of data for Atlassian Data Lake connections.
There are several tables for attachment data:
Attachment
Attachment label
Attachment property
The confluence_attachment table lists the attachments uploaded to your pages, blog posts, databases, whiteboards, or spaces.
The table uses the following columns:
The unique identifier of the attachment.
SQL name | attachment_id |
---|---|
Data type | String |
The date and time (UTC time zone) when the attachment was created.
SQL name | created_at |
---|---|
Data type | Datetime |
The unique identifier of the person who created the attachment.
SQL name | created_by |
---|---|
Data type | String |
Foreign key | Links to a record in the account table in the schema for organization data. |
The file extension of the attachment.
SQL name | file_extension |
---|---|
Data type | String |
The file size (in bytes) of the attachment.
SQL name | file_size |
---|---|
Data type | Number |
The media type of the attachment.
SQL name | media_type |
---|---|
Data type | String |
The file name of the attachment.
SQL name | name |
---|---|
Data type | String |
The unique identifier of the Confluence database that the attachment is part of.
SQL name | parent_database_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_database table. |
The unique identifier of the Confluence page or blog post that the attachment is part of.
SQL name | parent_page_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_page table. |
The unique identifier of the Confluence space that the attachment is part of. This is only set when the parent of the attachment is only the space and not any other type of content.
SQL name | parent_space_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_space table. |
The unique identifier of the Confluence whiteboard that the attachment is part of.
SQL name | parent_whiteboard_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_whiteboard table. |
The last refresh time (UTC time zone) for this record.
SQL name | row_refreshed_at |
---|---|
Data type | Datetime |
The unique identifier of the Confluence space.
SQL name | space_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_space table. |
The unique identifier of the Confluence space that the attachment is part of.
SQL name | status |
---|---|
Data type | String |
The date and time (UTC time zone) when the attachment was last updated.
SQL name | updated_at |
---|---|
Data type | Datetime |
The unique identifier of the person who last updated the attachment.
SQL name | updated_by |
---|---|
Data type | String |
Foreign key | Links to a record in the account table in the schema for organization data. |
The URL of the attachment.
SQL name | url |
---|---|
Data type | String |
An Atlassian identifier that maps data to a site in the workspace table
SQL name | workspace_id |
---|---|
Data type | String |
Foreign key | Links to a record in the workspace table in the schema for organization data. |
The confluence_attachment_label table lists the labels added to each attachment.
The table uses the following columns:
The unique identifier of the attachment that the label was added to.
SQL name | attachment_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_attachment table. |
The name of the label.
SQL name | name |
---|---|
Data type | String |
The namespace of the label, which helps determine its visibility.
SQL name | namespace |
---|---|
Data type | String |
Example values |
|
The unique identifier of the person who added the label to the attachment.
SQL name | owned_by |
---|---|
Data type | String |
Foreign key | Links to a record in the account table in the schema for organization data. |
The last refresh time (UTC time zone) for this record.
SQL name | row_refreshed_at |
---|---|
Data type | Datetime |
An Atlassian identifier that maps data to a site in the workspace table
SQL name | workspace_id |
---|---|
Data type | String |
Foreign key | Links to a record in the workspace table in the schema for organization data. |
The confluence_attachment_property table lists the properties associated with each attachment. These properties are set via third-party apps.
The table uses the following columns:
The unique identifier of the attachment.
SQL name | attachment_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_attachment table. |
The key of the attachment property.
SQL name | key |
---|---|
Data type | String |
The last refresh time (UTC time zone) for this record.
SQL name | row_refreshed_at |
---|---|
Data type | Datetime |
The value of the attachment property.
SQL name | value |
---|---|
Data type | String |
An Atlassian identifier that maps data to a site in the workspace table
SQL name | workspace_id |
---|---|
Data type | String |
Foreign key | Links to a record in the workspace table in the schema for organization data. |
The confluence_comment table lists all comments made on pages, blog posts, and attachments.
The table uses the following columns:
The body of the comment, stored in a JSON object.
SQL name | body |
---|---|
Data type | String |
The unique identifier of the comment. Use this as the primary key for comment data.
SQL name | comment_id |
---|---|
Data type | String |
The date and time (UTC time zone) when the comment was created.
SQL name | created_at |
---|---|
Data type | Datetime |
The unique identifier of the person who created the comment.
SQL name | created_by |
---|---|
Data type | String |
Foreign key | Links to a record in the account table in the schema for organization data. |
List of extensions present in the comment.
SQL name | extensions |
---|---|
Data type | Array of strings |
List of hyperlinks present in the comment.
SQL name | links |
---|---|
Data type | Array of strings |
The unique identifier of the page or blog post that contains the comment.
SQL name | page_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_page table. |
The title of the page, blog post, or attachment that the comment is on.
SQL name | parent_title |
---|---|
Data type | String |
The unique identifier of the parent attachment of the comment.
The comment can have zero or one parent attachment.
SQL name | parent_attachment_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_attachment table. |
The unique identifier of the parent comment of the comment.
The comment can have zero or one parent comment.
SQL name | parent_comment_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_comment table. |
The unique identifier of the parent database of the comment.
SQL name | parent_database_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_database table. |
The unique identifier of the parent page or blog post of the comment.
SQL name | parent_page_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_page table. |
The unique identifier of the parent whiteboard of the comment.
SQL name | parent_whiteboard_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_whiteboard table. |
The last refresh time (UTC time zone) for this record.
SQL name | row_refreshed_at |
---|---|
Data type | Datetime |
The unique identifier of the space that contains the comment.
SQL name | space_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_space table. |
The status of the comment.
SQL name | status |
---|---|
Data type | String |
Example values | draft, current, archived |
The date and time (UTC time zone) when the comment was last updated.
SQL name | updated_at |
---|---|
Data type | Datetime |
The unique identifier of the person who updated the comment. For example, an admin can delete someone else’s comment.
SQL name | updated_by |
---|---|
Data type | String |
Foreign key | Links to a record in the account table in the schema for organization data. |
The URL of the comment.
SQL name | url |
---|---|
Data type | String |
An Atlassian identifier that maps data to a site in the workspace table
SQL name | workspace_id |
---|---|
Data type | String |
Foreign key | Links to a record in the workspace table in the schema for organization data. |
Each content type in Confluence has its own summary table. However, the data for pages and blog posts are combined into a single “Page” table, and you can use the “Type” column within that table to filter for a particular content type.
The confluence_database table lists your databases.
The table uses the following columns:
The date and time (UTC time zone) when the database was created.
SQL name | created_at |
---|---|
Data type | Datetime |
The unique identifier of the person who created the database.
SQL name | created_by |
---|---|
Data type | String |
Foreign key | Links to a record in the account table in the schema for organization data. |
The unique identifier of the database.
SQL name | database_id |
---|---|
Data type | String |
The URL of the icon for the database.
SQL name | icon_url |
---|---|
Data type | String |
The language that the database is displayed in.
SQL name | language |
---|---|
Data type | String |
The unique identifier of the parent database in the content hierarchy.
SQL name | parent_database_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_database table. |
The unique identifier of the parent page in the content hierarchy.
SQL name | parent_page_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_page table. |
The unique identifier of the parent whiteboard in the content hierarchy.
SQL name | parent_whiteboard_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_whiteboard table. |
The last refresh time (UTC time zone) for this record.
SQL name | row_refreshed_at |
---|---|
Data type | Datetime |
The unique identifier of the space that contains the database.
SQL name | space_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_space table. |
The current status of the database.
SQL name | status |
---|---|
Data type | String |
Example values |
|
The title of the database.
SQL name | title |
---|---|
Data type | String |
The date and time (UTC time zone) when the database was last updated.
SQL name | updated_at |
---|---|
Data type | Datetime |
The URL of the database.
SQL name | url |
---|---|
Data type | String |
An Atlassian identifier that maps data to a site in the workspace table
SQL name | workspace_id |
---|---|
Data type | String |
Foreign key | Links to a record in the workspace table in the schema for organization data. |
The confluence_page table lists your pages and blog posts.
The table uses the following columns:
The body content of the page or blog post, stored as a JSON object.
SQL name | body |
---|---|
Data type | String |
The date and time (UTC time zone) when the page or blog post was created.
SQL name | created_at |
---|---|
Data type | Datetime |
The unique identifier of the person who created the page or blog post.
SQL name | created_by |
---|---|
Data type | String |
Foreign key | Links to a record in the account table in the schema for organization data. |
Lists of extensions present in the body of the page or blog post.
SQL name | extensions |
---|---|
Data type | Array of strings |
The URL of the icon for the page or blog post.
SQL name | icon_url |
---|---|
Data type | String |
The language that the page or blog post is displayed in.
SQL name | language |
---|---|
Data type | String |
List of hyperlinks present in the body of the page or blog post.
SQL name | links |
---|---|
Data type | Array of strings |
The unique identifier of the page or blog post. Use this as the primary key for page or blog post data.
SQL name | page_id |
---|---|
Data type | String |
The unique identifier of the parent page in the page hierarchy.
Blog posts will not have a parent page.
SQL name | parent_page_id |
---|---|
Data type | String |
The last refresh time (UTC time zone) for this record.
SQL name | row_refreshed_at |
---|---|
Data type | Datetime |
The unique identifier of the space that contains the page or blog post.
SQL name | space_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_space table. |
The current status of the page or blog post.
SQL name | status |
---|---|
Data type | String |
Example values | archived, current, draft, trash |
The title of the page or blog post.
SQL name | title |
---|---|
Data type | String |
Specifies if the content is a page or a blog post.
Use the Type column to filter for only page data or only blog post data.
SQL name | type |
---|---|
Data type | String |
Example values | page, blogpost |
The date and time (UTC time zone) when the page or blog post was last updated.
SQL name | updated_at |
---|---|
Data type | Datetime |
URL*
The URL of the page or blog post.
SQL name | url |
---|---|
Data type | String |
An Atlassian identifier that maps data to a site in the workspace table
SQL name | workspace_id |
---|---|
Data type | String |
Foreign key | Links to a record in the workspace table in the schema for organization data. |
The confluence_whiteboard table lists your whiteboards.
The table uses the following columns:
The date and time (UTC time zone) when the whiteboard was created.
SQL name | created_at |
---|---|
Data type | Datetime |
The unique identifier of the person who created the whiteboard.
SQL name | created_by |
---|---|
Data type | String |
Foreign key | Links to a record in the account table in the schema for organization data. |
The URL of the icon for the whiteboard.
SQL name | icon_url |
---|---|
Data type | String |
The language that the whiteboard is displayed in.
SQL name | language |
---|---|
Data type | String |
The unique identifier of the parent database in the content hierarchy.
SQL name | parent_database_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_database table. |
The unique identifier of the parent page in the content hierarchy.
SQL name | parent_page_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_page table. |
The unique identifier of the parent whiteboard in the content hierarchy.
SQL name | parent_whiteboard_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_whiteboard table. |
The last refresh time (UTC time zone) for this record.
SQL name | row_refreshed_at |
---|---|
Data type | Datetime |
The unique identifier of the space that contains the whiteboard.
SQL name | space_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_space table. |
The current status of the whiteboard.
SQL name | status |
---|---|
Data type | String |
Example values |
|
The title of the whiteboard.
SQL name | title |
---|---|
Data type | String |
The date and time (UTC time zone) when the whiteboard was last updated.
SQL name | updated_at |
---|---|
Data type | Datetime |
The URL of the whiteboard.
SQL name | url |
---|---|
Data type | String |
The unique identifier of the whiteboard.
SQL name | whiteboard_id |
---|---|
Data type | String |
An Atlassian identifier that maps data to a site in the workspace table
SQL name | workspace_id |
---|---|
Data type | String |
Foreign key | Links to a record in the workspace table in the schema for organization data. |
Mapping data for each content type are aggregated into the following tables:
Content contributor mapping
Content favorited by mapping
Content updated by mapping
Content watcher mapping
To get data for a specific content type, use the corresponding foreign key in each table. For example, if you only wanted a list of people who have contributed to pages, you’d want to filter the “Content contributor mapping” table for only rows where the “Page ID” column is not null.
The confluence_content_contributor_mapping table holds associations between each type of content (pages, blog posts, databases, and whiteboards) and all accounts that have contributed to them.
The table uses the following columns:
The unique identifier of the person who contributed to the content.
SQL name | account_id |
---|---|
Data type | String |
Foreign key | Links to a record in the account table in the schema for organization data. |
The unique identifier of the database.
SQL name | database_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_database table. |
The unique identifier of the page or blog post.
SQL name | page_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_page table. |
The last refresh time (UTC time zone) for this record.
SQL name | row_refreshed_at |
---|---|
Data type | Datetime |
The unique identifier of the whiteboard.
SQL name | whiteboard_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_whiteboard table. |
An Atlassian identifier that maps data to a site in the workspace table
SQL name | workspace_id |
---|---|
Data type | String |
Foreign key | Links to a record in the workspace table in the schema for organization data. |
The confluence_favorited_by_mapping table holds associations between each type of content (pages, blog posts, databases, and whiteboards) and all accounts that have favorited them.
The table uses the following columns:
The unique identifier of the person who favorited the content.
SQL name | account_id |
---|---|
Data type | String |
Foreign key | Links to a record in the account table in the schema for organization data. |
The unique identifier of the database.
SQL name | database_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_database table. |
The unique identifier of the page or blog post.
SQL name | page_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_page table. |
The last refresh time (UTC time zone) for this record.
SQL name | row_refreshed_at |
---|---|
Data type | Datetime |
The unique identifier of the whiteboard.
SQL name | whiteboard_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_whiteboard table. |
An Atlassian identifier that maps data to a site in the workspace table
SQL name | workspace_id |
---|---|
Data type | String |
Foreign key | Links to a record in the workspace table in the schema for organization data. |
The confluence_content_updated_by_mapping table holds associations between each type of content (pages, blog posts, databases, or whiteboards) and all accounts that have most recently updated them.
The table uses the following columns:
The unique identifier of the person who last updated the content.
SQL name | account_id |
---|---|
Data type | String |
Foreign key | Links to a record in the account table in the schema for organization data. |
The unique identifier of the database.
SQL name | database_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_database table. |
The unique identifier of the page or blog post.
SQL name | page_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_page table. |
The last refresh time (UTC time zone) for this record.
SQL name | row_refreshed_at |
---|---|
Data type | Datetime |
The unique identifier of the whiteboard.
SQL name | whiteboard_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_whiteboard table. |
An Atlassian identifier that maps data to a site in the workspace table
SQL name | workspace_id |
---|---|
Data type | String |
Foreign key | Links to a record in the workspace table in the schema for organization data. |
The confluence_content_watcher_mapping table holds associations between each type of content (pages, blog posts, databases, or whiteboards) and all accounts that are watching them.
The table uses the following columns:
The unique identifier of the person who watched the content.
SQL name | account_id |
---|---|
Data type | String |
Foreign key | Links to a record in the account table in the schema for organization data. |
The unique identifier of the database.
SQL name | database_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_database table. |
The unique identifier of the page or blog post.
SQL name | page_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_page table. |
The last refresh time (UTC time zone) for this record.
SQL name | row_refreshed_at |
---|---|
Data type | Datetime |
The unique identifier of the whiteboard.
SQL name | whiteboard_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_whiteboard table. |
An Atlassian identifier that maps data to a site in the workspace table
SQL name | workspace_id |
---|---|
Data type | String |
Foreign key | Links to a record in the workspace table in the schema for organization data. |
Metadata for each content type are aggregated into the following tables:
Content label
Content property
Content restriction
The confluence_content_label table lists the labels added to each page, blog post, database, or whiteboard.
The table uses the following columns:
The unique identifier of the database associated with the label.
SQL name | database_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_database table. |
The name of the label.
SQL name | name |
---|---|
Data type | String |
The namespace of the label, which helps determine its visibility.
SQL name | namespace |
---|---|
Data type | String |
Example values |
|
The unique identifier of the person who added the label to the content.
SQL name | owned_by |
---|---|
Data type | String |
Foreign key | Links to a record in the account table in the schema for organization data. |
The unique identifier of the page associated with the label.
SQL name | page_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_page table. |
The last refresh time (UTC time zone) for this record.
SQL name | row_refreshed_at |
---|---|
Data type | Datetime |
The unique identifier of the whiteboard associated with the label.
SQL name | whiteboard_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_whiteboard table. |
An Atlassian identifier that maps data to a site in the workspace table
SQL name | workspace_id |
---|---|
Data type | String |
Foreign key | Links to a record in the workspace table in the schema for organization data. |
The confluence_content_property table lists the properties associated with each page, blog post, database, or whiteboard.
The table uses the following columns:
The unique identifier of the database associated with the property.
SQL name | database_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_database table. |
The key of the property.
SQL name | body |
---|---|
Data type | String |
The unique identifier of the page or blog post associated with the property.
SQL name | page_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_page table. |
The last refresh time (UTC time zone) for this record.
SQL name | row_refreshed_at |
---|---|
Data type | Datetime |
The value of the property.
SQL name | value |
---|---|
Data type | String |
The unique identifier of the whiteboard associated with the property.
SQL name | whiteboard_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_whiteboard table. |
An Atlassian identifier that maps data to a site in the workspace table
SQL name | workspace_id |
---|---|
Data type | String |
Foreign key | Links to a record in the workspace table in the schema for organization data. |
The confluence_content_restriction table lists the restrictions, which can be applied to an individual account or group, configured for each page, blog post, database, or whiteboard.
The table uses the following columns:
The unique identifier of the person who is authorized to access the content.
SQL name | authorized_account |
---|---|
Data type | String |
Foreign key | Links to a record in the account table in the schema for organization data. |
The unique identifier of the group who is authorized to access the content.
SQL name | authorized_group |
---|---|
Data type | String |
Foreign key | Links to a record in the atlassian_group table in the schema for organization data. |
The unique identifier of the database.
SQL name | database_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_database table. |
The unique identifier of the page or blog post.
SQL name | page_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_page table. |
The type of restriction that’s been applied to the account or group.
SQL name | restriction_type |
---|---|
Data type | String |
Example values | view, edit |
The last refresh time (UTC time zone) for this record.
SQL name | row_refreshed_at |
---|---|
Data type | Datetime |
The unique identifier of the whiteboard.
SQL name | whiteboard_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_whiteboard table. |
An Atlassian identifier that maps data to a site in the workspace table
SQL name | workspace_id |
---|---|
Data type | String |
Foreign key | Links to a record in the workspace table in the schema for organization data. |
There are several tables for space data:
Space
Space label
Space permission mapping
Space viewer mapping
The confluence_space table lists your spaces.
The table uses the following columns:
The date and time (UTC time zone) when the space was created.
SQL name | created_at |
---|---|
Data type | Datetime |
The unique identifier of the person who created the space.
LSQL name | created_by |
---|---|
Data type | String |
Foreign key | Links to a record in the account table in the schema for organization data. |
The description of the space.
SQL name | description |
---|---|
Data type | String |
The unique identifier of the homepage.
SQL name | homepage_id |
---|---|
Data type | String |
The URL of the page icon.
SQL name | icon_url |
---|---|
Data type | String |
The key of the space.
SQL name | key |
---|---|
Data type | String |
The name of the space.
SQL name | name |
---|---|
Data type | String |
The last refresh time (UTC time zone) for this record.
SQL name | row_refreshed_at |
---|---|
Data type | Datetime |
The unique identifier of the space.
SQL name | space_id |
---|---|
Data type | String |
The current status of the space.
SQL name | status |
---|---|
Data type | String |
Example values | archived, current |
The type of space.
SQL name | type |
---|---|
Data type | String |
Example values | personal, global |
The date and time (UTC time zone) when the space was last updated.
SQL name | updated_at |
---|---|
Data type | Datetime |
The unique identifier of the person who last updated the space.
SQL name | updated_by |
---|---|
Data type | String |
Foreign key | Links to a record in the account table in the schema for organization data. |
The URL of the space.
SQL name | url |
---|---|
Data type | String |
An Atlassian identifier that maps data to a site in the workspace table
SQL name | workspace_id |
---|---|
Data type | String |
Foreign key | Links to a record in the workspace table in the schema for organization data. |
The confluence_space_label table lists the labels associated with a space.
The table uses the following columns:
The name of the space label.
SQL name | name |
---|---|
Data type | String |
Helps determine the visibility of the label.
SQL name | namespace |
---|---|
Data type | String |
The unique identifier of the person who associated the label to the space.
SQL name | owned_by |
---|---|
Data type | String |
Foreign key | Links to a record in the account table in the schema for organization data. |
The last refresh time (UTC time zone) for this record.
SQL name | row_refreshed_at |
---|---|
Data type | Datetime |
The unique identifier of the space.
SQL name | space_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_space table. |
An Atlassian identifier that maps data to a site in the workspace table
SQL name | workspace_id |
---|---|
Data type | String |
Foreign key | Links to a record in the workspace table in the schema for organization data. |
The confluence_space_permission_mapping table holds associations between spaces and the accounts with permission to access them.
The table uses the following columns:
The unique identifier of the person who is authorized to access the space.
SQL name | authorized_account |
---|---|
Data type | String |
Foreign key | Links to a record in the account table in the schema for organization data. |
The unique identifier of the group who is authorized to access the space.
SQL name | authorized_group |
---|---|
Data type | String |
Foreign key | Links to a record in the atlassian_group table in the schema for organization data. |
The type of permission that the account or group has to the space.
SQL name | permission_type |
---|---|
Data type | String |
Example values | space-admin, anonymous |
The last refresh time (UTC time zone) for this record.
SQL name | row_refreshed_at |
---|---|
Data type | Datetime |
The unique identifier of the space.
SQL name | space_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_space table. |
An Atlassian identifier that maps data to a site in the workspace table
SQL name | workspace_id |
---|---|
Data type | String |
Foreign key | Links to a record in the workspace table in the schema for organization data. |
The confluence_space_viewer_mapping table holds associations between spaces and accounts that can view them.
The table uses the following columns:
The unique identifier of the person who can view the space.
SQL name | account_id |
---|---|
Data type | String |
Foreign key | Links to a record in the account table in the schema for organization data. |
The last refresh time (UTC time zone) for this record.
SQL name | row_refreshed_at |
---|---|
Data type | Datetime |
The unique identifier of the space.
SQL name | space_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_space table. |
The unique identifier of the team that can view the space.
SQL name | team_id |
---|---|
Data type | String |
An Atlassian identifier that maps data to a site in the workspace table
SQL name | workspace_id |
---|---|
Data type | String |
Foreign key | Links to a record in the workspace table in the schema for organization data. |
These tables will be deprecated and removed from the schema. Use the tables prepended with Content in the names instead.
Data for both pages and blog posts are aggregated into the following tables:
Page contributor mapping
Page favorited by mapping
Page label
Page property
Page restriction
Page updated by mapping
Page watcher mapping
To filter for only page data or only blog post data, use the Type column from the Confluence page table in the “Filters” section of your visual mode queries or the WHERE clause of your SQL mode queries.
This table will be deprecated and removed from the schema. Use the Content contributor mapping table instead.
The confluence_page_contributor_mapping table holds associations between pages/blog posts and all accounts that have contributed to them.
The table uses the following columns:
The unique identifier of the page or blog post contributor.
SQL name | account_id |
---|---|
Data type | String |
Foreign key | Links to a record in the account table in the schema for organization data. |
The unique identifier of the page or blog post.
SQL name | page_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_page table. |
The last refresh time (UTC time zone) for this record.
SQL name | row_refreshed_at |
---|---|
Data type | Datetime |
An Atlassian identifier that maps data to a site in the workspace table
SQL name | workspace_id |
---|---|
Data type | String |
Foreign key | Links to a record in the workspace table in the schema for organization data. |
This table will be deprecated and removed from the schema. Use the Content favorited by mapping table instead.
The confluence_page_favorited_by_mapping table holds associations between pages/blog posts and accounts that have favorited them. It uses the following columns:
The unique identifier of the person who favorited the page or blog post.
SQL name | account_id |
---|---|
Data type | String |
Foreign key | Links to a record in the account table in the schema for organization data. |
The unique identifier of the page or blog post.
SQL name | page_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_page table. |
The last refresh time (UTC time zone) for this record.
SQL name | row_refreshed_at |
---|---|
Data type | Datetime |
An Atlassian identifier that maps data to a site in the workspace table
SQL name | workspace_id |
---|---|
Data type | String |
Foreign key | Links to a record in the workspace table in the schema for organization data. |
This table will be deprecated and removed from the schema. Use the Content label table instead.
The confluence_page_label table lists the labels associated with a page or blog post.
The table uses the following columns:
The name of the page or blog post label.
SQL name | name |
---|---|
Data type | String |
Helps determine the visibility of the label.
SQL name | namespace |
---|---|
Data type | String |
The unique identifier of the person who associated the label to the page or blog post.
SQL name | owned_by |
---|---|
Data type | String |
Foreign key | Links to a record in the account table in the schema for organization data. |
The unique identifier of the page or blog post.
SQL name | page_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_page table. |
The last refresh time (UTC time zone) for this record.
SQL name | row_refreshed_at |
---|---|
Data type | Datetime |
An Atlassian identifier that maps data to a site in the workspace table
SQL name | workspace_id |
---|---|
Data type | String |
Foreign key | Links to a record in the workspace table in the schema for organization data. |
This table will be deprecated and removed from the schema. Use the Content property table instead.
The confluence_page_property table lists extra properties associated with a page or blog post, stored in key-value pairs.
The table uses the following columns:
The key of the property.
SQL name | key |
---|---|
Data type | String |
The unique identifier of the page or blog post.
SQL name | page_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_page table. |
The last refresh time (UTC time zone) for this record.
SQL name | row_refreshed_at |
---|---|
Data type | Datetime |
The value of the property.
SQL name | value |
---|---|
Data type | String |
An Atlassian identifier that maps data to a site in the workspace table
SQL name | workspace_id |
---|---|
Data type | String |
Foreign key | Links to a record in the workspace table in the schema for organization data. |
This table will be deprecated and removed from the schema. Use the Content restriction table instead.
The confluence_page_restriction table lists the restrictions that have been configured for each page or blog post.
The table uses the following columns:
The unique identifier of the person who has permission to view or edit the page or blog post.
SQL name | authorized_account |
---|---|
Data type | String |
Foreign key | Links to a record in the account table in the schema for organization data. |
The unique identifier of the team that has permission to view or edit the page or blog post.
SQL name | authorized_team |
---|---|
Data type | String |
Foreign key | Links to a record in the atlassian_group table in the schema for organization data. |
The unique identifier of the page or blog post.
SQL name | page_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_page table. |
The type of restriction applied to the page or blog post viewer.
SQL name | restriction_type |
---|---|
Data type | String |
Example values | Our team is working to resolve an issue where the restriction type always shows view even if the person has permission to edit. view, edit |
The last refresh time (UTC time zone) for this record.
SQL name | row_refreshed_at |
---|---|
Data type | Datetime |
An Atlassian identifier that maps data to a site in the workspace table
SQL name | workspace_id |
---|---|
Data type | String |
Foreign key | Links to a record in the workspace table in the schema for organization data. |
This table will be deprecated and removed from the schema. Use the Content updated by mapping table instead.
The confluence_page_updated_by_mapping table holds associations between pages/blog posts and accounts that have most recently updated them.
The table uses the following columns:
The unique identifier of the person who last updated the page or blog post.
SQL name | account_id |
---|---|
Data type | String |
Foreign key | Links to a record in the account table in the schema for organization data. |
The unique identifier of the page or blog post.
SQL name | page_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_page table. |
The last refresh time (UTC time zone) for this record.
SQL name | row_refreshed_at |
---|---|
Data type | Datetime |
An Atlassian identifier that maps data to a site in the workspace table
SQL name | workspace_id |
---|---|
Data type | String |
Foreign key | Links to a record in the workspace table in the schema for organization data. |
This table will be deprecated and removed from the schema. Use the Content watcher mapping table instead.
The confluence_page_watcher_mapping table holds associations between pages/blog posts and accounts that have watched them.
The table uses the following columns:
The unique identifier of the person who watched the page or blog post.
SQL name | account_id |
---|---|
Data type | String |
Foreign key | Links to a record in the account table in the schema for organization data. |
The unique identifier of the page or blog post.
SQL name | page_id |
---|---|
Data type | String |
Foreign key | Links to a record in the confluence_page table. |
The last refresh time (UTC time zone) for this record.
SQL name | row_refreshed_at |
---|---|
Data type | Datetime |
An Atlassian identifier that maps data to a site in the workspace table
SQL name | workspace_id |
---|---|
Data type | String |
Foreign key | Links to a record in the workspace table in the schema for organization data. |
Was this helpful?