Bruk Tafesse
08/27/2024, 11:20 AMpredictions:
type: pandas.GBQTableDataset
dataset: ...
table_name: table_name
project: ....
save_args:
if_exists: replace
Is there a way to configure the table_name
when creating a pipeline job using the vertex ai sdk?
I am using compiled pipelines btw.
Thanks