Skip to content

Commit

Permalink
corrected data ingestion error
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKalema committed Jun 11, 2024
1 parent 77407d2 commit defbd58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def main(self):
"""
try:
data_ingestion_config = self.config.get_data_ingestion_config()
data_ingestion = DataIngestion(data_ingestion_config=data_ingestion_config)
data_ingestion = DataIngestion(data_ingestion_configurations=data_ingestion_config)
data_ingestion.download_file()
data_ingestion.extract_zip_file()
except Exception as e:
Expand Down

0 comments on commit defbd58

Please sign in to comment.