datascan/bulk-creation-scripts/dataquality /main.py [55:66]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    "If --config_path is provided, this option will be ignored. ",
    type=ListParamType(),
)
@click.option(
    "--config_path",
    help="Users can choose to provide the configuration via a YAML file by specifying the file path. ",
    type=click.Path(exists=True),
    default=None,
)
def main(
    gcp_project_id: str,
    location_id: str,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



datascan/bulk-creation-scripts/main.py [40:52]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    "If --config_path is provided, this option will be ignored. ",
    type=ListParamType(),
)
@click.option(
    "--config_path",
    help="Users can choose to provide the configuration via a YAML file by specifying the file path. ",
    type=click.Path(exists=True),
    default=None,
)

def main(
    gcp_project_id: str,
    location_id: str,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



