-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Description
Describe the bug
With the following config:
kind: source
spec:
name: aws
version: v4.6.1
destinations: [postgresql]
path: cloudquery/aws
---
kind: source
spec:
name: azure
version: v1.3.3
destinations: [postgresql]
path: cloudquery/azure
---
kind: destination
spec:
name: postgresql
version: v1.6.3
spec:
connection_string: postgresql://postgres:pass@localhost:5432/postgresThe CLI errors out with Error: failed to load spec(s) from <path>. Error: destination postgresql is used by multiple sources cloudquery/azure with different versions
Expected Behavior
Using multiple sources should work
Steps to Reproduce
Create a YAML file with the above configuration, run cloudquery sync <file>
Possible Solution
Fix the config validation
Provider and CloudQuery version
v1.5.5
Additional Context
No response
Metadata
Metadata
Assignees
Labels
No labels