You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We often follow a pattern like /year/month/day/ to load data to our blob storage. This way the data is nicely organized by date.
At the moment, curr_date is lacking this future, or I don't know how to use it this way.
Are you a dlt user?
I'd consider using dlt, but it's lacking a feature I need.
Use case
Organize data by dates.
Proposed solution
It would be nice to have more placeholders like curr_year, curr_month, curr_day, curr_hour and curr_minute or let the layout recognize date format pattern like for example {table_name}/{%Y}/{%m}/{%d}.
Related issues
No response
The text was updated successfully, but these errors were encountered:
Feature description
We often follow a pattern like
/year/month/day/
to load data to our blob storage. This way the data is nicely organized by date.At the moment,
curr_date
is lacking this future, or I don't know how to use it this way.Are you a dlt user?
I'd consider using dlt, but it's lacking a feature I need.
Use case
Organize data by dates.
Proposed solution
It would be nice to have more placeholders like
curr_year
,curr_month
,curr_day
,curr_hour
andcurr_minute
or let the layout recognize date format pattern like for example{table_name}/{%Y}/{%m}/{%d}
.Related issues
No response
The text was updated successfully, but these errors were encountered: