Skip to content

Commit

Permalink
Added test case for databricks delta lake source stage
Browse files Browse the repository at this point in the history
  • Loading branch information
pthalasta committed Oct 2, 2023
1 parent 39d7f60 commit f6018bf
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/test_databricks_deltalake_source_stage.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
import os
from _utils import assert_results
from _utils.dataset_manager import DatasetManager
from unittest import mock
import pytest
from unittest.mock import patch
import cudf
import pandas as pd
from morpheus.config import Config
from morpheus.pipeline import LinearPipeline
from morpheus.stages.output.compare_dataframe_stage import CompareDataFrameStage
from morpheus.stages.input.databricks_deltalake_source_stage import DataBricksDeltaLakeSourceStage
import logging

logger = logging.getLogger(__name__)


def test_databricks_deltalake_source_stage_pipe(config: Config, dataset: DatasetManager):
"""
Expand Down

0 comments on commit f6018bf

Please sign in to comment.