Open trymzet opened 4 days ago
I've also noticed the layout produced when using sql_table()
with the same config is different still -- the produced layout is {schema_name}_<some_unidentified_datetime_value>/dlt_{table_name}/{load_id}.{file_id}
.
As you can see, some datetime string (I don't know what it is, but it looks like this for example: my_schema_20241202113340
) is added as a suffix to the schema name, and the table name is prefixed with dlt_
.
dlt version
1.4.0
Describe the problem
When using the Filesystem destination with eg. the following layout config:
The data is still loaded into
{schema_name}/sql_database/{table_name}/{load_id}.{file_id}.{ext}
(notice that a hardcodedsql_database
directory is unexpectedly inserted by dlt).Expected behavior
I think:
sql_database
sources (you either have onesql_database
config or per-pipeline configs).