We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In "mlops-on-gcp/continuous_training/composer/solutions/chicago_taxi_dag.py", line 308
and "mlops-on-gcp/continuous_training/composer/labs/chicago_taxi_dag.py ", line 294
the argument "tolerence" should be "tolerance".
Apache airflow documentation for 'bigquery_check_operator'.
The text was updated successfully, but these errors were encountered: