From fcd1d73e231698c61c86effb4afe5cf30180b25f Mon Sep 17 00:00:00 2001 From: Sultan Iman Date: Tue, 2 Apr 2024 16:10:23 +0200 Subject: [PATCH] Add a placeholder for the day of week --- dlt/destinations/impl/filesystem/layout.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dlt/destinations/impl/filesystem/layout.py b/dlt/destinations/impl/filesystem/layout.py index 8f0d436c35..2fbf607630 100644 --- a/dlt/destinations/impl/filesystem/layout.py +++ b/dlt/destinations/impl/filesystem/layout.py @@ -24,6 +24,7 @@ "day", "hour", "minute", + "dow", } SUPPORTED_TABLE_NAME_PREFIX_PLACEHOLDERS = ("schema_name",)