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

Cannot run validation on BigQuery #119

Open
1cadumagalhaes opened this issue Oct 17, 2023 · 2 comments
Open

Cannot run validation on BigQuery #119

1cadumagalhaes opened this issue Oct 17, 2023 · 2 comments

Comments

@1cadumagalhaes
Copy link

Hello!

I'm trying to execute Great Expectations in my airflow instance to run some validations in my BigQuery tables. There's not much content about this on the internet, and I even found some references to an old GreatExpectationsBigQueryOperator.

I've setup my connection on Airfow as a Google Cloud connection and it works for other things (such as querying data), but on the GreatExpectationsOperator I get this error below:

ERROR - Failed to execute job 118 for task gx_validate_products (Conn type: google_cloud_platform is not supported.; 425)

Here's my code:

 gx_validate_products = GreatExpectationsOperator(
        task_id="gx_validate_products",
        conn_id="gcp_connection",
        data_context_root_dir="great_expectations",
        data_asset_name="sample_ecommerce.products",
        expectation_suite_name="raw_products",
        return_json_dict=True,
    )
@plotti
Copy link

plotti commented Dec 15, 2023

I am having the same issue, is there some feedback available on this?

@tamarasommerhalder
Copy link

hello, I am having the same issue. Looking forward for feedback on this. Thanks.

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

3 participants