def stream_id()

in migration_toolkit/common/argparse_arguments.py [0:0]


def stream_id(parser):
  parser.add_argument(
      "--stream-id",
      required=True,
      help="Datastream stream ID, for example `mysql-to-bigquery`.",
  )