Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into GEN-1412
Browse files Browse the repository at this point in the history
  • Loading branch information
TeddyCr committed Dec 20, 2024
2 parents 8688d35 + 3d83f41 commit 2ede1a3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ingestion/tests/cli_e2e/common/test_cli_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"""
Test database connectors which extend from `CommonDbSourceService` with CLI
"""
import json
import os
from abc import ABC, abstractmethod
from pathlib import Path
Expand Down Expand Up @@ -152,10 +151,6 @@ def assert_for_table_with_profiler_time_partition(
self.assertEqual(
column_profile[key], expected_column_profile[key]
)
if sample_data:
self.assertGreater(
len(json.loads(sample_data.json()).get("rows")), 0
)

def assert_for_delete_table_is_marked_as_deleted(
self, source_status: Status, sink_status: Status
Expand Down

0 comments on commit 2ede1a3

Please sign in to comment.