I am struggling with this and no one from Google support seems to know how it works.
I would like to select all files containing certain keywords in Fusion, Wrangle it to get desired output and load in Bigquery. I have tried these wildcard recipe's, but no success(https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames, https://cloud.google.com/bigquery/docs/external-data-cloud-storage?_ga=2.29954751.-1697255675.165329... and gs://decompressautomated/dcm_account381803_click_*\.csv).
Please assist. See example of files to be selected attached.
Just to play it back ... you have a GCS bucket that contains files. You want to use GCP Data Fusion to read the files and load them into BigQuery. However, you don't want to select ALL the files ... but instead only want to select a subset of that based on the file names? What have you tried so far?
I tried lots of times. Here are some logs https://drive.google.com/file/d/1WHbZSpk3_IGIkafZFaafdon9NavUhhkk/view?usp=sharing
Looking here ... https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames
I see in examples at that page that one doesn't appear to need to escape the "." (period)
In your example you are using:
gs://decompressautomated/dcm_account381803_click_*\.csv
Let us try:
gs://decompressautomated/dcm_account381803_click_*.csv
That page describes the use with the "gsutil" command, but it may be that the same applies to Data Fusion.