Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

firestore & Prediction #179

Merged
merged 12 commits into from
Oct 25, 2024
Merged

firestore & Prediction #179

merged 12 commits into from
Oct 25, 2024

Conversation

SallyElHajjar
Copy link
Collaborator

I have added firestore for logging & Prediction to the datasets.py file along with testing files.

Copy link
Collaborator

@Katsutoshii Katsutoshii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, did you also test this against real data?

# Log progress to Firestore (if Firestore client is provided)
if firestore_client:
doc_ref = firestore_client.collection("dataset_loading").document(file_name)
doc_ref.set({"file_name": file_name, "status": "loaded"})
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do we use this status for?

@SallyElHajjar SallyElHajjar merged commit 670087d into main Oct 25, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants