Hi all.
I'm trying to load data from Amazon RDS to BigQuery using Database Query Component and woluld like to do sharding the table on BQ.
I attached a orchestration image below.
First, I defined ’today’ and ‘yesterday’ by Python script as a job variable.
Then, what I would like to do is when I create table, the table name will be like ‘media_tbl_20211110’.
So, I set ‘media_tbl_${yesterday}’ to New Table Name on Create Table component, but it shows error like ‘Name may only contain letters, numbers, and underscores.’
Is it correct that It means the job variable can’t set to New Table Name on Create Table component??
How can I do sharding using Database Query component??
Thanks a lot.