From d396cd95d660fb76188ef887fc268d20aeeb5352 Mon Sep 17 00:00:00 2001 From: Ang Bel Date: Wed, 28 Aug 2024 22:46:00 +0100 Subject: fix: adds missing dataframes and resolves tables upload to end data warehouse in case the table is empty --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6aa03fc..480ae4b 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.2.3