in migration_toolkit/common/argparse_arguments.py [0:0]
def bigquery_source_table_name(parser):
parser.add_argument(
"--bigquery-source-table-name",
required=True,
help=(
"The name of the existing BigQuery table, for example"
" `dataflow_table`."
),
)