def _write_to_file()

in migration_toolkit/executors/fetch_bigquery_table_ddl.py [0:0]


def _write_to_file(path, ddl):
  write(
      filepath=path,
      data=ddl,
  )