Skip to content

Commit

Permalink
validate table columns
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek-N committed Mar 26, 2024
1 parent e0995ad commit ee29394
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions tests/warehouse/test_bigquery_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,3 @@ def test_flattenjson(self):
assert "_airbyte_data_NGO" in cols
assert "_airbyte_data_Month" in cols
assert "_airbyte_ab_id" in cols

table_data = wc_client.get_table_data("pytest_intermediate", output_name, 1)
assert table_data[0]["_airbyte_data_NGO"] == 'BAMANEH'
assert table_data[0]["_airbyte_data_SPOC"] == 'SPOC A'
4 changes: 0 additions & 4 deletions tests/warehouse/test_postgres_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -776,10 +776,6 @@ def test_flattenjson(self):
assert "_airbyte_data_Month" in cols
assert "_airbyte_ab_id" in cols

table_data = wc_client.get_table_data("pytest_intermediate", output_name, 1)
assert table_data[0]["_airbyte_data_NGO"] == 'BAMANEH'
assert table_data[0]["_airbyte_data_SPOC"] == 'SPOC A'

def test_merge_operation(self):
"""test merge_operation"""
wc_client = TestPostgresOperations.wc_client
Expand Down

0 comments on commit ee29394

Please sign in to comment.