Hi, I am testing the CQ GCP plugin and I ran into an issue with data
I am using the latest version of the GCP plugin, CloudQuery, and Neo4j for the destination. I am using the neo4j:5.22.0
Docker image. I tried to sync the gcp_compute_disks
table. In my GCP project, I have 2 instances: the first one has 2 disks and the second has 3 disks.
The sync of the gcp_compute_disks
table completed without any error. Then, I detached the third disk from the second instance and I ran the sync again. The sync completed without any error, but when I looked at the data in Neo4j, I discovered an issue: the detached disk is shown as attached to the instance (checked the column users
), and the boot disk of the second instance is shown as detached (the column users
is empty).
Another issue is that the ādescriptionā column value of the detached disk is assigned to the boot disk of the first instance. I donāt know what is going wrong. Maybe I missed something? (I used just the basic config as in the documentation).
Any help, please? Are you facing the same issue or able to reproduce it on your side? Thank you!