cloudquery / cq-provider-sdk

CloudQuery Provider SDK enables building providers to query any service or custom in-house solutions with SQL
https://cloudquery.io
Mozilla Public License 2.0
8 stars 15 forks source link

Refactor/no diags #437

Open yevgenypats opened 2 years ago

yevgenypats commented 2 years ago

This is very much wip but this is removing use of diags which due to the nature of it "infects" the whole code-bases similar to context. We are moving to pure logging as it is already structured and it is being send anyway to the core by the hashicorp go-plugin library.


Use the following steps to ensure your PR is ready to be reviewed