Back to source list
Official
Premium
Slack
The CloudQuery Slack plugin extracts information from your Slack organization(s) and loads it into any supported CloudQuery destination
Publisher
cloudquery
Latest version
v5.1.3
Type
Source
Platforms
Date Published
Slack Files
The slack_files table shows data for Slack Files.
Table Options #
FilesTableOptions contains configuration for the slack_files table
user
(string
)channel
(string
)timestampfrom
(Time
)timestampto
(Time
)types
(string
)showhidden
(boolean
)
Time #
CloudQuery configtype.Time
Allows for defining timestamps in both absolute(RFC3339) and relative formats. Absolute timestamp example:
2024-01-01T12:00:00+00:00
.
Relative timestamps can take this format:now
x seconds [ago|from now]
x minutes [ago|from now]
x hours [ago|from now]
x days [ago|from now]
until
field usage:until: now
until: 2 days ago
until: 10 months 3 days 4h20m from now
until: 2024-01-01T12:00:00+00:00
(
string
) (pattern: (^now$|^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(.(\\d{1,9}))?(Z|((-|\\+)\\d{2}:\\d{2}))$|^\\d{4}-\\d{2}-\\d{2}$|^[-+]?([0-9]*(\\.[0-9]*)?[a-z]+)+$|^(([0-9]+\\s+(nanoseconds?|ns|microseconds?|us|µs|μs|milliseconds?|ms|seconds?|s|minutes?|m|hours?|h|days?|d|months?|M|years?|Y)|[-+]?([0-9]*(\\.[0-9]*)?[a-z]+)+))(\\s+(([0-9]+\\s+(nanoseconds?|ns|microseconds?|us|µs|μs|milliseconds?|ms|seconds?|s|minutes?|m|hours?|h|days?|d|months?|M|years?|Y)|[-+]?([0-9]*(\\.[0-9]*)?[a-z]+)+)))*\\s+(ago|from\\s+now)$)
)Primary Keys #
Name | Type |
---|---|
id | utf8 |
team_id | utf8 |
Columns #
Name | Type |
---|---|
channels | list<item: utf8, nullable> |
comments_count | int64 |
_cq_id | uuid |
_cq_parent_id | uuid |
created | timestamp[us, tz=UTC] |
editable | bool |
edit_link | utf8 |
external_type | utf8 |
filetype | utf8 |
groups | list<item: utf8, nullable> |
id | utf8 |
image_exif_rotation | int64 |
ims | list<item: utf8, nullable> |
initial_comment | json |
is_external | bool |
is_public | bool |
is_starred | bool |
lines | int64 |
lines_more | int64 |
mimetype | utf8 |
mode | utf8 |
name | utf8 |
num_stars | int64 |
original_h | int64 |
original_w | int64 |
permalink | utf8 |
permalink_public | utf8 |
pretty_type | utf8 |
preview | utf8 |
preview_highlight | utf8 |
public_url_shared | bool |
shares | json |
size | int64 |
team_id | utf8 |
thumb_1024 | utf8 |
thumb_1024_h | int64 |
thumb_1024_w | int64 |
thumb_160 | utf8 |
thumb_360 | utf8 |
thumb_360_gif | utf8 |
thumb_360_h | int64 |
thumb_360_w | int64 |
thumb_480 | utf8 |
thumb_480_h | int64 |
thumb_480_w | int64 |
thumb_64 | utf8 |
thumb_720 | utf8 |
thumb_720_h | int64 |
thumb_720_w | int64 |
thumb_80 | utf8 |
thumb_960 | utf8 |
thumb_960_h | int64 |
thumb_960_w | int64 |
timestamp | timestamp[us, tz=UTC] |
title | utf8 |
url | utf8 |
url_download | utf8 |
url_private | utf8 |
url_private_download | utf8 |
user | utf8 |