Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad argument name in "chicago_taxi_dag.py" #112

Open
STRZGR opened this issue Jun 21, 2021 · 0 comments
Open

Bad argument name in "chicago_taxi_dag.py" #112

STRZGR opened this issue Jun 21, 2021 · 0 comments

Comments

@STRZGR
Copy link

STRZGR commented Jun 21, 2021

In "mlops-on-gcp/continuous_training/composer/solutions/chicago_taxi_dag.py", line 308

bq_check_rmse_query_op = BigQueryValueCheckOperator(     
                task_id="bq_value_check_rmse_task",
                sql=model_check_sql,
                pass_value=0,
                tolerence=0,
                use_legacy_sql=False,
                )

and "mlops-on-gcp/continuous_training/composer/labs/chicago_taxi_dag.py ", line 294

bq_check_rmse_query_op = BigQueryValueCheckOperator(      
                tolerence=0,     
                use_legacy_sql=False,
                #ADD YOUR CODE HERE
                )

the argument "tolerence" should be "tolerance".

Apache airflow documentation for 'bigquery_check_operator'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant