BigQuery Manual Inputs
By default, Manta Flow extracts DDL scripts from the configured BigQuery server and then analyzes the data flows in them. It is also possible to analyze the data flows in the BigQuery SQL or job scripts that work with the configured server.
-
Copy the BigQuery SQL scripts to the
<MANTA_DIR_HOME>/input/bigquery/${bigquery.dictionary.id}/sql[/project_id[/dataset_name]]
folder, wherebigquery.dictionary.id
is the identification of the configured connection (if not changed in the configuration) andproject_id
anddataset_name
are optional directory structures that give IBM Manta Data Lineage information about the default project and schema for any unqualified references to database objects used in the scripts. Learn more about unqualified object references. -
Copy the BigQuery job scripts to the
<MANTA_DIR_HOME>/input/bigquery/${bigquery.dictionary.id}/jobs
folder, wherebigquery.dictionary.id
is the identification of the configured connection (if not changed in the configuration).