using the clouddb-extractor for bigquery, everything works fine except for export_load
2023-12-04 13:59:46,171 - TSC wait_for_job - INFO - Job e0f073a1-0e0d-48d4-a1ba-a90266d1250f Completed: Finish Code: 1 - Notes:['com.tableausoftware.server.status.reporting.TableauRuntimeException: There was a problem retrieving table information for the source table. Specified table does not exist: updated_rows. (errorCode=410012)'] Traceback (most recent call last): File "/hyper-api-samples/Community-Supported/clouddb-extractor/extractor_cli.py", line 354, in <module> main() File "/hyper-api-samples/Community-Supported/clouddb-extractor/extractor_cli.py", line 296, in main extractor.export_load( File "/hyper-api-samples/Community-Supported/clouddb-extractor/base_extractor.py", line 182, in execution_timer result = func(*args, **kw) File "/hyper-api-samples/Community-Supported/clouddb-extractor/base_extractor.py", line 778, in export_load self.update_datasource_from_hyper_file( File "/hyper-api-samples/Community-Supported/clouddb-extractor/base_extractor.py", line 668, in update_datasource_from_hyper_file self.tableau_server.jobs.wait_for_job(async_job) File "/usr/local/lib/python3.10/dist-packages/tableauserverclient/server/endpoint/jobs_endpoint.py", line 72, in wait_for_job raise JobFailedException(job) tableauserverclient.server.endpoint.exceptions.JobFailedException: Job e0f073a1-0e0d-48d4-a1ba-a90266d1250f failed with notes ['com.tableausoftware.server.status.reporting.TableauRuntimeException: There was a problem retrieving table information for the source table. Specified table does not exist: updated_rows. (errorCode=410012)']
Please help!