-
Hello,
I am trying to run the sample quickstart process. I have checked out the latest master (although I have attempted this with tag v3.15 in case there's unstable master code). The process fai…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
```
create table lrr_test(`COL1` date);
insert into lrr_test val…
-
**Describe the bug**
There is no current support in the cloudsql-instance module for setting the password_validation_policy, which means the new database shows up in the console with some security wa…
-
Apply this diff
```diff
diff --git i/examples/postgres/migrations/m0005_reference_complex.rs w/examples/postgres/migrations/m0005_reference_complex.rs
index 7ed796a..72264a4 100644
--- i/example…
-
**Describe the problem**
For the query 2 in TPC-H benchmark:
```sql
select
s_acctbal,
s_name,
n_name,
p_partkey,
p_mfgr,
s_address,
s_phone,
s_comment
f…
-
Found from a user report. Reproduces on IBM i:
```php
-
**Describe the problem**
For query 7 in TPC-H benchmark:
```sql
select
supp_nation,
cust_nation,
l_year,
sum(volume) as revenue
from
(
select
n1.…
-
### Bug summary
I created a environment, `pip install -U prefect` and tried running `prefect server start` and get the below error.
Thanks for any help!
trace and pip freeze
$ python -…
-
### Description
**Environment configuration:**
- Windows operating system
- Self-hosted Community Edition
- Microsoft SQL Server as a database
**Issue description:**
When creating pull request…
-
This job
```
- name: Sync Postgres to Another Postgres Table
source:
ref: PG1
query_string: "SELECT * FROM existing_table"
destination:
ref: PG2
table_name:…