Myst
DTDrizzle Team
•Created by Myst on 3/7/2025 in #help
Dynamic Table Names
I am new to drizzle (started today) and am wondering if it is possible to have a dynamic table name. I have a database that has a new table created for each month. The schema of all these tables is the same. Is it possible to just have 1 schema definition instead of needing to have this repeated? I was able to accomplish this in the past using sqlalchemy using the blow config. Sorry if I have asked this in a confusing manner.
Current Drizzle:
SQLAlchemy:
2 replies