diff options
| author | Ang Bel <anzelikabelotelova@Anzelikas-MacBook-Air.local> | 2024-08-28 22:46:00 +0100 |
|---|---|---|
| committer | Ang Bel <anzelikabelotelova@Anzelikas-MacBook-Air.local> | 2024-08-28 22:46:00 +0100 |
| commit | d396cd95d660fb76188ef887fc268d20aeeb5352 (patch) | |
| tree | 52fced39ff487d4053a3d43c24eb8bcf403c1719 /.gitignore | |
| parent | 6235a2bb04b60d57a41196b07bbf0296920c6980 (diff) | |
| download | de-project-bentley-d396cd95d660fb76188ef887fc268d20aeeb5352.tar.gz de-project-bentley-d396cd95d660fb76188ef887fc268d20aeeb5352.zip | |
fix: adds missing dataframes and resolves tables upload to end data warehouse in case the table is empty
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 |
