jobs/influxdb-to-bigquery/influxdb_to_bigquery/main.py [10:18]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    influxdb_host,
    influxdb_port,
    influxdb_username,
    influxdb_password,
    influxdb_measurement,
    date,
    bq_project_id,
    bq_dataset_id,
    bq_table_id,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



jobs/influxdb-to-bigquery/influxdb_to_bigquery/main.py [102:110]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        influxdb_host,
        influxdb_port,
        influxdb_username,
        influxdb_password,
        influxdb_measurement,
        date,
        bq_project_id,
        bq_dataset_id,
        bq_table_id,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



