Skip to main content

We have a Daily ingest that we are starting to use directly from Looker.  Looker always Ads some Hash to make each file unique.  here is an example.  Daily_Usage_by_Resource_Class_2020-05-14T2103_VvnvxW.csv.  I need to find a way that automates using a starts with, or find a way to Pattern this to a daily ingest. 

Hi @rodgerpond 

We already support Starts With with S3 files patterns.

Can you confirm if this works for you? or Is there something that's missing here?


I have tried the Starts with, but the pattern is more than a date pattern. It is a DATE_TIMESTAMP_HASH. when I try Starts with an no Date pattern, file error

 


Hi @rodgerpond 

Can you try this? 

STARTSWITH: Daily_Usage_by_Resource_Class_ 

This should solve your usecase.


Reply