Relative Content

Tag Archive for pythonsqlalchemysnowflake-cloud-data-platform

Snowflake SQLAlchemy – Create table with Timestamp?

I am creating table definitions with SqlAlchemy in Python. I am able to successfully create a table with primary key which autoincrements and some other fields. However, I haven’t been able to find any documentation on how to add a field with a timestamp which will be populated when a new record is added. For reference, this is how you would create this field directly in a Snowflake worksheet.