Looks like a schema must be included in the table name schema_name.table_name when sourcing from a sqlite table, but sqlite does not have a schema unless a db is attached.
raise ValueError("Table name must be in the format schema.<table>")
ValueError: Table name must be in the format schema.<table>
Looks like a schema must be included in the table name
schema_name.table_name
when sourcing from a sqlite table, but sqlite does not have a schema unless a db is attached.Thanks for the neat tool!