diff options
| author | bulve-ad <78788030+bulve-ad@users.noreply.github.com> | 2024-08-29 09:59:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-29 09:59:21 +0100 |
| commit | 25dc9cc19a3667f4c1f79ea0f16a16c713b1f478 (patch) | |
| tree | 6c634a4dc000774902399d1b371f3ee4c2033773 /tests/test_dataframes.py | |
| parent | d6b85cd8ea58d11159ef64b6cb94f21981de58c6 (diff) | |
| parent | 42ad135b25044bb1c7ab8a553f038c8da9de0f75 (diff) | |
| download | de-project-bentley-25dc9cc19a3667f4c1f79ea0f16a16c713b1f478.tar.gz de-project-bentley-25dc9cc19a3667f4c1f79ea0f16a16c713b1f478.zip | |
Merge pull request #107 from ajschofield/feat/dataframes
pr: working load lambda when no data is present in the warehouse
Diffstat (limited to 'tests/test_dataframes.py')
| -rw-r--r-- | tests/test_dataframes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_dataframes.py b/tests/test_dataframes.py index ea7bad1..7dd592a 100644 --- a/tests/test_dataframes.py +++ b/tests/test_dataframes.py @@ -1,4 +1,4 @@ -from src.dataframes import * +from src.transform_lambda.dataframes import * import pandas as pd from unittest.mock import patch from datetime import datetime as dt |
