Skip to content

Commit

Permalink
Modify test file for lab
Browse files Browse the repository at this point in the history
  • Loading branch information
dihedron committed Jan 17, 2024
1 parent 40e7c56 commit 14c8c8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions _test/openstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
["openstack*"]
destinations:
- sqlite
- postgresql
# - postgresql
spec:
endpoint_url: ${OPENSTACK_ENDPOINT_URL}
username: ${OPENSTACK_USERNAME}
Expand Down Expand Up @@ -36,7 +36,7 @@ kind: destination
spec:
name: sqlite
path: cloudquery/sqlite
version: v2.4.4
version: v2.4.16
spec:
connection_string: ./${OPENSTACK_INSTALLATION}.sqlite
---
Expand All @@ -45,7 +45,7 @@ spec:
name: postgresql
registry: github
path: cloudquery/postgresql
version: v5.0.2
version: v7.1.0
spec:
connection_string: postgresql://cloudquery:cloudquery@localhost:15433/cloudquery?sslmode=disable
# connection_string: postgresql://cloudquery:cloudquery@localhost:5432/cloudquery?sslmode=disable
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,6 @@ github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg=
github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk=
github.com/gophercloud/gophercloud v1.3.0 h1:RUKyCMiZoQR3VlVR5E3K7PK1AC3/qppsWYo6dtBiqs8=
github.com/gophercloud/gophercloud v1.3.0/go.mod h1:aAVqcocTSXh2vYFZ1JTvx4EQmfgzxRcNupUfxZbBNDM=
github.com/gophercloud/gophercloud v1.5.0 h1:cDN6XFCLKiiqvYpjQLq9AiM7RDRbIC9450WpPH+yvXo=
github.com/gophercloud/gophercloud v1.5.0/go.mod h1:aAVqcocTSXh2vYFZ1JTvx4EQmfgzxRcNupUfxZbBNDM=
github.com/grpc-ecosystem/go-grpc-middleware/providers/zerolog/v2 v2.0.0-rc.3 h1:hRcWZ7716+E1tkMSZJ/QeeC2dPGGB1R/4z4m9RsL8Qg=
Expand Down

0 comments on commit 14c8c8c

Please sign in to comment.