Skip to content

Commit

Permalink
remove of bigquery check test
Browse files Browse the repository at this point in the history
  • Loading branch information
canimus committed Aug 25, 2023
1 parent 6db4f6b commit 4943449
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/unit/class_check/test_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ def test_column_name_validation_pandas():


# __ BIGQUERY TESTS __
def test_validate_bigquery(bq_client):
df = bigquery.dataset.Table('bigquery-public-data.chicago_taxi_trips.taxi_trips')
rs = (
Check(CheckLevel.WARNING, "test_spark_dataframe").is_complete("taxi_id").validate(df)
)
assert isinstance(rs, pd.DataFrame)
# def test_validate_bigquery(bq_client):
# df = bigquery.dataset.Table('bigquery-public-data.chicago_taxi_trips.taxi_trips')
# rs = (
# Check(CheckLevel.WARNING, "test_spark_dataframe").is_complete("taxi_id").validate(df)
# )
# assert isinstance(rs, pd.DataFrame)

0 comments on commit 4943449

Please sign in to comment.