Back to source list
Official
Square source integration documentation
The CloudQuery Square plugin pulls data from Square and loads it into any supported CloudQuery destination
Loading plugin documentation
The CloudQuery Square plugin pulls data from Square and loads it into any supported CloudQuery destination
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.
kind: source
# Common source-integration configuration
spec:
name: square
registry: docker
path: docker.cloudquery.io/cloudquery/source-square:v1.3.22
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
):