GoogleCloudPlatform / database-assessment

Database Migration Assessment
https://googlecloudplatform.github.io/database-assessment/
Apache License 2.0
62 stars 35 forks source link

Issue 71: Fixed code to avoid errors when fromdataframe is not used #128

Closed divyapandian5 closed 2 years ago

divyapandian5 commented 2 years ago

There is a bug when the user is not using fromdataframe and try to load all CSVs as from source files directly. The issue is when we try to add some fields to opkeylog table and is fixed with this commit