Back to source list
Official
Premium
Buildkite source integration documentation
Sync from Buildkite to any destination
Publisher
cloudquery
Latest version
v1.4.2
Type
Source
Platforms
Date Published
Loading plugin documentation
Sync from Buildkite to any destination
Publisher
cloudquery
Latest version
v1.4.2
Type
Source
Platforms
Date Published
Loading plugin documentation
We use tracking cookies to understand how you use the product and help us improve it. Please accept cookies to help us improve. You can always opt out later via the link in the footer.
access_tokens
configuration.
You can generate the API Access Token by following the Buildkite documentation.
This integration syncs data using Buildkite's REST API, GraphQL API access should not be required.export BUILDKITE_ACCESS_TOKEN=<your_api_token>
set BUILDKITE_ACCESS_TOKEN=<your_api_token>
kind: source
# Common source-plugin configuration
spec:
name: buildkite
path: cloudquery/buildkite
version: "v1.4.2"
tables: ["*"]
destinations: ["postgresql"]
# buildkite specific configuration
spec:
access_tokens: ["${BUILDKITE_ACCESS_TOKEN}"]
# optional parameters
# base_url: "https://api.buildkite.com/"
# concurrency: 100
# scheduler: "dfs"
access_tokens
([]string
) (required)base_url
(string
) (optional)concurrency
(integer
) (optional) (default: 100
)scheduler
(string
, optional, default: dfs
)dfs
(depth-first search), round-robin
, shuffle
and shuffle-queue
.table_options
(map
) (default: null
)table_options object
is as follows:table_options:
<table_name>:
<input_object>
table_options:
buildkite_agents:
include_access_token: true # default: false
buildkite_pipelines:
include_env_vars: true # default: false
buildkite_builds:
ListBuilds:
- include_env_vars: true # default: false
created_from: "2 days ago"
created_to: "1 day ago"
- include_env_vars: false
branch: ["dev", "feature1"]
Time
type allows for defining timestamps in both absolute and relative formats.2024-01-01T12:00:00+00:00
.now
x seconds [ago|from now]
x minutes [ago|from now]
x hours [ago|from now]
x days [ago|from now]
until
field:until: now
until: 2 days ago
until: 10 months 3 days 4h20m from now
until: 2024-01-01T12:00:00+00:00