2023-04-03 00:21:06 +03:00
|
|
|
---
|
|
|
|
name: Bug report
|
|
|
|
about: Create a report to help us improve
|
|
|
|
title: ''
|
|
|
|
labels: ''
|
|
|
|
assignees: ''
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
**Describe the bug**
|
|
|
|
A clear and concise description of what the bug is.
|
|
|
|
|
|
|
|
**To Reproduce**
|
2023-06-21 15:28:15 +03:00
|
|
|
|
2023-04-03 00:40:11 +03:00
|
|
|
Steps to reproduce the behavior.
|
2023-04-03 00:21:06 +03:00
|
|
|
|
|
|
|
**Expected behavior**
|
2023-06-21 15:28:15 +03:00
|
|
|
|
2023-04-03 00:21:06 +03:00
|
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
|
2023-06-21 15:28:15 +03:00
|
|
|
**`sq` version**
|
|
|
|
|
2023-06-23 06:07:27 +03:00
|
|
|
Paste the output of `sq version --yaml` into the code block below:
|
2023-06-21 15:28:15 +03:00
|
|
|
|
|
|
|
```yaml
|
2023-06-23 06:07:27 +03:00
|
|
|
# $ sq version --yaml
|
2023-06-21 15:28:15 +03:00
|
|
|
# REPLACE THIS WITH YOUR OUTPUT
|
2023-06-23 06:07:27 +03:00
|
|
|
version: v0.39.1
|
|
|
|
commit: 82dc378
|
|
|
|
timestamp: 2023-06-22T18:31:25Z
|
|
|
|
latest_version: v0.39.1
|
2023-06-21 15:28:15 +03:00
|
|
|
host:
|
|
|
|
platform: darwin
|
|
|
|
arch: arm64
|
|
|
|
kernel: Darwin
|
|
|
|
kernel_version: 22.5.0
|
|
|
|
variant: macOS
|
|
|
|
variant_version: "13.4"
|
|
|
|
```
|
|
|
|
|
2023-06-23 06:07:27 +03:00
|
|
|
**Source details**
|
|
|
|
|
|
|
|
If your issue pertains to a particular source (e.g. a Postgres database),
|
|
|
|
paste the output of `sq inspect --overview --yaml @your_source` into the
|
|
|
|
code block below. You may redact any sensitive fields.
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
# $ sq inspect --overview --yaml @your_source
|
|
|
|
# REPLACE THIS WITH YOUR OUTPUT
|
|
|
|
handle: "@your_source"
|
|
|
|
location: postgres://sakila:xxxxx@192.168.50.132/sakila
|
|
|
|
name: sakila
|
|
|
|
name_fq: sakila.public
|
|
|
|
schema: public
|
|
|
|
driver: postgres
|
|
|
|
db_driver: postgres
|
|
|
|
db_product: PostgreSQL 12.13 on x86_64-pc-linux-musl, compiled by gcc (Alpine 12.2.1_git20220924-r4) 12.2.1 20220924, 64-bit
|
|
|
|
db_version: "12.13"
|
|
|
|
user: sakila
|
|
|
|
size: 17359727
|
|
|
|
```
|
|
|
|
|
2023-04-03 00:40:11 +03:00
|
|
|
**Logs**
|
2023-06-21 15:28:15 +03:00
|
|
|
|
2023-06-23 06:07:27 +03:00
|
|
|
If appropriate, attach your `sq` [log file](https://sq.io/docs/config/#logging).
|
2023-06-21 15:28:15 +03:00
|
|
|
|
2023-06-23 06:07:27 +03:00
|
|
|
Don't paste the log file contents into a GitHub comment: instead, attach the file.
|
2023-06-21 15:28:15 +03:00
|
|
|
The exception is if you know for sure that only a particular snippet of
|
|
|
|
the log file is relevant: then you can paste that short snippet. Be sure
|
|
|
|
to enclose it in a code block.
|
2023-04-03 00:40:11 +03:00
|
|
|
|
2023-04-03 00:21:06 +03:00
|
|
|
**Screenshots**
|
2023-06-21 15:28:15 +03:00
|
|
|
|
2023-04-03 00:21:06 +03:00
|
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
|
|
|
|
**Additional context**
|
2023-06-21 15:28:15 +03:00
|
|
|
|
2023-04-03 00:21:06 +03:00
|
|
|
Add any other context about the problem here.
|