> ## Documentation Index
> Fetch the complete documentation index at: https://docs.domino.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Data sources troubleshooting

Connectivity to data sources such as Snowflake is handled by the Domino data source proxy pods in the domino-platform namespace.

```shell theme={null}
<user-id>$ prod-field % kubectl get pods -n domino-platform | grep -i proxy
datasource-proxy-5c4496685d-2dpkg                            1/1     Running     0             21d
datasource-proxy-5c4496685d-mrjsk                            1/1     Running     0             21d
```

Logs from those pods can help to troubleshoot connectivity to data sources.

```shell theme={null}
<user-id>$ prod-field % kubectl logs datasource-proxy-5c4496685d-2dpkg -n domino-platform | grep -i snow
time="2023-06-16T12:18:30Z" level=error msg="Authentication FAILED" func="gosnowflake.(*defaultLogger).Errorln" file="log.go:242"
{"level":"error","ts":1686917910.709162,"caller":"server/auth.go:61","msg":"call error","error":"rpc error: code = InvalidArgument desc = 390913 (08004): Your free trial has ended and all of your virtual warehouses have been suspended. Add billing information in the Snowflake web UI to continue using the full set of Snowflake features.","stacktrace":"github.com/cerebrotech/datasource-proxy/internal/server.(*AuthnMiddleware).CallCompleted
    /datasource-proxy/internal/server/auth.go:61
github.com/apache/arrow/go/arrow/flight.CreateServerMiddleware.func2
    /go/pkg/mod/github.com/apache/arrow/go/arrow@v0.0.0-20211112161151-bc219186db40/flight/server.go:80
google.golang.org/grpc.(*Server).processStreamingRPC
    /go/pkg/mod/google.golang.org/grpc@v1.45.0/server.go:1548
google.golang.org/grpc.(*Server).handleStream
    /go/pkg/mod/google.golang.org/grpc@v1.45.0/server.go:1623
google.golang.org/grpc.(*Server).serveStreams.func1.2
    /go/pkg/mod/google.golang.org/grpc@v1.45.0/server.go:921"}

<user-id>$ prod-field %
```

## Next steps

The following sections provide useful steps to troubleshoot:

* [Basic Domino health](/6.3/admin/troubleshooting/basic-domino-health)

* [Connectivity and latency](/6.3/admin/troubleshooting/connectivity-and-slowness-issues)

* [Workspaces and Jobs issues](/6.3/admin/troubleshooting/workspaces-and-jobs-issues)

* [Compute environment build issues](/6.3/admin/troubleshooting/compute-environment-build-issues)

* [Domino endpoint issues](/6.3/admin/troubleshooting/model-api-issues)

* [Distributed model monitoring issues](/6.3/admin/troubleshooting/dmm-issues)
