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.
kind: source
# Common source-integration configuration
spec:
name: square
registry: docker
path: docker.cloudquery.io/cloudquery/source-square:v1.3.21
tables: ["*"]
destinations: ["postgresql"]
# Square-specific configuration
spec:
# required
access_token: "${SQUARE_ACCESS_TOKEN}"
# required
environment: "sandbox" # sandbox or production
# optional, default: 100
# concurrency: 100
# optional, default: 10000
# queue_size: 10000
cloudquery
needs to authenticate using an access token.access_token
(string
) (required):environment
(string
) (required):production
or sandbox
.concurrency
(integer
) (optional) (default: 100
):queue_size
(integer
) (optional) (default: 10000
):