Is it possible to create/update non dlt table in init phase of dlt task?

PassionateDBD
Databricks Partner

We have a dlt task that is written in python. Is it possible to create or update a delta table programatically from inside a dlt task? The delta table would not be managed from inside the dlt task because we never want to fully refresh that table. The table is more of a "logging table" where we only append configurations when they change over time. It would be fine if we are able to update the table once every time that we start the dlt task for example.