def generate_and_run_glean_task()

in utils/glam_subdags/generate_query.py [0:0]


def generate_and_run_glean_task(
    task_type,
    task_name,
    product,
    destination_project_id,
    destination_dataset_id="glam_etl",
    source_project_id="moz-fx-data-shared-prod",
    docker_image="gcr.io/moz-fx-data-airflow-prod-88e0/bigquery-etl:latest",
    env_vars=None,
    min_sample_id = 0,
    max_sample_id = 99,
    replace_table = True,
    **kwargs,