You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All our tests pass of course, but if you initialize logger e.g. by adding logger.InitSimpleLoggerForTests() at the beginning of a test, you'll see a lot of errors being printed.
It's mostly with my code, so I'll try to look at it in near future.
The text was updated successfully, but these errors were encountered:
This PR:
- changes signature of `BuildIngestSQLStatements` to pass `*table`
consequently
- moves body of `GenerateSqlStatements` to `processInsertQuery` to
assemble whole workflow in one place and open a way for new arrangement.
All our tests pass of course, but if you initialize logger e.g. by adding
logger.InitSimpleLoggerForTests()
at the beginning of a test, you'll see a lot of errors being printed.It's mostly with my code, so I'll try to look at it in near future.
The text was updated successfully, but these errors were encountered: