The format of the `table_name` argument you're supplying to the `jdbc_writer` method appears to be the cause of the issue you're seeing. A string containing exactly one period is expected to divide into two pieces by the line `schema, table = table_n...