Hi everyone, I have a dataset configure like the f...
# plugins-integrations
b
Hi everyone, I have a dataset configure like the following
Copy code
predictions:
  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