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 /.gitignore | |
| 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 '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -14,4 +14,8 @@ __pycache__/ # OS-Related Files .DS_Store -venv
\ No newline at end of file +venv + +#files +/dim_* +/fact_*
\ No newline at end of file |
