def __init__()

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


  def __init__(self, project_id: str, dataset: str, table: str, filepath: str):
    self.project_id: str = project_id
    self.dataset: str = dataset
    self.table: str = table
    self.filepath = filepath